Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/sendmail/src/
HDreadcf.c3749 NoRecipientAction = NRA_NO_ACTION;
3751 NoRecipientAction = NRA_ADD_TO;
3753 NoRecipientAction = NRA_ADD_APPARENTLY_TO;
3755 NoRecipientAction = NRA_ADD_BCC;
3757 NoRecipientAction = NRA_ADD_TO_UNDISCLOSED;
HDcollect.c136 switch (NoRecipientAction)
HDsendmail.h2465 EXTERN int NoRecipientAction; variable
/freebsd-11-stable/contrib/sendmail/cf/cf/
HDsubmit.cf393 #O NoRecipientAction=none
/freebsd-11-stable/contrib/sendmail/cf/m4/
HDproto.m4533 _OPTION(NoRecipientAction, `confNO_RCPT_ACTION', `none')
/freebsd-11-stable/contrib/sendmail/cf/
HDREADME4105 confNO_RCPT_ACTION NoRecipientAction
/freebsd-11-stable/contrib/sendmail/
HDRELEASE_NOTES6444 In some cases, NoRecipientAction=add-bcc was being ignored, so the
8760 Add NoRecipientAction option to handle the case where there is
8785 The default is NoRecipientAction=None.