]> git.pld-linux.org Git - packages/dspam.git/blame - dspam.spec
- mysql xor db4 support added.
[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
782a8c09 14URL: http://www.nuclearelephant.com/projects/dspam/
c66382e4
PS
15%if %{with mysql}
16BuildRequires: mysql-static
17%else
18BuildRequires: db-static
19%endif
782a8c09
AM
20Buildroot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23DSPAM (as in De-Spam) is an open-source project to create a new kind
24of anti-spam mechanism, and is currently effective as both a
25server-side agent for UNIX email servers and a developer's library for
26mail clients, other anti-spam tools, and similar projects requiring
27drop-in spam filtering.
28
29The DSPAM agent masquerades as the email server's local delivery agent
30and filters/learns spams using an advanced Bayesian statistical
be22be94 31approach (based on Bayes's theorem of combined probabilities) which
782a8c09
AM
32provides an administratively maintenance-free, easy-learning Anti-Spam
33service custom tailored to each individual user's behavior. Advanced
34because on top of standard Bayesian filtering is also incorporated the
35use of Chained Tokens, de-obfuscation, and other enhancements. DSPAM
36works great with Sendmail and Exim, and should work well with any
37other MTA that supports an external local delivery agent (postfix,
38qmail, etc.)
39
be22be94
JB
40%description -l pl
41