On Wed, Oct 04, 2000 at 07:58:13PM -0400, Hal Burgiss wrote:
>Should the below not work? I could swear it used to ;) Recently even.
>Despite much playing with this, I cannot get the header to handle the
>exceptions.
>
>
>unset use_from
>send-hook . 'my_hdr From: Hal Burgiss <[EMAIL PROTECTED]>'
>send-hook redhat-list 'my_hdr From: Hal Burgiss <[EMAIL PROTECTED]>'
Hi,
   I think send-hook is expecting a pattern where you have redhat-list.
Does the following work better for you?

send-hook . 'my_hdr From: Hal Burgiss <[EMAIL PROTECTED]>'
send-hook '~C redhat-list' 'my_hdr From: Hal Burgiss <[EMAIL PROTECTED]>'

-Harold
-- 
"Life sucks, deal with it!"

Reply via email to