summaryrefslogtreecommitdiff
path: root/mail/relaydb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reset unreachable MAINTAINERs to ports@FreeBSD.orgOliver Eikemeier2003-11-191-1/+1
| | | | | | | | PR: 59109 Approved by: marcus (mentor) Notes: svn path=/head/; revision=94400
* relaydb is a mail header analyzer that builds a database of IP addresses eitherYen-Ming Lee2003-08-104-0/+33
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> Notes: svn path=/head/; revision=86727