about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2018-07-29 10:05:13 +0000
committerEric Wong <e@80x24.org>2018-07-29 10:20:36 +0000
commit466df3e029fecdabac373d73989c7fceebe6ae28 (patch)
treeebd6e15fd155202ef251d14dedb39828dc983ca6 /Documentation
parent9015a8af2909b0071e54b332bfafc4e5b8d0f6c2 (diff)
downloadpublic-inbox-466df3e029fecdabac373d73989c7fceebe6ae28.tar.gz
This reuses some of the configuration from -watch, but remains
independent since some configurations will use -watch for some
inboxes and -mda for others.

The default remains "spamc" for -mda users so nothing changes
without explicit configuration.

Per-inbox configurations may also be supported in the future.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/public-inbox-config.pod9
-rw-r--r--Documentation/public-inbox-mda.pod4
2 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/public-inbox-config.pod b/Documentation/public-inbox-config.pod
index 22ee9095..f7353dca 100644
--- a/Documentation/public-inbox-config.pod
+++ b/Documentation/public-inbox-config.pod
@@ -91,6 +91,15 @@ C<nntp://news.gmane.org/gmane.mail.public-inbox.general>
 
 Default: none
 
+=item publicinboxmda.spamcheck
+
+This may be set to C<none> to disable the use of SpamAssassin
+L<spamc(1)> for filtering spam before it is imported into git
+history.  Other spam filtering backends may be supported in
+the future.
+
+Default: spamc
+
 =item publicinboxwatch.spamcheck
 
 This may be set to C<spamc> to enable the use of SpamAssassin
diff --git a/Documentation/public-inbox-mda.pod b/Documentation/public-inbox-mda.pod
index a6c704e3..1a5ade84 100644
--- a/Documentation/public-inbox-mda.pod
+++ b/Documentation/public-inbox-mda.pod
@@ -12,6 +12,10 @@ Mail Delivery Agent (MDA) for public-inbox installations.
 Each system user may have their own public-inbox instances.
 This may be invoked via L<procmail(1)> or similar tools.
 
+By default, it relies on L<spamc(1)> for filtering mail,
+but may be disabled via
+L<public-inbox-config(5)/publicinboxmda.spamcheck>
+
 =head1 ENVIRONMENT
 
 =over 8