Home
last modified time | relevance | path

Searched refs:NoRecipientAction (Results 1 – 7 of 7) sorted by relevance

/freebsd-head/contrib/sendmail/src/
HDreadcf.c3980 NoRecipientAction = NRA_NO_ACTION;
3982 NoRecipientAction = NRA_ADD_TO;
3984 NoRecipientAction = NRA_ADD_APPARENTLY_TO;
3986 NoRecipientAction = NRA_ADD_BCC;
3988 NoRecipientAction = NRA_ADD_TO_UNDISCLOSED;
HDcollect.c138 switch (NoRecipientAction)
HDsendmail.h2619 EXTERN int NoRecipientAction; variable
/freebsd-head/contrib/sendmail/cf/cf/
HDsubmit.cf396 #O NoRecipientAction=none
/freebsd-head/contrib/sendmail/cf/m4/
HDproto.m4546 _OPTION(NoRecipientAction, `confNO_RCPT_ACTION', `none')
/freebsd-head/contrib/sendmail/cf/
HDREADME4132 confNO_RCPT_ACTION NoRecipientAction
/freebsd-head/contrib/sendmail/
HDRELEASE_NOTES6742 In some cases, NoRecipientAction=add-bcc was being ignored, so the
9058 Add NoRecipientAction option to handle the case where there is
9083 The default is NoRecipientAction=None.