Re: [Exim] message subject expansion in DATA acl

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Andreas Metzler
日付:  
To: exim-users
題目: 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