pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/milter-greylist milter-greylist is a greylisting ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3358b0ceaeb3
branches:  trunk
changeset: 469985:3358b0ceaeb3
user:      manu <manu%pkgsrc.org@localhost>
date:      Thu Mar 04 14:47:56 2004 +0000

description:
milter-greylist is a greylisting filter for sendmail, it is extremely
effecitve at reducing spam at the time of this writing.

diffstat:

 mail/milter-greylist/DESCR    |   8 ++++++++
 mail/milter-greylist/Makefile |  23 +++++++++++++++++++++++
 mail/milter-greylist/PLIST    |   3 +++
 mail/milter-greylist/distinfo |   4 ++++
 4 files changed, 38 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r 9ad1ed290a36 -r 3358b0ceaeb3 mail/milter-greylist/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/milter-greylist/DESCR        Thu Mar 04 14:47:56 2004 +0000
@@ -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 -r 9ad1ed290a36 -r 3358b0ceaeb3 mail/milter-greylist/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/milter-greylist/Makefile     Thu Mar 04 14:47:56 2004 +0000
@@ -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@localhost
+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 -r 9ad1ed290a36 -r 3358b0ceaeb3 mail/milter-greylist/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/milter-greylist/PLIST        Thu Mar 04 14:47:56 2004 +0000
@@ -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 -r 9ad1ed290a36 -r 3358b0ceaeb3 mail/milter-greylist/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/milter-greylist/distinfo     Thu Mar 04 14:47:56 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index