Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37048251
en ru br
Репозитории ALT
S:1.6-alt1
5.1: 1.4-alt1
4.1: 1.2-alt2
4.0: 1.2-alt2
3.0: 1.2-alt2
www.altlinux.org/Changes

Группа :: Сети/Почта
Пакет: SpamOracle

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: SpamOracle
Version: 1.2
Release: alt2

Group: Networking/Mail
Summary: Spam filter
License: Distributable
Url: http://pauillac.inria.fr/~xleroy/software.html#spamoracle
Source: spamoracle-%version.tar.gz
Patch0: spamoracle-%version-russian.patch
BuildRequires: ocaml cpp
Requires: procmail

%description

 SpamOracle is a tool to help detect and filter away "spam"
 (unsolicited commercial e-mail).  It proceeds by statistical analysis
 of the words that appear in the e-mail, comparing the frequencies of
 words with those found in a user-provided corpus of known spam and
 known legitimate e-mail.  The classification algorithm is based on
 Bayes' formula, and is described in Paul Graham's paper, "A plan for
 spam", http://www.paulgraham.com/spam.html.

%prep
%setup -nspamoracle-%version
%patch0 -p1

%build
make

%install
%define _compress_method skip
mkdir -p $RPM_BUILD_ROOT/usr/bin/
strip spamoracle
cp spamoracle $RPM_BUILD_ROOT/usr/bin/

%files
%_bindir/spamoracle
%doc README README.RUS Changes

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin