idea for poor man's SPF
2005-05-30 by Martin Paul
Many greylist users want to reduce the number of valid messages
being delayed by greylisting. I've had a close look on spam and
non-spam messages in the past, and a simple pattern seems to be
that messages with a sender like "user@..." which come
from a sender DNS name like "mailhost.domain.com" are never spam.
I guess this could probably easily implemented in milter-greylist.
Strip the domain part (everything after the @) from the sender
e-mail address, and compare the sender DNS hostname to
"[^.*]\.$fromdomain" (that is, any hostname under the same domain
name as the from address). If it matches, accept the message
immediately, otherwise greylist it as usual. It would best be
implemented as an additional option to greylist.conf.
In my case, most of the whitelist entries for common senders
would be caught by that rule and would not be needed anymore.
Comments anyone, or a volunteer to implement it ?
mp.
--
Martin Paul | Systems Administrator
Institute of Scientific Computing | martin@...
Nordbergstrasse 15/C/3, A-1090 Wien | Tel: 01 4277 39403
http://www.par.univie.ac.at/ | Fax: 01 4277 9394