Hello! There is already a way to block identical sender and recipients with spamdyke. I think it would also be fine to have this for the domain part:
Deny if from: [email protected] to: [email protected] There are a lot of such mails on my servers: zgrep "auth: (un" /var/log/mail.log.1.gz |grep ALLO | cut -d " " -f 9,11 | tr " " @ | awk -F @ '{ if ($2=$4) print $2 " " $4 }' |wc -l 10324 I know that people sending mails from web-scripts without smtp-auth wouldn't be happy about that, but anyway :) What do you think about this? Best, Hartmut _______________________________________________ spamdyke-users mailing list [email protected] http://www.spamdyke.org/mailman/listinfo/spamdyke-users
