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).
Actually this handicap is just now being addressed, the 2.5.0 will bring true per-recipient mail body modifications/defanging, using the same message-splitting mechanism (when needed) that is already in use for mail header modifications. 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/
