about summary refs log tree commit homepage
path: root/Documentation/public-inbox-mda.pod
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-10-16 00:39:56 +0000
committerEric Wong <e@80x24.org>2019-10-16 08:13:11 +0000
commit37724c7e792ca0e1df9f64cfc17cebf7359ca9f0 (patch)
tree60363627f5760625a2589d65c48a2d18f23304d8 /Documentation/public-inbox-mda.pod
parent356e1db5135802ed468719dfcd1f1c3f9dba9fff (diff)
downloadpublic-inbox-37724c7e792ca0e1df9f64cfc17cebf7359ca9f0.tar.gz
Since -mda now supports List-ID to better support mirroring of
existing mailing lists, it probably makes sense to support
disabling the precheck function to provide more accurate (though
potentially spammier) mirrors of lists
Diffstat (limited to 'Documentation/public-inbox-mda.pod')
-rw-r--r--Documentation/public-inbox-mda.pod25
1 files changed, 25 insertions, 0 deletions
diff --git a/Documentation/public-inbox-mda.pod b/Documentation/public-inbox-mda.pod
index 921b7a15..01bb8476 100644
--- a/Documentation/public-inbox-mda.pod
+++ b/Documentation/public-inbox-mda.pod
@@ -16,6 +16,31 @@ By default, it relies on L<spamc(1)> for filtering mail,
 but may be disabled via
 L<public-inbox-config(5)/publicinboxmda.spamcheck>
 
+=head1 OPTIONS
+
+=over 8
+
+=item --no-precheck
+
+By default, public-inbox-mda does some simple checks before
+invoking L<spamc(1)> 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