Date: Thu, 27 May 2004 14:12:08 -0700 (PDT) From: Pav Lucistnik <pav@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/milter-greylist Makefile distinfo pkg-descr pkg-message pkg-plistpatch-Makefile.in patch-dump.c patch-dump.h patch-spf.c Message-ID: <200405272112.i4RLC8ja016875@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pav 2004/05/27 14:12:08 PDT
FreeBSD ports repository
Modified files:
mail Makefile
Added files:
mail/milter-greylist Makefile distinfo pkg-descr pkg-message
pkg-plist
mail/milter-greylist/files milter-greylist.sh
patch-Makefile.in patch-dump.c
patch-dump.h patch-spf.c
Log:
Add milter-greylist, a milter for sendmail written in C that implements
grey listing. Grey listing is a 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.
PR: ports/67252
Submitted by: Cyril Guibourg <aragorn+ports@teaser.fr>
Revision Changes Path
1.528 +1 -0 ports/mail/Makefile
1.1 +46 -0 ports/mail/milter-greylist/Makefile (new)
1.1 +2 -0 ports/mail/milter-greylist/distinfo (new)
1.1 +32 -0 ports/mail/milter-greylist/files/milter-greylist.sh (new)
1.1 +57 -0 ports/mail/milter-greylist/files/patch-Makefile.in (new)
1.1 +10 -0 ports/mail/milter-greylist/files/patch-dump.c (new)
1.1 +11 -0 ports/mail/milter-greylist/files/patch-dump.h (new)
1.1 +12 -0 ports/mail/milter-greylist/files/patch-spf.c (new)
1.1 +11 -0 ports/mail/milter-greylist/pkg-descr (new)
1.1 +10 -0 ports/mail/milter-greylist/pkg-message (new)
1.1 +13 -0 ports/mail/milter-greylist/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405272112.i4RLC8ja016875>
