Going to Extremes to Fight Spam
Please take a look at wired.com and read
about fighting spam.
I still feel that there is a need of some
sort of mechanisme to check if a mail is comming from a known spammer adres. And
we also need the checking methode if the user is sending from its own domain and
out of its own name.
<snippet>
Received: from
yoshi[192.168.0.102]
by yoshi4184.myip.org
[192.168.0.103]
with SMTP (MDaemon.PRO.v5.0.4.R)
for <SuSeLinux@Yoshi4184.MyIP.org>;
Tue, 04 Mar 2003 15:46:59 +0100
</snippet>
step 1)
Server recieving e-mail.
step2.1)
check against spam-blacklist-server if
19.168.0.103/yoshi4184.myip.org is a trusted mail relay server.
step2.2) (optional)
check against local maintaind
spam-server-blacklist if 19.168.0.103/yoshi4184.myip.org is a trusted mail relay
server.
step 3)
step 4)
step 5)
if all is ok accept mail.