Re: [exim] user forward and smarthost

Góra strony
Delete this message
Reply to this message
Autor: Phil Pennock
Data:  
Dla: exim-users
Temat: 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