> Hi, > > I am running amavisd-new 2.6.1 with SA 3.2.4. > > Sql lookups by amavis for sa_tag_level e.g. work fine. > > But I would like to configure my system that it can assign > user specific scores. An user should be able to set the BAYES_99 > score to 5 for example, despite the default is 3.5. > (User means recipient, there are no corresponding system users) > > AFAIK I have to configure that within SA. But SA completely ignores > the sql settings in the local.cf file. >
SA itself has the ability to do user specific scores, but I think via ~ user prefs files. Amavisd doesn't have a built in facility to do that, but you could hack something together using amavisd.custom. During the per user/for/next, you could adjust the score if you see the bayes_99 hit and the specific user hit. You could even replace the bayes_99 score with what you looked up for the user in SQL. Look at lots of examples of users working through this in this group. Sure beats hacking the amavisd code (Mark: thanks for the flexibility!) -- Michael Scheidell, CTO >|SECNAP Network Security Finalist 2009 Network Products Guide Hot Companies FreeBSD SpamAssassin Ports maintainer _________________________________________________________________________ This email has been scanned and certified safe by SpammerTrap(r). For Information please see http://www.secnap.com/products/spammertrap/ _________________________________________________________________________ ------------------------------------------------------------------------------ _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/