Re: [EXIM] uucp_from_pattern / uucp_from_sender

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Georg v.Zezschwitz
Fecha:  
A: Andreas Edler
Cc: exim-users, Andreas Edler
Asunto: Re: [EXIM] uucp_from_pattern / uucp_from_sender
Hi Andreas,

give this rule a try:

uucp_from_pattern = "From\\s+(\\S+)\\s+(?:.*?remote from (\\S+)|)"
uucp_from_sender = "${if eq{$2}{}{$1}{$2!$1}}"

I derived it from Philips one. It should work with CrossPoint
systems, e..

You have to add some other rewriting rules for the bang-addresses.

Greetings,


Georg

--
*** Exim information can be found at http://www.exim.org/ ***