Re: [exim] different spam levels on Spam Assassin

Top Page
Delete this message
Reply to this message
Author: Eduardo M KALINOWSKI
Date:  
To: exim-users
Subject: Re: [exim] different spam levels on Spam Assassin
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'}}




--
Eduardo M KALINOWSKI
eduardo@???