* Toby Coleridge <[EMAIL PROTECTED]> [2002-10-10 20:25]: > If I setup two send hooks as follows: > send-hook . "my_hdr From: [EMAIL PROTECTED] ;" > send-hook blah "my_hdr From: [EMAIL PROTECTED] ;"
what are the semicola for? delete them. > 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 yes > does this behave in a reg exp manner? the first parameter to the send-hook command is a pattern, eg ~t foo ~c foo ~C foo rtfm to understand. > will it match all of the following : > [EMAIL PROTECTED] > [EMAIL PROTECTED] > [EMAIL PROTECTED] > > or does it only match after the @ ? it's a sub-match which matches anywhere. ps: set tw=70 Sven