Johannes Zellner <[EMAIL PROTECTED]> wrote on Tue, 25 Jul 2000:
> send-hook '~C .*mutt-users@mutt\.org.*' 'my_hdr Reply-To: mutt users 
><[EMAIL PROTECTED]>'

> for some strange reason I get sometimes one of these `Reply-To:'
> headers inserted in a mail which has /no/ To: or Cc: to the list
> which is inserted.

You need to have a default-hook that does an "unmy_hdr Reply-To".
The my_hdr command is active from that point onwards, not just for
the message where the send-hook executed, but also for every other
message you type.  You can avoid this by having something like this:

  send-hook . 'unmy_hdr Reply-To"

in your .muttrc before the other send-hooks.  The order is important
since they are processed in order.


Hope this helps,
Mikko
-- 
// Mikko Hänninen, aka. Wizzu  //  [EMAIL PROTECTED]  //  http://www.iki.fi/wiz/
// The Corrs list maintainer  //   net.freak  //   DALnet IRC operator /
// Interests: roleplaying, Linux, the Net, fantasy & scifi, the Corrs /
"OK, I'm weird, but I'm saving up to be eccentric."

Reply via email to