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: pyzor
Section: mail
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.7.2
Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-dev (>= 2.3.5-11), dpatch, python-support (>= 0.5.3)
Package: pyzor
Architecture: all
Depends: ${python:Depends}, python-gdbm
Description: spam-catcher using a collaborative filtering network
Pyzor is a collaborative, networked system to detect and block spam using
identifying digests of messages.
.
Pyzor initially started out to be merely a Python implementation of Razor,
but due to the protocol and the fact that Razor's server is not software
libre, I decided to implement Pyzor with a new protocol and release the
entire system as software libre.
.
Since the entire system is released under the GPL, people are free to host
their own independent servers.
Server peering is planned for a future release.
.
Homepage: http://pyzor.sourceforge.net/
|