On 13/01/2010 9:29 PM, Jean-Yves Avenard wrote:
> Hi
> 
> Mail system is made of
> Sendmail as MTA -> spamass-milter -> spamd
> 
> Legitimate users are using the sendmail server over TLS and first need
> to authenticate themselves before being able to post.
> 
> Is there a way to have a particular score if the sender has
> succesfully authenticated ?

There's already a rule that checks for (the opposite) of this...
__LAST_UNTRUSTED_RELAY_NO_AUTH.

If you invert it with a meta rule you'll get what you want...

meta AUTHD_RELAY !__LAST_UNTRUSTED_RELAY_NO_AUTH
describe AUTHD_RELAY Message submission was via an authenticated user
score AUTHD_RELAY -10

Daryl

Reply via email to