On 8/7/07, Stefan Palme wrote: > > Hi, > > I have a "classical" setup using postfix + amavisd-new + SA to > check for spammy email. Amavisd is using an SQL database for storing > individuall policies, white-/blacklists etc. per recipient (using the > @lookup_sql_dsn feature for this). > > Now some users want to modify the scores for some of the SA checks. > > In general, this is possible in SA using e.g. "user_scores_dsn" > and friends, so score values can be stored in an SQL database per > user - this would be exactly what I want. > > Now the problem is, that the "user_scores_dsn" feature of SA only > seems to work when using spamd/spamc, but not when amavisd is calling > SA "directly". > > Is there a way to use this SA-feature anyway? Any links to > documentation, howtos or similar? > > Thanks and regards > -stefan- >
With amavisd-new, the $daemon_user is what SpamAssassin sees. It sees no other users when called by amavisd-new. You won't find a howto. Your only option is to disable spam scanning within amavisd-new and scan outside of amavisd-new. One of the benefits of amavisd-new is that a message is only scanned once, regardless of the number of recipients. -- Gary V ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ 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/
