diff options
author | manu <manu@pkgsrc.org> | 2003-09-22 14:47:00 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2003-09-22 14:47:00 +0000 |
commit | 7258e92955f690863650b2844ae1dcfa8bad9da6 (patch) | |
tree | f72f71d7c582649aef1bc163e3c5ff162b84f2d3 | |
parent | 1dbd4541766633e542b4630b5762283cf75d5d15 (diff) | |
download | pkgsrc-7258e92955f690863650b2844ae1dcfa8bad9da6.tar.gz |
jchkmail is a behavior-based virus and spam milter for Sendmail
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | mail/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index a2e470cf158..483436e5751 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.3481 2003/09/22 14:13:34 jmmv Exp $ +$NetBSD: CHANGES,v 1.3482 2003/09/22 14:47:00 manu Exp $ Changes to the packages collection and infrastructure in 2003: @@ -3878,3 +3878,4 @@ Changes to the packages collection and infrastructure in 2003: Updated plib to 1.6.0 [xtraeme 2003-09-22] Updated bind9 to 9.2.2p3 [taca 2003-09-22] Updated jove to 4.16.0.63 [jmmv 2003-09-22] + Added jchkmail-1.3.1a [manu 2003-09-22] diff --git a/mail/Makefile b/mail/Makefile index 2144841c8b1..02c206d6acf 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.176 2003/09/19 09:24:55 wiz Exp $ +# $NetBSD: Makefile,v 1.177 2003/09/22 14:47:04 manu Exp $ # COMMENT= Electronic mail utilities @@ -62,6 +62,7 @@ SUBDIR+= imp SUBDIR+= incm SUBDIR+= isync SUBDIR+= ja-mh +SUBDIR+= jchkmail SUBDIR+= kbiff SUBDIR+= libesmtp SUBDIR+= libmilter |