]> git.pld-linux.org Git - packages/dspam.git/blame - dspam.spec
- updated for 3.0.0
[packages/dspam.git] / dspam.spec
CommitLineData
c66382e4
PS
1#
2# Conditional build:
3%bcond_with mysql # enable mysql storage driver (disable db4 driver)
4#
782a8c09 5Summary: A library and Mail Delivery Agent for Bayesian spam filtering
be22be94 6Summary(pl): Biblioteka i MDA do bayesowskiego filtrowania spamu
782a8c09
AM
7Name: dspam
8Version: 2.10.6
9Release: 1
10License: GPL
11Group: Applications/Mail
12Source0: http://www.nuclearelephant.com/projects/dspam/sources/%{name}-%{version}.tar.gz
6a1f9bad 13# Source0-md5: ddb40d26cc923d7569d48b3072e61715
9000be1b 14Patch0: %{name}-Makefile.patch
782a8c09 15URL: http://www.nuclearelephant.com/projects/dspam/
c66382e4 16%if %{with mysql}
9000be1b 17BuildRequires: mysql-devel
c66382e4 18%else
9000be1b 19BuildRequires: db-devel
c66382e4 20%endif
782a8c09
AM
21Buildroot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24DSPAM (as in De-Spam) is an open-source project to create a new kind
25of anti-spam mechanism, and is currently effective as both a
26server-side agent for UNIX email servers and a developer's library for
27mail clients, other anti-spam tools, and similar projects requiring
28drop-in spam filtering.
29
30The DSPAM agent masquerades as the email server's local delivery agent
31and filters/learns spams using an advanced Bayesian statistical
be22be94 32approach (based on Bayes's theorem of combined probabilities) which
782a8c09
AM
33provides an administratively maintenance-free, easy-learning Anti-Spam
34service custom tailored to each individual user's behavior. Advanced
35because on top of standard Bayesian filtering is also incorporated the
36use of Chained Tokens, de-obfuscation, and other enhancements. DSPAM
37works great with Sendmail and Exim, and should work well with any
38other MTA that supports an external local delivery agent (postfix,
39qmail, etc.)
40
be22be94
JB
41%description -l pl
42