On (03/10/01 23:45), René Clerc wrote:
> * Zane Crawford <[EMAIL PROTECTED]> [03-10-2001 20:25]:
> 
> | send-hook (~t .*caltech.edu) 'my_hdr "From: [EMAIL PROTECTED]"'
> | send-hook (~t !.*caltech.edu) 'my_hdr "From: [EMAIL PROTECTED]"'
> 
> Change (~t !.*caltech.edu) from the second rule to "."
> (whithout quotes)
> 
> This is the default rule.

But do it in this order: 

send-hook (~t .) 'my_hdr "From: [EMAIL PROTECTED]"'
send-hook (~t .*caltech.edu) 'my_hdr "From: [EMAIL PROTECTED]"'

If you reverse these, everything will match the default rule, with no
exceptions for caltech.edu.

Ailbhe

-- 
Homepage: http://ailbhe.ossifrage.net/

Reply via email to