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 Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->ehaupt I will take care of it.
ehaupt 2008-01-28 20:22:05 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/dovecot-antispam Makefile distinfo pkg-descr pkg-message pkg-plist mail/dovecot-antispam/files patch-dspam-exec.c Log: Add dovecot-antispam 20071029, dovecot plugin to train dspam about spam or false positives. PR: ports/119576 Submitted by: Denis Shaposhnikov <dsh at wizard.volgograd.ru> Revision Changes Path 1.886 +1 -0 ports/mail/Makefile 1.1 +52 -0 ports/mail/dovecot-antispam/Makefile (new) 1.1 +3 -0 ports/mail/dovecot-antispam/distinfo (new) 1.1 +20 -0 ports/mail/dovecot-antispam/files/patch-dspam-exec.c (new) 1.1 +16 -0 ports/mail/dovecot-antispam/pkg-descr (new) 1.1 +16 -0 ports/mail/dovecot-antispam/pkg-message (new) 1.1 +3 -0 ports/mail/dovecot-antispam/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!