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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dudb.c266 if (bitset(EF_VRFYONLY, e->e_flags))
456 if (bitset(EF_VRFYONLY, e->e_flags))
511 if (bitset(EF_VRFYONLY, e->e_flags))
H A Dalias.c131 if (bitset(EF_VRFYONLY, e->e_flags))
H A Drecipient.c1036 if (bitset(EF_VRFYONLY, e->e_flags))
1784 if (bitset(EF_VRFYONLY, e->e_flags))
H A Denvelope.c1251 { "VRFYONLY", EF_VRFYONLY },
H A Dsrvrsmtp.c1170 e->e_flags &= ~(EF_VRFYONLY|EF_GLOBALERRS);
2630 e->e_flags |= EF_VRFYONLY;
2646 e->e_flags |= EF_VRFYONLY;
2955 e->e_flags |= EF_VRFYONLY;
H A Dsendmail.h950 #define EF_VRFYONLY 0x00000200L /* verify only (don't expand aliases) */ macro
H A Ddeliver.c4166 if (OpMode != MD_VERIFY && !bitset(EF_VRFYONLY, e->e_flags) &&

Completed in 102 milliseconds