troxlinux wrote: > hello list I have a server with postfix and amavisd-new 2.6.3, I > have some accounts of the system to send log to an administrator > account root, and want to avoid that amavisd-new scan , I put within > amavisd-new these lines for the post office that I do not want to scan > with in amavisd-new
> @bypass_header_checks_acl = qw( [email protected] ); > @bad_header_lovers_acl = qw( [email protected] ); > $bypass_virus_checks{lc('[email protected]')} = 1; > but this does not work to me, I am making something bad > X-Virus-Scanned: amavisd-new > X-Spam-Flag: NO > X-Spam-Score: 0.021 > X-Spam-Level: > X-Spam-Status: No, score=0.021 tagged_above=-999 required=5 tests=[AWL=0.021] > autolearn=ham with the above settings you only bypass header and virus checks - spam scanning is still enabled so it's correct that the amavisd header and spam score is added. If you would like to diable these checks too try to add @bypass_spam_checks_maps = ( [qw( [email protected] )] ); @spam_lovers_maps = ( [qw( [email protected] )] ); -- Daniel ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ 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/
