Re: [exim] Write headers B4 spamassassin scan

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Marc Sherman
Date:  
À: exim-users
Sujet: Re: [exim] Write headers B4 spamassassin scan
Craig Jackson wrote:
> Hi,
>
> At the beginning the data acl, some headers are committed to writing but
> are not actually written until after the data acl and thus are not
> passed to Spamassassin. But I would like Spamassassin to read these
> headers. Is there any way to write those headers before passing the
> message to Spamassassin?


If you add the headers before the data acl (such as in the rcpt acl),
they will be available to spamassassin in the data acl.

- Marc