Justin, > I've been trying to figure out how to get per user Spam Defanging > working. I have a working amavis setup, and my per-user mysql > configurations for bypass_virus_checks and bypass_spam_checks work just > fine, as does my spam_kill_level. My theory is that I just don't have > the right column name for the per user configuration of it, or that it > this feature doesn't exist. If it's the latter, any tips on what line > of code I should be looking at to make it per user?
Unfortunately defanging in amavisd-new is rather simpleminded. One of its problems is that mail body modifications in amavisd-new are for the moment only possible for all recipients (unlike header modifications and address rewrites, which are truly per-recipient). This is also a reason why there are no per-recipient settings for spam defanging in SQL table and other @*_maps per-recipient lookups. Per-recipient defanging is on a to-do list, but not near. Currently defanging is a global setting (also switchable by policy banks, e.g. by sender IP address, but not by-recipient). Mark ------------------------------------------------------------------------- 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/
