fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
398 B
Text
9 lines
398 B
Text
This is a port of Emmanuel Dreyfus' milter-greylist.
|
|
|
|
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 written in C that implement grey
|
|
listing.
|