I have [EMAIL PROTECTED]'s mail forwarding to this account(via a .forward). I need mutt to make it look like I am replying to a mail that hasn't been forwarded. I have the following send-hooks in my ~/.muttrc: send-hook '~t [EMAIL PROTECTED]' 'my_hdr From: foobar <[EMAIL PROTECTED]>' send-hook '~t [EMAIL PROTECTED]' 'set signature="~/.foobar.sig"' This(AFIAK) says "when I reply to something sent to [EMAIL PROTECTED], it should be from [EMAIL PROTECTED], and it should change my .signature accordingly." Is this correct? If it is, I believe that I have found a bug. If it is not, can someone please explain why? Here is how I reproduce the bug: When I reply to a message sent to [EMAIL PROTECTED], the header changes and says that I'm not me, I'm [EMAIL PROTECTED], and the signature changes to [EMAIL PROTECTED]'s signature. The mail sends fine, and has the correct information in it. Then(with out quitting mutt) I reply to a message sent to [EMAIL PROTECTED], but the From: header and the signature remain for [EMAIL PROTECTED] I did not see anything in the manual about this, nor could I find anything on the web pages. There is, however, this note in the manual: Note: the send-hook's are only executed ONCE after getting the initial list of recipients. Adding a recipient after replying or editing the message will NOT cause any send-hook to be executed. The way this is stated, my message shouldn't be affected. Can anyone provide clarification? mutt -v is attached. -- Paul Visscher [EMAIL PROTECTED] <-><-><-><-><-><-> #include <disclaimer.h> "I am definitely a tropical fish." -- Joseph Blaylock
Mutt 0.95.3i (1999-02-12) Copyright (C) 1996-8 Michael R. Elkins and others. Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'. Mutt is free software, and you are welcome to redistribute it under certain conditions; type `mutt -vv' for details. System: Linux 2.0.36 [using ncurses 1.9.9e] Compile options: -DOMAIN -HOMESPOOL +USE_SETGID +USE_DOTLOCK +USE_FCNTL -USE_FLOCK -USE_IMAP -USE_POP +HAVE_REGCOMP -USE_GNU_REGEX +HAVE_COLOR +HAVE_PGP2 -BUFFY_SIZE -EXACT_ADDRESS +ENABLE_NLS SENDMAIL="/usr/sbin/sendmail" MAILPATH="/var/spool/mail" SHAREDIR="/usr/local/share/mutt" SYSCONFDIR="/usr/local/etc" ISPELL="/usr/bin/ispell" _PGPPATH="/usr/local/bin/pgp" _PGPV2PATH="/usr/local/bin/pgp" To contact the developers, please mail to <[EMAIL PROTECTED]>.