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





------- Additional Comments From [EMAIL PROTECTED]  2005-05-03 17:01 -------
I think I see the problem.

In HTML.pm the call to uri_list_canonify passes in
$self->{conf}->{redirector_patterns} but unlike in PerMsgStatus.pm, where the
same call works, there is no 'conf' => $main->{conf} defined in new().

You either have to add conf to uri_list_canonify as it is in PerMsgStatus or
else change the argument in the call to be
$self->{main}->{conf}->{redirector_patterns}




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

Reply via email to