Re: [exim] user forward and smarthost

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Phil Pennock
日付:  
To: exim-users
題目: Re: [exim] user forward and smarthost
On 2012-03-07 at 07:22 +0100, Oliver Schwarz wrote:
> if $header_from: contains "mail@???"
> then
> deliver "Mail User <mail.remote@???>"
> endif


deliver "Mail User <mail.remote@???>" errors_to oliver.schwarz@???

See the filter docs (filter.txt and other document formats),
"3.11 The deliver command".

-Phil