You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2005/04/07 07:04:42 UTC

[Bug 3863] enhance SUBJECT_DIET with LOSE_PCT

http://bugzilla.spamassassin.org/show_bug.cgi?id=3863





------- Additional Comments From Bob@Menschel.net  2005-04-06 22:04 -------
header SUBJECT_DIET       Subject =~ /\bLose .*(?:pounds|lbs|weight)/i

header SARE_SUB_LOSE_PCT  Subject =~
/lose.{1,20}(?:\d+\%.{1,25}weight|weight.{1,40}\d+\%)/i

header N1_SUBJECT_DIET  Subject =~
/lose.{1,20}(?:\d+\%.{1,25}(?:pounds|lbs|weight)|(?:pounds|lbs|weight).{1,40}\d+\%)/i

header N2_SUBJECT_DIET  Subject =~
/lose.{1,20}(?:\d+.{1,25}(?:pounds|lbs|weight)|(?:pounds|lbs|weight).{1,40}\d+)/i

header N3_SUBJECT_DIET  Subject =~
/lose.{1,20}(?:\%.{1,25}(?:pounds|lbs|weight)|(?:pounds|lbs|weight).{1,40}\%)/i

NEEDSMC






------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.