Quoting Eduardo M KALINOWSKI <[email protected]>: > On Qua, 30 Set 2009, Jonathan Gilpin wrote: >> Hi, >> >> Is it possible to have different users have different spam levels in >> spam assasin when using Exim? >> >> Ie: is it possible to have a director or transport get a value from >> the SQL database and compare this against the spam score? To decide if >> the message should be put in the spam folder or dumped to devnull or >> left alone in the inbox? >> >> I'd like to avoid having lots of different databases and tables... and >> also want users to be able to change their SQL in a webpage... >> >> Can anyone help with this? > > First, please do not hijack threads by replying to an existing > message. If you want to post a new question, write a new e-mail > instead of replying. > > As for your question, how are you calling spamassassin? If it's > something like > > deny > spam = nobody > condition = ${if >{$spam_score_int}{120}{1}{0}} > > Then replace 120 with some lookup, say ${lookup mysql{select > spam_level from users where id='$localpart'}}
Most all examples how to call SpamAssassin show it is done in the data ACL. What you have shown works for each individual recipient? -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
