HomeSort by: relevance | last modified time | path
    Searched refs:HDR_OPT_DROP (Results 1 - 3 of 3) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
header_opts.h 65 #define HDR_OPT_DROP (1<<0) /* delete from input */
header_opts.c 151 hp->flags = HDR_OPT_DROP;
156 hp->flags |= HDR_OPT_DROP;
  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_message.c 199 if ((hdr_opts->flags & HDR_OPT_DROP) == 0) {
256 if ((hdr_opts->flags & HDR_OPT_DROP) == 0) {
681 } else if ((hdr_opts->flags & HDR_OPT_DROP) == 0) {

Completed in 15 milliseconds