On Thu, Jul 09, 2020 at 02:43:09PM -0700, Drew Tomlinson wrote:

> So are you saying that changing the "Mail From" header might be
> helpful?  If so, how do I do this?

Encapsulation in an outer message avoids that issue entirely, and
preserves signatures, ... on the inner message.  The author of the
encapsulating message is you.

> > >The simplest thing to do is to encapsulate the original message
> > >as attachment to a new message.
> >
> > yes, this should work too.
> 
> But wouldn't this make all my email appear to come from me and I'd
> have to go into each email to see the original email?  This doesn't
> seem very practical.

You can put much of the metadata in the subject of the outer message.

    From: you@your-domain.example
    To: y...@gmail.com
    Subject: [fwd] <sen...@example.net>: original subject

the only complication is that adding more than the envelope sender
requires reading and buffering the header of the inner message before
you can send the header of the outer message.

-- 
    Viktor.

Reply via email to