blob: 3911232abd4ea2759323697501f066340b459255 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
The dovecot antispam plugin watches a defined spam folder (defaults to
"SPAM"). Instead of moving mail into special folders or forwarding
them to special mail addresses for retraining, the plugin offers two
actions for the user:
1. moving mail out of the SPAM folder and
2. moving mail into the SPAM folder.
The dovecot plugin watches these actions (and additionally prohibits
APPENDs to the SPAM folder, more for technical reasons than others)
and tells the spam classifier that it made an error and needs to
re-clas- sify the message (as spam/not spam depending on which way it
was moved.)
WWW: http://johannes.sipsolutions.net/Projects/dovecot-antispam
|