1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: trac-spamfilter
Section: python
Priority: optional
Maintainer: Chris Lamb <lamby@debian.org>
Build-Depends: debhelper (>= 7.0.50~), quilt
Build-Depends-Indep: python-support, python-setuptools
Standards-Version: 3.8.3
Vcs-Git: git://git.chris-lamb.co.uk/debian/pkg-trac-spamfilter.git
Vcs-Browser: http://git.chris-lamb.co.uk/?p=debian/pkg-trac-spamfilter.git
Homepage: http://trac.edgewall.org/wiki/SpamFilter
Package: trac-spamfilter
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, trac (>= 0.10), python-pkg-resources
Recommends: python-dnspython (>= 1.3.5), spambayes
Description: Spam-prevention plugin for Trac
This plugin attempts to reject contributions to Trac environments that contain
spam. It can use the following techniques:
.
* Regular expressions
* Akismet web service
* IP throttling
* IP blacklisting (requires python-dnspython package)
* Bayesian filtering (requires spambayes package)
|