Home
last modified time | relevance | path

Searched refs:H_RECEIPTTO (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dconf.c111 { "return-receipt-to", H_RECEIPTTO, NULL },
112 { "delivery-receipt-to", H_RECEIPTTO, NULL },
H A Dheaders.c1922 if (bitset(H_RECEIPTTO, h->h_flags) &&
H A Dsendmail.h1036 #define H_RECEIPTTO 0x00000400 /* field has return receipt info */ macro