diff options
author | arved <arved@FreeBSD.org> | 2010-11-24 18:25:51 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2010-11-24 18:25:51 +0800 |
commit | 5b679981f4f1ba7d78405b9846e08147d86e9144 (patch) | |
tree | 980e2734f7b438b4c4ce7f6dc8902d088eacece6 /mail/Makefile | |
parent | 371b15d940a5bfa909cceb16b514fded08bf46e2 (diff) | |
download | freebsd-ports-gnome-5b679981f4f1ba7d78405b9846e08147d86e9144.tar.gz freebsd-ports-gnome-5b679981f4f1ba7d78405b9846e08147d86e9144.tar.zst freebsd-ports-gnome-5b679981f4f1ba7d78405b9846e08147d86e9144.zip |
Add spamass-ixhash, a plugin for Spamassassin, that
computes MD5 checksums of fragments of the body of an e-mail and compares
them to those of know spam.
PR: 152216
Submitted by: Michael Ranner
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 07f6f4ec36ed..a1141df776fd 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -639,6 +639,7 @@ SUBDIR += softfail SUBDIR += solidpop3d SUBDIR += sortmail + SUBDIR += spamass-ixhash SUBDIR += spamass-milter SUBDIR += spamass-rules SUBDIR += spamass-rules_du_jour |