Re: [exim] Redirect email with autoreply to sender

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Jeremy Harris
Data:  
Para: exim-users
Assunto: Re: [exim] Redirect email with autoreply to sender
On 09/08/2019 08:43, Gurvinder via Exim-users wrote:
> I would like if it is possible to email forward along with sending auto
> reply to the sender. I do not want keep the email in the inbox.


One way would be to use filter data to define both the redirection
(using "deliver") and the reply (using "mail")
in your redirect router, and a suitable reply_transport setting
(and an autoreply transport for it).

--
Cheers,
Jeremy