Home
last modified time | relevance | path

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

/freebsd-head/contrib/sendmail/src/
HDudb.c266 if (bitset(EF_VRFYONLY, e->e_flags))
456 if (bitset(EF_VRFYONLY, e->e_flags))
511 if (bitset(EF_VRFYONLY, e->e_flags))
HDrecipient.c1053 if (bitset(EF_VRFYONLY, e->e_flags))
1800 if (bitset(EF_VRFYONLY, e->e_flags))
HDalias.c131 if (bitset(EF_VRFYONLY, e->e_flags))
HDsrvrsmtp.c1630 e->e_flags &= ~(EF_VRFYONLY|EF_GLOBALERRS);
3233 e->e_flags |= EF_VRFYONLY;
3249 e->e_flags |= EF_VRFYONLY;
3585 e->e_flags |= EF_VRFYONLY;
HDenvelope.c1265 { "VRFYONLY", EF_VRFYONLY },
HDsendmail.h1192 #define EF_VRFYONLY 0x00000200L /* verify only (don't expand aliases) */ macro
HDdeliver.c5264 if (OpMode != MD_VERIFY && !bitset(EF_VRFYONLY, e->e_flags) &&