Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/sendmail/src/
Dudb.c264 if (bitset(EF_VRFYONLY, e->e_flags))
454 if (bitset(EF_VRFYONLY, e->e_flags))
509 if (bitset(EF_VRFYONLY, e->e_flags))
Drecipient.c1034 if (bitset(EF_VRFYONLY, e->e_flags))
1782 if (bitset(EF_VRFYONLY, e->e_flags))
Dalias.c129 if (bitset(EF_VRFYONLY, e->e_flags))
Dsrvrsmtp.c1409 e->e_flags &= ~(EF_VRFYONLY|EF_GLOBALERRS);
2899 e->e_flags |= EF_VRFYONLY;
2915 e->e_flags |= EF_VRFYONLY;
3228 e->e_flags |= EF_VRFYONLY;
Denvelope.c1265 { "VRFYONLY", EF_VRFYONLY },
Dsendmail.h1011 #define EF_VRFYONLY 0x00000200L /* verify only (don't expand aliases) */ macro
Ddeliver.c4177 if (OpMode != MD_VERIFY && !bitset(EF_VRFYONLY, e->e_flags) &&