Hello, I want to add several mailinglists to spam_lovers_maps directives, so mails sent to these lists go directly to the list without spam checks:
Couls I just do it like this (i.e. every address on a new line)? @spam_lovers_maps = @bypass_spam_checks_maps = ( [ qw( [EMAIL PROTECTED] adjunc@ mydomain.ac.il bab@ mydomain.ac.il bella@ mydomain.ac.il ) ], ); @banned_files_lovers_maps = @bypass_banned_files_checks_maps = ( [ qw( [EMAIL PROTECTED] adjunc@ mydomain.ac.il bab@ mydomain.ac.il bella@ mydomain.ac.il ) ] ); @bad_header_lovers_maps = @bypass_header_checks_maps = ( [ qw( [EMAIL PROTECTED] adjunc@ mydomain.ac.il bab@ mydomain.ac.il bella@ mydomain.ac.il ) ] ); Best Regards, Leon Kolchinsky ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
