X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Fpublic-inbox-mda.pod;h=01bb84764bb1d379df14a9a82bbb9e7f2599e8e5;hb=37724c7e792ca0e1df9f64cfc17cebf7359ca9f0;hp=41a697b1931ddf4cab50a2577c6297ec9924037f;hpb=cf35d38e7f845393659dfce0249a76d529a2c92c;p=public-inbox.git diff --git a/Documentation/public-inbox-mda.pod b/Documentation/public-inbox-mda.pod index 41a697b1..01bb8476 100644 --- a/Documentation/public-inbox-mda.pod +++ b/Documentation/public-inbox-mda.pod @@ -16,6 +16,31 @@ By default, it relies on L for filtering mail, but may be disabled via L +=head1 OPTIONS + +=over 8 + +=item --no-precheck + +By default, public-inbox-mda does some simple checks before +invoking L since it is intended to receive mail before +it goes to a mailing list. + +However, some users prefer to use public-inbox-mda to mirror +mailing lists. This option exists to support those users. + +Using this option, the following prechecks are disabled: + + * multiple Message-IDs + * non-existent Message-IDs + * Message-IDs longer than 244 characters long + * From: header shorter than 3 characters + * Subject: header shorter than 2 characters + * unusable Date: headers + * inbox address specified in To: or Cc: header + +=back + =head1 ENVIRONMENT =over 8 @@ -25,6 +50,9 @@ L The original recipient email address, set by the MTA. Postfix sets it by default, untested on other MTAs. +This does not have to be set if relying on C +directives configured in L. + =item PI_CONFIG Per-user config file parseable by L. @@ -50,7 +78,7 @@ and L =head1 COPYRIGHT -Copyright 2013-2018 all contributors L +Copyright 2013-2019 all contributors L License: AGPL-3.0+ L