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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Denvelope.c185 bool pmnotify = bitset(EF_PM_NOTIFY, e->e_flags);
1255 { "PM_NOTIFY", EF_PM_NOTIFY },
H A Derr.c697 CurEnv->e_flags |= EF_PM_NOTIFY;
H A Dsavemail.c275 e->e_flags |= EF_PM_NOTIFY;
H A Dsendmail.h954 #define EF_PM_NOTIFY 0x00002000L /* send return mail to postmaster */ macro
H A Dsrvrsmtp.c2533 e->e_flags &= ~EF_PM_NOTIFY;
2831 e->e_flags &= ~(EF_FATALERRS|EF_PM_NOTIFY);
H A Ddeliver.c154 e->e_flags |= EF_FATALERRS|EF_PM_NOTIFY|EF_CLRQUEUE;

Completed in 133 milliseconds