On 2010-02-25 at 14:58 +0100, Fabien LUCE wrote:
> HI everyone,
>
> i'm trying to rewrite the From field for all my messages that comes to my
> exim server.
> Here is my rule:
> *@*.lutix.org $1@???
>
> and then for example:
> exim -brw ftg@???
>
> sender: ftg@???
> from: ftg@???
> to: ftg@???
> cc: ftg@???
> bcc: ftg@???
> reply-to: ftg@???
> env-from: ftg@???
> env-to: ftg@???
>
> but when i send and email to gmail, the From field is "ftg,,," instead of
> "ftg". What are the commas for?
You have another rewrite somewhere, or something else setting errors_to,
or the like.
Show more of the config if you need more assistance, please.
-Phil