On Thu, 14 Jan 2010, Daryl C. W. O'Shea wrote:

> 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

That would be assuming that spamass-milter correctly interpolated the auth
bits in the "Received" header it synthesizes so that SA could make that
determination. I know that version 0.3.1 of spamass-milter did
-NOT- do that. Does anybody know if there's a newer version of it?
(the savannah.nongnu.org site seems to have 0.3.1 as the last version).

-- 
Dave Funk                                  University of Iowa
<dbfunk (at) engineering.uiowa.edu>        College of Engineering
319/335-5751   FAX: 319/384-0549           1256 Seamans Center
Sys_admin/Postmaster/cell_admin            Iowa City, IA 52242-1527
#include <std_disclaimer.h>
Better is not better, 'standard' is better. B{

Reply via email to