Source: trac-spamfilter Section: python Priority: optional Maintainer: W. Martin Borgert Build-Depends: python, debhelper (>= 9) Build-Depends-Indep: python-setuptools, dh-python Standards-Version: 3.9.8 Vcs-Git: git://anonscm.debian.org/collab-maint/trac-spamfilter.git Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/trac-spamfilter.git Homepage: https://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)