mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
9 lines
440 B
Plaintext
9 lines
440 B
Plaintext
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. It has been reported as efficient and easy to setup
|
|
by a large number of system administrators.
|