diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2004-04-08 08:00:34 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2004-04-08 08:00:34 +0000 |
commit | 668f777082c0288f7d5de06d4a32b8dab7175fd0 (patch) | |
tree | fdca413d5a9c1cb12c8e1555797640f3f0d79035 /mail/spampd/pkg-descr | |
parent | 3605419cb67f5249789f2ad60afa1cdb6b86637e (diff) |
Notes
Diffstat (limited to 'mail/spampd/pkg-descr')
-rw-r--r-- | mail/spampd/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/spampd/pkg-descr b/mail/spampd/pkg-descr new file mode 100644 index 000000000000..b8151dee65a5 --- /dev/null +++ b/mail/spampd/pkg-descr @@ -0,0 +1,11 @@ +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 platform supported by Perl and SpamAssassin. + +WWW: http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm |