Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37569879
en ru br
ALT Linux repositórios
S:1.6-alt1
5.0: 1.2-alt2
4.1: 1.2-alt2
4.0: 1.2-alt2
3.0: 1.2-alt2

Group :: Rede/E-Mail
RPM: SpamOracle

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e 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

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009