diff options
author | pav <pav@FreeBSD.org> | 2004-05-28 05:12:08 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-28 05:12:08 +0800 |
commit | e0d800a02f162a1ab51b17058899b134b850216c (patch) | |
tree | 6b801b2eba88dceb02c1ae1d9cb10b959b985e2e /mail/Makefile | |
parent | c3059715ed6ade80bac1229c8ed06f2a8997c7f0 (diff) | |
download | freebsd-ports-gnome-e0d800a02f162a1ab51b17058899b134b850216c.tar.gz freebsd-ports-gnome-e0d800a02f162a1ab51b17058899b134b850216c.tar.zst freebsd-ports-gnome-e0d800a02f162a1ab51b17058899b134b850216c.zip |
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>
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 91373c92b3f2..b1e5eaf0ca6f 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -179,6 +179,7 @@ SUBDIR += mew3 SUBDIR += mew3-emacs20 SUBDIR += mew3-xemacs21-mule + SUBDIR += milter-greylist SUBDIR += milter-regex SUBDIR += milter-sender SUBDIR += mimedefang |