Ronald Vazquez NLM wrote:
(B> Hello list:
(B> 
(B> I have the following code as part of my:
(B...snip...
(B
(B> 
(B>   my %trustedSubnets = (
(B                         ^^
(B>        # Looopback
(B>         '127.0.0.1'       => '255.255.255.255',
(B> 
(B>         # Home Network
(B>         '192.168.1.0'  => '0.255.255.255',
(B>    };
(B    ^^^  - this should be );
(B
(Balso I think you also want to replace the => with , above. (my code uses
(Bcommas, i'm not sure if the => will work as well or not off the top of
(Bmy head)
(B
(Beverything else looked ok to me.
(B
(Bhope this helps
(B
(Balan
(B_______________________________________________
(BVisit http://www.mimedefang.org and http://www.canit.ca
(BMIMEDefang mailing list
([EMAIL PROTECTED]
(Bhttp://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to