diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-03-05 14:09:35 +0100 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2008-03-05 14:09:35 +0100 |
commit | 513d1c5fa703817ae8fd08fab86709a9b5c111e4 (patch) | |
tree | 9c52907651c374f78ecdf8185433bcee280c09d7 /antispam.7 | |
parent | 495158b07df48dd3f3671afe41dd20d5fa73e795 (diff) | |
download | dovecot-antispam-513d1c5fa703817ae8fd08fab86709a9b5c111e4.tar.gz dovecot-antispam-513d1c5fa703817ae8fd08fab86709a9b5c111e4.tar.xz dovecot-antispam-513d1c5fa703817ae8fd08fab86709a9b5c111e4.zip |
allow appends to spam if configured (offlineimap support)
Diffstat (limited to '')
-rw-r--r-- | antispam.7 | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -114,6 +114,11 @@ plugin { # semicolon-separated list of unsure folders (default unset i.e. none) # antispam_unsure = + # Whether to allow APPENDing to SPAM folders or not. Must be set to + # "yes" (case insensitive) to be activated. Before activating, please + # read the discussion below. + # antispam_allow_append_to_spam = no + ########################### # BACKEND SPECIFIC OPTIONS # @@ -161,6 +166,23 @@ plugin { } .fi +.SH ALLOWING APPENDS? + +You should be careful with allowing APPENDs to SPAM folders. The reason +for possibly allowing it is to allow not-SPAM --> SPAM transitions to work +with offlineimap. However, because with APPEND the plugin cannot know the +source of the message, multiple bad scenarios can happen: + +.IP " 1." 4 +SPAM --> SPAM transitions cannot be recognised and are trained + +.IP " 2." 4 +the same holds for Trash --> SPAM transitions + +.PP +Additionally, because we cannot recognise SPAM --> not-SPAM transitions, +training good messages will never work with APPEND. + .SH AUTHORS Johannes Berg, Frank Cusack, Benedikt Boehm, Andreas Schneider |