Hello
I am using send-hooks for different signatures.
For example
# Default signature
#
send-hook . 'set signature="~/.signature"'
# Dutch signature
#
send-hook ".*\.nl" 'set signature="~/.signature.nl"'
The second one signs my mail with a dutch signature if sending
to a Dutch address.
However I want to make an exception for certain people..for example..
# Personal signature
#
send-hook [EMAIL PROTECTED] 'set signature="~/.signature.duivel"'
This does not work, whatever order I put them in.
It still sends the .signature.nl
Hints ?
--
Regards
Cliff