diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-27 21:12:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-27 21:12:08 +0000 |
commit | b1770230b29c6e2203751fcf8b5420086d69a81d (patch) | |
tree | 56b19414c566ae297eb2c5c94047cb411600c206 /mail/Makefile | |
parent | fb552ecb61b0c41012a24db48b91b8d22b0b3c41 (diff) | |
download | ports-b1770230b29c6e2203751fcf8b5420086d69a81d.tar.gz ports-b1770230b29c6e2203751fcf8b5420086d69a81d.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>
Notes
Notes:
svn path=/head/; revision=110144
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 |