aboutsummaryrefslogtreecommitdiffstats
path: root/antispam.7
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2009-06-04 03:22:53 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2009-06-04 03:22:53 +0200
commit26730e6192cd6fa218a4a900612d6eb8236ebeff (patch)
treedd5e4ef5b911e283bec203c905090bb9eefac95e /antispam.7
parentdb3c7e32a49b5fe6ddba18eab16e9258c26bfcf1 (diff)
parent07ed21cfec312813f3dca9ccd30e40431909a091 (diff)
downloaddovecot-antispam-26730e6192cd6fa218a4a900612d6eb8236ebeff.tar.gz
dovecot-antispam-26730e6192cd6fa218a4a900612d6eb8236ebeff.tar.xz
dovecot-antispam-26730e6192cd6fa218a4a900612d6eb8236ebeff.zip
Merge branch 'master' of http://git.sipsolutions.net/dovecot-antispam
Diffstat (limited to 'antispam.7')
-rw-r--r--antispam.717
1 files changed, 17 insertions, 0 deletions
diff --git a/antispam.7 b/antispam.7
index efec9cd..daef414 100644
--- a/antispam.7
+++ b/antispam.7
@@ -94,6 +94,12 @@ into a spam folder and other mail regularly.
Has the same drawbacks as the dspam-exec approach.
+.SS spool2dir backend (general)
+
+This backend spools the message into a file. No further processing
+is performed. You need to write an extra daemon that picks up the
+spooled files and trains the spam filter as appropriate. You can,
+for example, use incron to pick up new emails.
.SH CONFIGURATION
@@ -194,6 +200,17 @@ plugin {
# NOTE: you need to set the signature for this backend
antispam_signature = X-CRM114-CacheID
+
+ #===================
+ # spool2dir plugin
+
+ # spam/not-spam spool2dir drop (default unset which will give errors)
+ # The first %%lu is replaced by the current time.
+ # The second %%lu is replaced by a counter to generate unique names.
+ # These two tokens MUST be present in the template! However
+ # you can insert any C-style modifier as shown.
+ # antispam_spool2dir_spam = /tmp/spamspool/%%020lu-%u-%%05lus
+ # antispam_spool2dir_notspam = /tmp/spamspool/%%020lu-%u-%%05luh
}
.fi