diff options
author | leeym <leeym@FreeBSD.org> | 2003-08-10 16:50:48 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-08-10 16:50:48 +0000 |
commit | 9c38e59f068997bc1f887f2f1ff78f9067d3740c (patch) | |
tree | 78a9e432ef4e4ecab27a4996b3e84e2af513ed39 /mail/relaydb/pkg-descr | |
parent | 492f53373170fc27c146580d4515bbb600eb7de6 (diff) | |
download | FreeBSD-ports-9c38e59f068997bc1f887f2f1ff78f9067d3740c.zip FreeBSD-ports-9c38e59f068997bc1f887f2f1ff78f9067d3740c.tar.gz |
relaydb is a mail header analyzer that builds a database of IP addresses either
known as legitimate senders or spammers.
relaydb doesn't itself classify mails as legitimate or spam, that decision needs
to be reached through other means. Neither does relaydb block spam itself. It
merely provides a list of IP addresses to block through other means.
WWW: http://www.benzedrine.cx/relaydb.html
PR: 55437
Submitted by: Matt Jibson <dolmant@dolmant.net>
Diffstat (limited to 'mail/relaydb/pkg-descr')
-rw-r--r-- | mail/relaydb/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/relaydb/pkg-descr b/mail/relaydb/pkg-descr new file mode 100644 index 0000000..06c6c9b --- /dev/null +++ b/mail/relaydb/pkg-descr @@ -0,0 +1,8 @@ +relaydb is a mail header analyzer that builds a database of IP addresses either +known as legitimate senders or spammers. + +relaydb doesn't itself classify mails as legitimate or spam, that decision needs +to be reached through other means. Neither does relaydb block spam itself. It +merely provides a list of IP addresses to block through other means. + +WWW: http://www.benzedrine.cx/relaydb.html |