Home
last modified time | relevance | path

Searched refs:EF_PM_NOTIFY (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Denvelope.c184 bool pmnotify = bitset(EF_PM_NOTIFY, e->e_flags);
1269 { "PM_NOTIFY", EF_PM_NOTIFY },
H A Derr.c798 CurEnv->e_flags |= EF_PM_NOTIFY;
H A Dsavemail.c277 e->e_flags |= EF_PM_NOTIFY;
H A Dsrvrsmtp.c3130 e->e_flags &= ~EF_PM_NOTIFY;
3460 e->e_flags &= ~(EF_FATALERRS|EF_PM_NOTIFY);
H A Dsendmail.h1196 #define EF_PM_NOTIFY 0x00002000L /* send return mail to postmaster */ macro
H A Ddeliver.c258 e->e_flags |= EF_FATALERRS|EF_PM_NOTIFY|EF_CLRQUEUE;