sending blacklisted entries to highscore action
Brent
brent at WHITE-DEV.QUATRO.COM
Mon Jun 23 15:45:43 IST 2003
I needed a way of sending blacklisted hosts to the highscore spam action and
I think I found a really easy method:
diff Message.pm Message.pm.new
309a310
> $this->{ishigh} = 1;
Looks like that cause the highspam score action to be executed:
Jun 23 10:48:31 dev-server MailScanner[13498]: New Batch: Scanning 1
messages, 963 bytes
Jun 23 10:48:31 dev-server MailScanner[13498]: Spam Checks: Starting
Jun 23 10:48:32 dev-server MailScanner[13498]: Message h5NEmSB13615 from
xx.xxx.xxx.xxx (user at blacklistedhost.com) to devdomain.com.com is spam
blacklisted)
Jun 23 10:48:32 dev-server MailScanner[13498]: Spam Checks: Found 1 spam
messages
Jun 23 10:48:32 dev-server MailScanner[13498]: Spam Actions: message
h5NEmSB13616 actions are spams at devdomain.com.com,forward
Jun 23 10:48:32 dev-server MailScanner[13498]: Virus and Content Scanning:
Starting
Jun 23 10:48:32 dev-server MailScanner[13498]: Filename Checks: Allowing
msg-13498-2.txt
Jun 23 10:48:32 dev-server MailScanner[13498]: Uninfected: Delivered 1
messages
Julian is this legit? Or am I going to cause problems with this?
Thanks,
Brent
More information about the MailScanner
mailing list