> This would be correct:
>
>   $banned_filename_re = $banned_filename_re = new_RE( ... );
>   %banned_rules = ( 'DEFAULT' => $banned_filename_re );

Sorry, typo, redundant. Should be:

   $banned_filename_re = new_RE( ... );
   %banned_rules = ( 'DEFAULT' => $banned_filename_re );

Which is exactly equivalent to the case where %banned_rules
is left to its default and just having a:

   $banned_filename_re = new_RE( ... );

Mark


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to