Brian C. Hill wrote: > This doesn't quite work. > > * [EMAIL PROTECTED] default > * [EMAIL PROTECTED] if replying to a message addressed to [EMAIL PROTECTED] > * [EMAIL PROTECTED] if original addressed to [EMAIL PROTECTED] > * etc. > > I know there is some aspect of the send-hook functionality I > am not understanding. Can someone give me a clue? > ====================================================================== > send-hook '~C @bch\.net' 'my_hdr From: [EMAIL PROTECTED]' > send-hook '~C bman@bch\.net' 'my_hdr From: [EMAIL PROTECTED]' > send-hook '~C @alcleaders\.com' 'my_hdr From: [EMAIL PROTECTED]' > #send-hook '!~C "@alcleaders\.com"' 'unmy_hdr *'
The simplest way to do this is to set $reverse_name and define $alternates properly. Other than that, I'm not sure, but my guess is that you need to mess around with the quoting. I don't use any send-hooks like this, but I use folder hooks like this: folder-hook =lists:foo 'my_hdr From: [EMAIL PROTECTED] (Will Yardley)' Might also be a good idea to have a generic hook; ie: send-hook . 'my_hdr From: [EMAIL PROTECTED]' -- Will Yardley input: william < @ hq . newdream . net . >