Bug 119576 - [NEW PORT] mail/dovecot-antispam: The dovecot antispam plugin
Summary: [NEW PORT] mail/dovecot-antispam: The dovecot antispam plugin
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-11 22:10 UTC by Denis Shaposhnikov
Modified: 2008-01-28 20:30 UTC (History)
0 users

See Also:


Attachments
dovecot-antispam-20071029.shar (5.04 KB, text/plain)
2008-01-11 22:10 UTC, Denis Shaposhnikov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Shaposhnikov 2008-01-11 22:10:02 UTC
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
Comment 1 Emanuel Haupt freebsd_committer freebsd_triage 2008-01-18 12:58:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

I will take care of it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-28 20:22:12 UTC
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"
Comment 3 Emanuel Haupt freebsd_committer freebsd_triage 2008-01-28 20:22:22 UTC
State Changed
From-To: open->closed

New port added. Thanks!