Chris, > Is it possible maintain per user defang_* options in MySQL? > > I have an entry in my policy table called 'No checks' which is supposed > to do just what it says on the tin. Both virus_lover and > bypass_virus_checks are set to 'Y'. The intention is that users > selecting this policy should receive their mail unaltered, but because > $defang_virus is set true users using this policy occasionally receive > defanged mail if the body has been cached.
Unfortunately this is currently not possible, the defang_* options work per-message, they can not work on a per-recipient basis. Doing so would require message to be delivered in multiple sessions to recipient with different settings. While all the required mechanisms are there, available for this purpose, the current implementation of defang_* is a bit simpleminded and the proper solution would require a bit of code reshuffling. I'll put it on a to-do list. Mark ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ 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/
