If I setup two send hooks as follows: send-hook . "my_hdr From: [EMAIL PROTECTED] ;" send-hook blah "my_hdr From: [EMAIL PROTECTED] ;"
am i right in thinking that the second send hook will be activated on any To: or Cc: (or Bcc?) that contains blah in the address, does this behave in a reg exp manner? will it match all of the following : [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] or does it only match after the @ ? Thanks Toby