Searched refs:SMFIP_NODATA (Results 1 - 4 of 4) sorted by relevance

/sendmail/include/libmilter/
H A Dmfdef.h97 #define SMFIP_NODATA 0x00000200L /* MTA should not send DATA */ macro
/sendmail/libmilter/
H A Dengine.c1102 ** Currently these are only SMFIP_NODATA and SMFIP_NOUNKNOWN.
1105 if (bitset(SMFIP_NODATA, ctx->ctx_pflags2mta) &&
1106 !bitset(SMFIP_NODATA, ctx->ctx_mta_pflags))
1107 ctx->ctx_pflags2mta &= ~SMFIP_NODATA;
1728 if (bitset(SMFIP_NODATA, fl))
H A Dlistener.c932 ctx->ctx_pflags |= SMFIP_NODATA;
/sendmail/sendmail/
H A Dmilter.c2041 skipflag = SMFIP_NODATA;
2573 m->mf_pflags |= SMFIP_NODATA;

Completed in 19 milliseconds