On 2002-04-19 Volker Kuhlmann wrote:
> > > 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?
> 

But the first folder-hooks work?
Why don't you set the variables for XXX.*-List the same way then?

Regards,

Christoph 

-- 
Christoph Maurer - D - 52072 Aachen
mailto:[EMAIL PROTECTED] - http://www.christophmaurer.de
On my Homepage: SuSE 7.0 on an Acer Travelmate 508 T Notebook

Reply via email to