Re: [Exim] message subject expansion in DATA acl

Top Page
Delete this message
Reply to this message
Author: Andreas Metzler
Date:  
To: exim-users
Subject: Re: [Exim] message subject expansion in DATA acl
On Wed, Jun 04, 2003 at 11:04:49AM +0200, Rene Küttner wrote:
> is there an expansion available in the DATA acl which contains the messages
> subject?
>
> i've tried "${quote_mysql:${rh_Subject}}" without success
> are $rh_ only available in filters?


afaict from "Expansion items" in spec.txt this will look for a header
named 'Subject}' and should produce a syntax-error
"${quote_mysql:$rh_Subject:}" might work.
            cu andreas