• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/postfix-255/postfix/src/global/

Lines Matching defs:header

5 /*	header/body checks
41 /* char *hbc_header_checks(context, hbc, header_class, hdr_opts, header)
46 /* VSTRING *header;
72 /* hbc_header_checks_create() creates a context for header
79 /* hbc_header_checks() inspects the specified logical header.
80 /* The result is either the original header, HBC_CHECKS_STAT_IGNORE
81 /* (meaning: discard the header), HBC_CHECKS_STAT_ERROR, or a
82 /* new header (meaning: replace the header and destroy the new
83 /* header with myfree()).
102 /* name in lower case, a location within a message ("header"
103 /* or "body"), the content of the header or body line that
114 /* within the message ("header" or "body"), the content and
115 /* length of the header or body line that triggered the action,
116 /* and the input byte offset within the current header or body
126 /* .IP header
127 /* A logical message header. Lines within a multi-line header
131 /* The main.cf configuration parameter names for header and body
135 /* The values of main.cf configuration parameters for header and body
143 /* Message header properties.
186 * from header/body_checks.
193 * structure for each header class (MIME_HDR_PRIMARY, MIME_HDR_MULTIPART, or
215 #define HBC_CTXT_HEADER "header"
223 /* hbc_action - act upon a header/body match */
263 msg_warn("bad REPLACE header text \"%s\" in %s map -- "
276 msg_warn("bad PREPEND header text \"%s\" in %s map -- "
298 /* hbc_header_checks - process one complete header line */
302 VSTRING *header, off_t offset)
309 msg_info("%s: '%.30s'", myname, STR(header));
319 if (mp->maps != 0 && (action = maps_find(mp->maps, STR(header), 0)) != 0) {
322 STR(header), LEN(header), offset));
326 return (STR(header));
355 /* hbc_header_checks_create - create header checking context */
408 /* _hbc_checks_free - destroy header/body checking context */
474 /* head_out - MIME_STATE header call-back */
506 /* header_end - MIME_STATE end-of-header call-back */
621 msg_warn("message header length exceeds safety limit");
625 msg_warn("improper use of 8-bit data in message header");