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





------- Additional Comments From [EMAIL PROTECTED]  2005-05-05 14:44 -------
It looks like in all three cases where parse is called as a class method, the
caller realy wants to do some parsing of a message for some specific information
and can afford to have the parser not use any configuration options.

I just did some more googling about O-O perl... How does this sound? The main
object is passed through until it gets to the HTML object that wants to use it.
In HTML the test for parsing redirection_patterns is conditionalized on it being
called as an object method instead of a class method by wrapping it in

 if ($self->{main})

Does that look right?



------- 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