Re: [EXIM] uucp_from_pattern / uucp_from_sender

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Georg v.Zezschwitz
Ημερομηνία:  
Προς: Andreas Edler
Υ/ο: exim-users, Andreas Edler
Αντικείμενο: 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/ ***