On Tue, May 08, 2007 at 11:46:28PM -0400, Dave Lugo wrote:
> > For some reason Exim decides to rewrite Envelope From, Sender etc into
> > "d@???.
> >
> >
> > Have I misconfigured something or is this a bug/feature?
> >
>
>
> You need to add sender_retain to the acl stanza that deal
> with accepting mail from auth'd clients.
>
> This is cut from my setup:
>
> accept authenticated = *
> control = submission/sender_retain
>
Excellent! Thanks a bunch.