Re: [exim] address rewriting of To: header

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Eli
Datum:  
To: exim-users
Betreff: Re: [exim] address rewriting of To: header
> headers_remove = To:
> headers_add = To: $local_part@$domain


"headers_remove = to" (without quotes of course)

You don't add the ":" to the headers_remove line, and it's also not case
sensitive (if it matters to you).

Eli.