[Exim] Re: Documentation clarification - $h_xxx

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Brian Candler
Datum:  
To: exim-users
Betreff: [Exim] Re: Documentation clarification - $h_xxx
On Sat, Aug 03, 2002 at 07:35:05PM +0100, Brian Candler wrote:
> Finally, I think this is fairly clear, but I just want to confirm: the
> headers_add option of routers does _not_ have any effect when a router is
> being used for address verification?


Supplementary question: is $address_data from verification available in the
ACL? i.e. can I do something like this

require verify = recipient

warn     message = X-Spam-Threshold: ${extract{spamThresh}{$address_data}{$value}}
         condition = ${extract{spamThresh}{$address_data}{1}{0}}


if during address verification time, one of the routers used to verify the
address sets address_data?

Cheers,

Brian.