File: control

package info (click to toggle)
trac-spamfilter 0.2.1%2Bsvn6871-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 256 kB
  • ctags: 259
  • sloc: python: 1,683; cs: 341; makefile: 40
file content (23 lines) | stat: -rw-r--r-- 922 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: trac-spamfilter
Section: python
Priority: optional
Maintainer: Chris Lamb <chris@chris-lamb.co.uk>
Build-Depends: debhelper (>= 5), python (>= 2.4), python-support, python-setuptools, quilt
Standards-Version: 3.7.3
Vcs-Git: git://git.chris-lamb.co.uk/pkg-trac-spamfilter.git
Vcs-Browser: http://git.chris-lamb.co.uk/?p=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-setuptools
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)