Home
last modified time | relevance | path

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

/dports/mail/libmilter/sendmail-8.16.1/sendmail/
H A Dudb.c268 if (bitset(EF_VRFYONLY, e->e_flags))
458 if (bitset(EF_VRFYONLY, e->e_flags))
513 if (bitset(EF_VRFYONLY, e->e_flags))
H A Drecipient.c1039 if (bitset(EF_VRFYONLY, e->e_flags))
1787 if (bitset(EF_VRFYONLY, e->e_flags))
H A Dalias.c129 if (bitset(EF_VRFYONLY, e->e_flags))
H A Dsrvrsmtp.c1498 e->e_flags &= ~(EF_VRFYONLY|EF_GLOBALERRS);
3031 e->e_flags |= EF_VRFYONLY;
3047 e->e_flags |= EF_VRFYONLY;
3367 e->e_flags |= EF_VRFYONLY;
H A Denvelope.c1278 { "VRFYONLY", EF_VRFYONLY },
H A Dsendmail.h1089 #define EF_VRFYONLY 0x00000200L /* verify only (don't expand aliases) */ macro
H A Ddeliver.c4380 if (OpMode != MD_VERIFY && !bitset(EF_VRFYONLY, e->e_flags) &&