]> Sergey Matveev's repositories - public-inbox.git/commit
mda: allow configuring globally without spamc support
authorEric Wong <e@80x24.org>
Sun, 29 Jul 2018 10:05:13 +0000 (10:05 +0000)
committerEric Wong <e@80x24.org>
Sun, 29 Jul 2018 10:20:36 +0000 (10:20 +0000)
commit466df3e029fecdabac373d73989c7fceebe6ae28
treeebd6e15fd155202ef251d14dedb39828dc983ca6
parent9015a8af2909b0071e54b332bfafc4e5b8d0f6c2
mda: allow configuring globally without spamc support

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.
Documentation/public-inbox-config.pod
Documentation/public-inbox-mda.pod
MANIFEST
lib/PublicInbox/Spamcheck.pm [new file with mode: 0644]
lib/PublicInbox/WatchMaildir.pm
script/public-inbox-mda
t/v2mda.t