Home
last modified time | relevance | path

Searched refs:SMFIP_NR_EOH (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/milter/
Dmilter8.c235 #define SMFIP_NR_EOH (1L<<18)/* filter won't reply for eoh */ macro
246 | SMFIP_NR_DATA | SMFIP_NR_UNKN | SMFIP_NR_HDR | SMFIP_NR_EOH | \
269 "SMFIP_NR_EOH", SMFIP_NR_EOH,
2410 skip_reply = ((milter->ev_mask & SMFIP_NR_EOH) != 0); in milter8_eoh()
Dtest-milter.c512 "eoh", SMFIP_NOEOH, SMFIP_NR_EOH, &test_eoh_reply, &smfilter.xxfi_eoh,