diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-10-01 22:32:10 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2007-10-01 22:32:10 +0200 |
commit | e0a10f38cd617c4483d4c67b564165a65bb46de2 (patch) | |
tree | 51053cb014de3514f85edcb6bd2a240850a3c6ec /README | |
parent | b359532647ccd3ac3221dcb37dca7bdb4cbb2e58 (diff) | |
download | dovecot-antispam-e0a10f38cd617c4483d4c67b564165a65bb46de2.tar.gz dovecot-antispam-e0a10f38cd617c4483d4c67b564165a65bb46de2.tar.xz dovecot-antispam-e0a10f38cd617c4483d4c67b564165a65bb46de2.zip |
introduce 'unsure' folder feature, fix bug from previous commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -28,6 +28,12 @@ DESCRIPTION The advantage of this approach is that the mail ends up in the right target folder directly and needs not be touched twice. + When other classifiers like crm114 that have an 'unsure' state are used, + the plugin can also help, it supports an 'unsure' folder feature. The + unsure folder cannot be written to, but moving out from there into a + folder that is considered a spam folder will learn as spam, any other + folder (except trashes) will cause learning as not-spam. + INSTALLATION First copy the 'defconfig' file to '.config' and edit it as necessary. @@ -87,9 +93,12 @@ CONFIGURATION # antispam_trash = # antispam_trash = trash;Trash;Deleted Items - # semicolon-separarted list of spam folders + # semicolon-separated list of spam folders antispam_spam = SPAM + # semicolon-separated list of unsure folders (default unset i.e. none) + # antispam_unsure = + ########################### # BACKEND SPECIFIC OPTIONS # |