On Mon, December 23, 2013 3:06 pm, Axb wrote: > To save you time, grep the pattern you're looking for thru the rules > directories. > > If it's not there check in SVN's trunk to see if such a rule indeed > exists and if it's getting auto-promoted and what score it gets.
I did check... unless I'm completely blind, I don't see it. I'm basically looking for something like: header EMAIL_IN_SUBJ Subject =~ /[A-Za-z0-9.-_+]+@(?:[A-Za-z0-9]+\.)+[A-Za-z]{3,5}/ i.e. something that will match a valid email address in the subject line. However, I'm specifically wanting to match this to the recipient email address, i.e. not just ANY email address in the subject line, but the same one that's in the From: line. (This latter, I have no idea how to do, since I don't know if SA can do saved patterns from one line to another, e.g. $1, $2, etc.) Any ideas? Thanks very much. --- Amir