Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dreadcf.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;
H A Dcollect.c138 switch (NoRecipientAction)
H A Dsendmail.h2619 EXTERN int NoRecipientAction; variable
/freebsd/contrib/sendmail/cf/cf/
H A Dsubmit.cf396 #O NoRecipientAction=none
/freebsd/contrib/sendmail/cf/m4/
H A Dproto.m4546 _OPTION(NoRecipientAction, `confNO_RCPT_ACTION', `none')
/freebsd/contrib/sendmail/cf/
H A DREADME4132 confNO_RCPT_ACTION NoRecipientAction
/freebsd/contrib/sendmail/
H A DRELEASE_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.