[Mimedefang] Need help with filter

alan premselaar alien at 12inch.com
Wed Dec 15 07:42:57 EST 2004


Ronald Vazquez NLM wrote:
> Hello list:
> 
> I have the following code as part of my:
...snip...

> 
>   my %trustedSubnets = (
			 ^^
>        # Looopback
>         '127.0.0.1'       => '255.255.255.255',
> 
>         # Home Network
>         '192.168.1.0'  => '0.255.255.255',
>    };
    ^^^  - this should be );

also I think you also want to replace the => with , above. (my code uses
commas, i'm not sure if the => will work as well or not off the top of
my head)

everything else looked ok to me.

hope this helps

alan



More information about the MIMEDefang mailing list