aboutsummaryrefslogtreecommitdiffstats
path: root/mail/relaydb
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* - SIZE'ifykrion2004-03-181-0/+1
| | | | | PR: ports/64403 Submitted by: maintainer
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1
|
* - Update to 1.7sergei2003-12-195-215/+2
| | | | | | | - Removed patches as they are merge into the upstream release PR: 60366 Submitted by: maintainer
* - Revise patches so that:sergei2003-12-164-30/+56
| | | | | | | | | - the port compiles cleanly on -CURRENT with -Werror - the compatibility option (-O) is not misused - Bump PORTREVISION PR: 60298 Submitted by: maintainer
* Michael O. Boev <mike@tric.tomsk.gov.ru> kindly agreedsergei2003-12-151-1/+1
| | | | to adopt this orphaned port.
* - Update to 1.3sergei2003-12-146-3/+190
| | | | | PR: 60229 Submitted by: Michael O. Boev <mike@tric.tomsk.gov.ru>
* Reset unreachable MAINTAINERs to ports@FreeBSD.orgeik2003-11-201-1/+1
| | | | | PR: 59109 Approved by: marcus (mentor)
* relaydb is a mail header analyzer that builds a database of IP addresses eitherleeym2003-08-114-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>