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

  /src/external/ibm-public/postfix/man/man5/
Makefile 14 MLINKS= header_checks.5 body_checks.5
  /src/external/ibm-public/postfix/dist/src/global/
header_body_checks.c 62 /* This module implements header_checks and body_checks.
193 * from header/body_checks.
447 HBC_CHECKS *body_checks; member in struct:__anon23091
535 if (dp->body_checks == 0
536 || (out = hbc_body_checks(context, dp->body_checks,
589 msg_fatal("usage: %s header_checks mime_header_checks nested_header_checks body_checks", argv[0]);
613 context.body_checks =
614 hbc_body_checks_create("body_checks", argv[4], call_backs);
649 if (context.body_checks)
650 hbc_body_checks_free(context.body_checks);
    [all...]
  /src/external/ibm-public/postfix/dist/mantools/
postlink 114 s;\bbody_checks\b;<a href="postconf.5.html#body_checks">$&</a>;g;
926 s/<b><a href="postconf.5.html#body_checks">body_checks<\/a><\/b>\(5\)/<b>body_checks<\/b>(5)/;
928 s/[<bB>]*body_checks[<\/bB>]*\(5\)/<a href="header_checks.5.html">$&<\/a>/g;

Completed in 15 milliseconds