Re: [exim] spam_score_int is not set even the mail is scanne…

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Kirill Miazine
Datum:  
To: Heiko Schlittermann
CC: exim-users
Betreff: Re: [exim] spam_score_int is not set even the mail is scanned
* Heiko Schlittermann [2010-01-09 13:09]:
> > > I'm using the "old" integration of Spamassassin within Exim4 with the
> > > following spamcheck_router (router=accept) and the spamcheck-transport
> > > (transport=pipe):
> >
> > I believe $spam_scrore_int is only available when using the "new"
> > integration of SpamAssassin into Exim in the ACLs.
> >
> > You may need to read "Content scanning at ACL time"
> > http://docs.exim.org/current/spec_html/ch41.html if you want to use that
> > variable.
>
> … and (IMMS) the spam_* vars are only available in the data acl.


Yes, all $spam_* variables are only usable in ACLs, EXCEPT
$spam_score_int, which is saved with the message and can be used in
routers and transports too.