>What's the difference between what you suggested and adding the ^ after the
>slash at the beginning of the line?

^ meta-character is PCRE anchor for beginning of line, which is usually a 
good idea, but with headers, which are generally short and not very 
numerous, leaving off the anchor is not very dangerous.  and:

/^to:....

would miss:

/X-RCPT-TO:....


Len




Reply via email to