Searched refs:map_class (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/ibm-public/postfix/dist/src/global/ |
| D | header_body_checks.c | 212 _mp->map_class = (name); \ 215 _mp->map_class = 0; \ 233 const char *map_class, const char *where, in hbc_action() argument 266 msg_warn("REPLACE action without text in %s map", map_class); in hbc_action() 271 "need \"headername: headervalue\"", cmd_args, map_class); in hbc_action() 280 msg_warn("PREPEND action without text in %s map", map_class); in hbc_action() 284 "need \"headername: headervalue\"", cmd_args, map_class); in hbc_action() 305 msg_warn("unsupported command in %s map: %s", map_class, cmd); in hbc_action() 332 mp->map_class, HBC_CTXT_HEADER, action, in hbc_header_checks() 357 mp->map_class, HBC_CTXT_BODY, action, in hbc_body_checks()
|
| D | header_body_checks.h | 34 const char *map_class; /* parameter name */ member
|
| /netbsd/src/external/ibm-public/postfix/dist/src/cleanup/ |
| D | cleanup_message.c | 299 const char *map_class) in cleanup_act() argument 354 msg_warn("missing FILTER command argument in %s map", map_class); in cleanup_act() 358 optional_text, map_class); in cleanup_act() 397 msg_warn("missing DELAY argument in %s map", map_class); in cleanup_act() 400 optional_text, map_class); in cleanup_act() 411 msg_warn("PREPEND action without text in %s map", map_class); in cleanup_act() 416 optional_text, map_class); in cleanup_act() 440 msg_warn("REPLACE action without text in %s map", map_class); in cleanup_act() 446 optional_text, map_class); in cleanup_act() 457 optional_text, map_class); in cleanup_act() [all …]
|
| D | cleanup_milter.c | 285 const char *map_class = VAR_MILT_HEAD_CHECKS; /* XXX */ in cleanup_milter_hbc_extend() local 365 msg_warn("missing FILTER command argument in %s map", map_class); in cleanup_milter_hbc_extend() 369 optional_text, map_class); in cleanup_milter_hbc_extend() 397 optional_text, map_class); in cleanup_milter_hbc_extend()
|