On Mon, December 23, 2013 5:39 pm, Amir 'CG' Caspi wrote: > 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?
So, um... anyone have ideas on how to implement this, or if it's supposed to already be implemented somehow? Hope everyone had a good holiday (from work, at least), and happy new year to all! --- Amir