diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-01 06:10:12 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-01 06:10:12 +0800 |
commit | 32ef741d53f7c3edeaf77951b8f59270d4b4dc88 (patch) | |
tree | 627ef70ba111e99c87e48bf5c998b04ed140f92c /misc/Makefile | |
parent | 97f51ca7f074391d7835cabd2eabecffb55d79da (diff) | |
download | freebsd-ports-gnome-32ef741d53f7c3edeaf77951b8f59270d4b4dc88.tar.gz freebsd-ports-gnome-32ef741d53f7c3edeaf77951b8f59270d4b4dc88.tar.zst freebsd-ports-gnome-32ef741d53f7c3edeaf77951b8f59270d4b4dc88.zip |
New port: misc/spamcalc
Spamcalc takes a hostname or a list of hostnames and
determines a dns spam score for each hostname. This value
is an indication for the spam-ness of the hostname. The
higher the score, the higher the chance that the hostname
is actually a dns spam hostname.
PR: ports/41625
Submitted by: Harold Gutch <logix@foobar.franken.de>
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 5ad0e9533971..faa5855212b7 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -298,6 +298,7 @@ SUBDIR += sls SUBDIR += smssend SUBDIR += snowflake + SUBDIR += spamcalc SUBDIR += splitvt SUBDIR += sshbuddy SUBDIR += stan |