Problem with ByDomainBlacklist
Sebastian Wiesinger
sw at INTERNETX.DE
Thu Oct 30 17:05:01 GMT 2003
Hi, I just looked at the functions for blacklisting by domåin and I think there
is one little error and my patch for it:
--- ./CustomConfig.pm Tue Sep 30 10:42:59 2003
+++ ./CustomConfig.new.pm Thu Oct 30 18:03:34 2003
@@ -262,6 +262,7 @@
return 1 if $BlackWhite->{$to}{$ip};
return 1 if $BlackWhite->{$todomain}{$from};
return 1 if $BlackWhite->{$todomain}{$fromdomain};
+ return 1 if $BlackWhite->{$todomain}{$ip};
return 1 if $BlackWhite->{'default'}{$from};
return 1 if $BlackWhite->{'default'}{$fromdomain};
return 1 if $BlackWhite->{'default'}{$ip};
Please correct me if I'm wrong.
Sebastian
--
InterNetX GmbH
Sebastian Wiesinger
System Administration
Maximilianstrasse 6
D-93047 Regensburg
Tel. +49 941 59559-0
Fax +49 941 59559-245
eMail: sebastian.wiesinger at internetx.de
GPG-Key: 0x97F5A1D8 (0x8431335F97F5A1D8)
More information about the MailScanner
mailing list