http://bugzilla.spamassassin.org/show_bug.cgi?id=4150
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2005-02-24 11:25 -------
ok, code committed. r155227
There's HTML metadata per message, "anchor" is the anchor text per URI.
"uri_anchor_index" is now a hash of uris which as a value has an array of
indexes into "anchor". ie:
<a href="http://foo.com/">foo</a>
<a href="http://bar.com/">foo</a>
<a href="http://bar.com/">bar</a>
"anchor" is:
0: foo
1: foo
2: bar
uri_anchor_index is:
http://foo.com/ => [ 0 ],
http://bar.com/ => [ 1, 2 ]
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.