Am Fri, Dec 27, 2024 at 11:41:39PM -0500 schrieb hobie of RMN:
> For 20 years I've enjoyed Mutt as my primary mail reader.  I used its
> 'bounce' feature to deal with HTML mails, sending them to a webmail
> program on a different server.  But now the jellyfish anti-spam daemon
> won't allow me to do that; it rejects my bounced emails because "From:"
> and "(envelope-from)" are not the same.
> 
> What's the best way to handle this?  Switch to Thunderbird or claws-mail?
> 
May be you can use the send-hook for that purpose.
See below an example of my muttrc. Usually I use my t-online account.
With the send-hook the "From:" is changed in case the receiver has a
gmx address.

send-hook . 'unmy_hdr From:'
send-hook '~t ^.*@gmx\.net$' 'my_hdr From: Christoph Brinkhaus 
<brinkh...@gmx.net>'

For your issue -t might not help, additionally I do not know if
envelope-from can be changed by a send-hook. But the example should show
that it is not pure black magic. May be it is a starting point for you.

Kind regards,
Christoph
-- 
Ist die Katze gesund
schmeckt sie dem Hund.

Attachment: signature.asc
Description: PGP signature

Reply via email to