• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

misc/H06-Aug-2021-186129

previous-versions/H06-Aug-2021-16,5866,044

.gitignoreH A D06-Aug-202154 65

readme.mdH A D06-Aug-20211.8 KiB2316

spampd.plH A D03-May-2022108.8 KiB2,8341,080

spampd.podH A D06-Aug-202145.9 KiB1,172768

readme.md

1# SpamPD - Spam Proxy Daemon
2
3Originally released in May of 2002, _SpamPD_ is a program used within an e-mail delivery system to scan messages for possible Unsolicited Commercial E-mail (UCE, aka spam) content.
4It uses an excellent program called <a href="https://spamassassin.apache.org/" target="_new">SpamAssassin</a> (SA) to do the actual message scanning. SpamPD acts as a transparent SMTP/LMTP proxy between
5two mail servers, and during the transaction it passes the mail through SA. If SA decides the mail could be spam, then SpamPD will ask SA to
6add some headers and a report to the message indicating it's spam and why. SpamPD is written in Perl and should theoretically run on any
7platform supported by Perl and SpamAssassin.
8
9Check the [Releases](https://github.com/mpaperno/spampd/releases) area for latest versions, and see the old
10[Downloads](https://github.com/mpaperno/spampd/downloads) section for older releases (and the "previous-versions" folder for some even more ancient ones).
11Recently the Debian package version was added to this repo as a branch, and those tags will also show up in the Releases page.
12
13Please read the [POD file](https://github.com/mpaperno/spampd/blob/master/spampd.pod) for full documentation of the many available options.
14See the [changelog](https://github.com/mpaperno/spampd/blob/master/changelog.txt) for version history.
15
16More historic background information is available <a href="http://www.worlddesign.com/index.cfm/page/rd/mta/spampd.htm" target="_new">here</a>.
17
18Linux packages data courtesy of Repology:
19
20<a href="https://repology.org/metapackage/spampd/versions" target="_new">
21    <img src="https://repology.org/badge/vertical-allrepos/spampd.svg?minversion=2.61&header=Latest+release+v2.61" alt="Packaging status">
22</a>
23