Hi all,
I´m trying to block some spammers but my rule is not working....
Spammer Address: "www-data@test"@hotmail.com
Here is the rule.
sub filter_sender {
my ($sender, $ip, $hostname, $helo) = @_;
if ($sender =~ /^<?'"www-data@test"'\@hotmail\.com>?$/i) {
return ('REJECT', "REJECT");
}
return ('CONTINUE', "ok");
}
--
[],
Ricardson Williams
_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID. You may ignore it.
Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang