diff options
author | manu <manu@pkgsrc.org> | 2004-03-04 14:52:33 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2004-03-04 14:52:33 +0000 |
commit | 24404521caaab51abd186e396cd17cbb8e000d21 (patch) | |
tree | 99e7d7c54841c3a3553f1dc4f6f640ef01e8328c /mail | |
parent | a5a1814f4723db52426f10246bb17cf284752fee (diff) | |
download | pkgsrc-24404521caaab51abd186e396cd17cbb8e000d21.tar.gz |
milter-greylist is a greylisting filter for sendmail, it is extremely
effecitve at reducing spam at the time of this writing.
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 7c633b1d580..9f0e732d06a 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.195 2004/02/18 15:23:12 minskim Exp $ +# $NetBSD: Makefile,v 1.196 2004/03/04 14:52:33 manu Exp $ # COMMENT= Electronic mail utilities @@ -86,6 +86,7 @@ SUBDIR+= mew SUBDIR+= mew-xemacs SUBDIR+= mew3 SUBDIR+= mhonarc +SUBDIR+= milter-greylist SUBDIR+= milter-regex SUBDIR+= milter-sender SUBDIR+= milter-spamc |