diff options
author | sahil <sahil@FreeBSD.org> | 2010-05-18 07:53:03 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2010-05-18 07:53:03 +0800 |
commit | 2eb84237344665b2d7cdf500cb90cb37b558dfdc (patch) | |
tree | d6e9d4fe6f16b27c2d351ec82c529ec9090ad973 /mail/Makefile | |
parent | 40457a44b3940f6711a7b98fbf3e17eb085ca54c (diff) | |
download | freebsd-ports-gnome-2eb84237344665b2d7cdf500cb90cb37b558dfdc.tar.gz freebsd-ports-gnome-2eb84237344665b2d7cdf500cb90cb37b558dfdc.tar.zst freebsd-ports-gnome-2eb84237344665b2d7cdf500cb90cb37b558dfdc.zip |
spmfilter-clamav is a plugin for spmfilter that enables spmfilter
to check mails with the Clam AntiVirus open source toolkit for
viruses. The major goal of this plugin is to provide an easy way
for virus-scanning emails. If ClamAV detects malicious software
like viruses the affected email is discarded by the plugin.
Optionally notifications can be enabled to inform the recipients
and sender (configurable) about the discarded message.
WWW: http://www.spmfilter.org/
PR: ports/146182
Submitted by: Axel Steiner <ast at treibsand.com>
Approved by: wxs@ (mentor)
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 766b89cfe44f..7d04529af969 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -646,6 +646,7 @@ SUBDIR += spamstats SUBDIR += spfval SUBDIR += spmfilter + SUBDIR += spmfilter-clamav SUBDIR += spmfilter-spamassassin SUBDIR += spruce SUBDIR += sqlgrey |