diff options
author | sat <sat@FreeBSD.org> | 2006-08-21 00:30:32 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-08-21 00:30:32 +0800 |
commit | 4bd23dfc7de96d8cfaa0865ded92eadabbfca0d3 (patch) | |
tree | 1438829e35e1d29778cdb63ee403fc270f69ae74 /mail/Makefile | |
parent | 9f39267c7e917edad3a11b237ba9049cbfee4b69 (diff) | |
download | freebsd-ports-gnome-4bd23dfc7de96d8cfaa0865ded92eadabbfca0d3.tar.gz freebsd-ports-gnome-4bd23dfc7de96d8cfaa0865ded92eadabbfca0d3.tar.zst freebsd-ports-gnome-4bd23dfc7de96d8cfaa0865ded92eadabbfca0d3.zip |
Add port mail/surblhost:
Surblhost is a small program to see if hostnames are listed in the Spam
URI Realtime Blocklists (SURBL).
Hosts that are blacklisted means that global spam email have been reported
to contain links to these hosts.
Many popular spam email filters use these lists to identify spam email,
but this program makes it possible to use the lists for any conceivable
purpose, such as filtering out bad hosts from URL redirection, and so on.
WWW: http://surblhost.sourceforge.net/
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 5c8ee81aae7a..3d5e2393a436 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -540,6 +540,7 @@ SUBDIR += squirrelmail-wetteronline-plugin SUBDIR += sqwebmail SUBDIR += ssmtp + SUBDIR += surblhost SUBDIR += svnmailer SUBDIR += swaks SUBDIR += sylpheed |