Re: [Exim] filter-problems

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Greg Ward
日付:  
To: exim-users
題目: Re: [Exim] filter-problems
On 13 September 2002, Annemarie und Klaus Behmel said:
> Therefore I tried Exim-scripts like
>
> if
> $reply_address contains "adress-from"
> or
> if ..........
> then
> deliver (unseen) adress-to
> endif


I have to admit I don't really understand your requirements. But I note
two obvious problems here:

1) bad syntax; I think you want

   if $reply_address contains "address-from" or ......... then
     unseen deliver address-to
   endif


2) bad spelling -- it's "address" in English. ;-)
(I assume that's not really relevant, and you were just using
"adress-to" as a meta-variable!)

        Greg
--
Greg Ward <gward@???>                         http://www.gerg.ca/
No problem is so formidable that you can't just walk away from it.