Re: [exim] Modifying Return-Path header of outgoing messages

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Marc Sherman
Fecha:  
A: exim-users
Asunto: Re: [exim] Modifying Return-Path header of outgoing messages
Johan MEREAUX wrote:
>
> I'm trying to modify the return-path header of outgoing messages.
> Thus I would like to put in this field the value of the "from:"
> header specified by my users.


You can do it in a router:
http://exim.org/exim-html-4.50/doc/html/spec_15.html#IX1583

or in the SMTP transport:
http://exim.org/exim-html-4.50/doc/html/spec_24.html#IX1940

- Marc