diff options
author | manu <manu@pkgsrc.org> | 2004-03-04 14:47:56 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2004-03-04 14:47:56 +0000 |
commit | 7cc9625454f560819c86dbef45da582c59417d97 (patch) | |
tree | c5b54070bb3a9cae573a5b113bf93b98743e31e1 /mail | |
parent | 96ac37a15f105d06f473277999865ef96847944b (diff) | |
download | pkgsrc-7cc9625454f560819c86dbef45da582c59417d97.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/milter-greylist/DESCR | 8 | ||||
-rw-r--r-- | mail/milter-greylist/Makefile | 23 | ||||
-rw-r--r-- | mail/milter-greylist/PLIST | 3 | ||||
-rw-r--r-- | mail/milter-greylist/distinfo | 4 |
4 files changed, 38 insertions, 0 deletions
diff --git a/mail/milter-greylist/DESCR b/mail/milter-greylist/DESCR new file mode 100644 index 00000000000..209abaa3a8c --- /dev/null +++ b/mail/milter-greylist/DESCR @@ -0,0 +1,8 @@ +Grey listing is a wonderful spam filtering technique, which uses a +behavior trick: spammers never resend a message when they get a +temporary error, whereas real MTA do. The idea is to refuse any mail +on first attempt, and accept it after some time has elapsed. + +milter-greylist is a stand-alone milter writtenin C that implement +grey listing. It's still quite experimental, but it has been seen +working on a real life MX. diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile new file mode 100644 index 00000000000..b752ca8e339 --- /dev/null +++ b/mail/milter-greylist/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/03/04 14:47:56 manu Exp $ +# + +DISTNAME= milter-greylist-0.9 +CATEGORIES= mail +MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ +EXTRACT_SUFX= .tgz + +MAINTAINER= manu@netbsd.rg +COMMENT= Greylist milter for sendmail + +USE_PKGINSTALL= YES +USE_BUILDLINK2= YES + +HAS_CONFIGURE= YES +CONFIGURE_ARGS+=--with-user=smmsp --prefix=${PREFIX} + +PKG_GROUPS= smmsp +PKG_USERS= smmsp:smmsp::Sendmail\\ Message\\ Submission\\ Program + +.include "../../mail/libmilter/buildlink2.mk" +.include "../../mk/pthread.buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/milter-greylist/PLIST b/mail/milter-greylist/PLIST new file mode 100644 index 00000000000..3473613b961 --- /dev/null +++ b/mail/milter-greylist/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/04 14:47:56 manu Exp $ +bin/milter-greylist +man/man8/milter-greylist.8 diff --git a/mail/milter-greylist/distinfo b/mail/milter-greylist/distinfo new file mode 100644 index 00000000000..af8ca1bb433 --- /dev/null +++ b/mail/milter-greylist/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/03/04 14:47:56 manu Exp $ + +SHA1 (milter-greylist-0.9.tgz) = d4a04dae3d2dd106c24c881cebbc352f68f5f718 +Size (milter-greylist-0.9.tgz) = 51837 bytes |