diff options
author | manu <manu@pkgsrc.org> | 2003-04-03 14:47:02 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2003-04-03 14:47:02 +0000 |
commit | 16cffb4ff7d58ae763d5552726d56330503b93e0 (patch) | |
tree | 2ff169a5b3c4c61bfac4860abf288975bc415068 /mail | |
parent | 6c16c0d5906585c4d0313e30446ebeee68fb94d9 (diff) | |
download | pkgsrc-16cffb4ff7d58ae763d5552726d56330503b93e0.tar.gz |
spamass-milter is a little plugin for the Sendmail Milter (Mail Filter)
library that pipes all incoming mail (including things received by
rmail/UUCP) through the SpamAssassin, a highly customizable SpamFilter.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index 390967342f5..5abcba59f53 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.163 2003/04/03 12:08:02 manu Exp $ +# $NetBSD: Makefile,v 1.164 2003/04/03 14:47:02 manu Exp $ # COMMENT= Electronic mail utilities @@ -119,6 +119,7 @@ SUBDIR+= sendmail SUBDIR+= sendmail811 SUBDIR+= smtpfeed SUBDIR+= solid-pop3d +SUBDIR+= spamass-milter SUBDIR+= spamassassin SUBDIR+= spamprobe SUBDIR+= spruce |