http://bugzilla.spamassassin.org/show_bug.cgi?id=3570
------- Additional Comments From [EMAIL PROTECTED] 2004-11-17 10:51 -------
I noticed an issue in another ticket regarding these rules, did you add the
boundry checks to the last 3 rules? I just fixed this and published to
rulesemporium.com (Thanks Bill Landry)
Was:
uri SARE_SPOOF_COM2COM m{https?://(?:\w+\.)+?com\.(?:\w+\.){2,}}i
describe SARE_SPOOF_COM2COM a.com.b.com
score SARE_SPOOF_COM2COM 2.5
Now:
uri SARE_SPOOF_COM2COM m{^https?://(?:\w+\.)+?com\.(?:\w+\.){2,}}i
describe SARE_SPOOF_COM2COM a.com.b.com
score SARE_SPOOF_COM2COM 2.5
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.