I'm trying to catch the hoax domain name invoices I receive for my various websites. These emails have the subject line: [domain] Final Notice. I've added this rule to local.cf (other rules I've added are OK) ---
header LOCAL_DOMAINSCAM Subject =~ /(domain1|domain2|domain3)\.(com|net|org|com\.au) Final Notice/i
score LOCAL_DOMAINSCAM 5
describe LOCAL_DOMAINSCAM Hoax domain name renewal notice
But it's not working. What am I doing wrong?