I was surprised that this rule...

 uri CU_CN_LINK      /http:..\w+\.cn\b/

matches not only this...

 <a href="http://foobar.cn";>

but also this...

 <a href="http://www.columbia.edu/foo.html";>KooXoo Buys Kuxun.cn Domain</a>


First, I did not realize that SpamAssassin's idea of "uri" includes not
only the uri, but the start tag, end tag, and all in between.  That's
useful but not real clear in Mail::SpamAssassin::Conf.

Second, I can't figure out how \w+ matches the punctuation and spaces!

Joseph Brennan
Columbia University I T


Reply via email to