Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37542698
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.6
Release: alt1

Group: Networking/Mail
Summary: Spam filter
License: GPL2
Url: https://github.com/xavierleroy/spamoracle
Packager: Evgenii Terechkov <evg at altlinux.ru>
Source: spamoracle-%version.tar

BuildRequires: ocaml

%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.

Recommends: procmail

%prep
%setup -nspamoracle-%version

%build
make

%install
mkdir -p %buildroot%_bindir %buildroot%_man1dir %buildroot%_man5dir
make install BINDIR=%buildroot%_bindir MANDIR=%buildroot%_mandir LANGUAGES="-DFRENCH -DRUSSIAN -DGERMAN"

%files
%_bindir/spamoracle
%_man1dir/*
%_man5dir/*

%doc README* Changes

%changelog

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

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