spamoracle 1.4-15 source package in Ubuntu

Changelog

spamoracle (1.4-15) unstable; urgency=low

  [ Stéphane Glondu ]
  * Team upload
  * Update Vcs-*
  * Bump debhelper compat to 10
  * Switch debian/copyright to format 1.0
  * Bump Standards-Version to 3.9.1
  * Switch to dh and 3.0 (quilt) (Closes: #599320)
  * Add Homepage

  [ Sylvain Le Gall ]
  * Remove Sylvain Le Gall from uploaders (Closes: #869315)

 -- Stéphane Glondu <email address hidden>  Wed, 26 Jul 2017 08:13:00 +0200

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe net

Downloads

File Size SHA-256 Checksum
spamoracle_1.4-15.dsc 2.0 KiB ce7f2dc68c1e7ac60394a07aed75f029bf33d26344c0b25ee796306a409434fd
spamoracle_1.4.orig.tar.gz 29.7 KiB 2ed4155dcb15c3e82fe5bc97ad47468cb9380ca030a42f064f5df062c1a6c363
spamoracle_1.4-15.debian.tar.xz 4.6 KiB 82efd21cc3982ee57ee54562d5e03a62c0bd9d0949228f499fecbd745e75a793

No changes file available.

Binary packages built by this source

spamoracle: statistical analysis spam filter based on Bayes' formula

 SpamOracle, a.k.a. "Saint Peter", 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.
 .
 This program is designed to work in conjunction with procmail. The result of
 the analysis is output as an additional message header X-Spam:, followed by
 yes, no or unknown, plus additional details. A procmail rule can then test
 this X-Spam: header and deliver the e-mail to the appropriate mailbox.

spamoracle-dbgsym: Debug symbols for spamoracle