> > how can I set the envelope-from independently from From: ? As is, mutt
> AFAIK envelope_from does nothing but invokes sendmail with parameter > -f <From:-Header> Correct > By setting sendmail directly you can call it with the -f paramater > set freely, i.e. to your real email adress. This is independent from > the setting of From: Oh - ok, great. Good trick. But I'll have a problem with this: ~~/.muttrc: folder-hook ".*-List" set sendmail="/usr/sbin/sendmail -oem -oi" folder-hook ".*-List" set from="...." folder-hook ".*-List" set envelope_from=yes folder-hook "XXX.*-List" source ~/.muttrc.obscurefrom ~~/.muttrc.obscurefrom: set sendmail="/usr/sbin/sendmail -oem -oi -f real@..." set from="hidden@..." set envelope_from=no When I c folder to XXX-List, I get an error: -oem: unknown variable which I can't make sense of. Can anyone enlighten me? Thanks, Volker -- Volker Kuhlmann is possibly list0570 with the domain in header http://volker.orcon.net.nz/ Please do not CC list postings to me.