diff options
author | Max Paperno <max@wdg.us> | 2012-11-14 00:00:52 +0100 |
---|---|---|
committer | Max Paperno <max@wdg.us> | 2012-11-14 00:00:52 +0100 |
commit | 679711d93bd8e3dd960d7f9ff26ac582cb597e00 (patch) | |
tree | a0e07dddfc43159c3edb4557684b2cb6bb7bf142 | |
parent | c3c8a5107d39e3b7980d5aa25ad77cacd8b77085 (diff) | |
download | spampd-679711d93bd8e3dd960d7f9ff26ac582cb597e00.tar.gz spampd-679711d93bd8e3dd960d7f9ff26ac582cb597e00.tar.xz |
Update readme.md
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ __NOTE: please see Download section for official release versions. The reposito __Testers wanted!__
-spampd is a program used within an e-mail delivery system to scan messages for possible Unsolicited Commercial E-mail (UCE, aka spam) content.
+Originally 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.
It uses an excellent program called SpamAssassin (SA) to do the actual message scanning. spampd acts as a transparent SMTP/LMTP proxy between
two 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
add 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
|