1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: sa-learn-cyrus
Section: web
Priority: extra
Maintainer: Jan Hauke Rahm <jhr@debian.org>
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: perl
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/collab-maint/sa-learn-cyrus.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/sa-learn-cyrus.git;a=summary
Package: sa-learn-cyrus
Architecture: all
Depends: cyrus-imapd-2.4 | kolab-cyrus-imapd, spamassassin, ${perl:Depends}, ${misc:Depends}
Homepage: http://www.pollux.franken.de/mail-server-tools/sa-learn-cyrus/
Description: Train SpamAssassin with spam/ham from user's imap mailbox(es)
sa-learn-cyrus is a perl script using sa-learn from the SpamAssassin package
to train it knowing spam and ham. sa-learn-cyrus gets its spam and ham
messages from Cyrus-imapd mailboxes instead of mbox files or Maildirs as
sa-learn does. This is useful for Cyrus users who for example sort their
missed spam into a subfolder and let sa-learn-cyrus read it out (e.g. using a
cron job).
.
SpamAssassin is spam filter with numerous features including automatic
white-listing, RBL testing, Bayesian analysis, header and body text analysis.
.
Cyrus is a fully-featured IMAP daemon.
|