Home
last modified time | relevance | path

Searched refs:EF_NORECEIPT (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Denvelope.c1272 { "NORECEIPT", EF_NORECEIPT },
H A Dheaders.c1923 (RrtImpliesDsn || bitset(EF_NORECEIPT, e->e_flags)))
H A Dsendmail.h1199 #define EF_NORECEIPT 0x00010000L /* suppress all return-receipts */ macro
H A Ddeliver.c506 ee->e_flags |= EF_NORECEIPT;
591 e->e_flags |= EF_NORECEIPT;
H A Dqueue.c8181 ee->e_flags |= EF_NORECEIPT; /* XXX really? */