http://bugzilla.spamassassin.org/show_bug.cgi?id=4176
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2788 is|0 |1
obsolete| |
------- Additional Comments From [EMAIL PROTECTED] 2005-05-05 02:31 -------
Created an attachment (id=2845)
--> (http://bugzilla.spamassassin.org/attachment.cgi?id=2845&action=view)
patch 2788 updated to patch current svn but no other changes
Justin, is it really that simple? The Node instance is created in Message which
also doesn't have access to the 'main' pointer. So you would have to pass it in
to Message, which would then also need a finish() method to delete it. That's
three levels of apssing it through and dealing with a finish method.
What I'm most concerned about is how this relates to the loading the per-user
conf and the copying of the configiguration for the child processes in spamd.
Does anything special have to be done in passing the 'main' pointer in to the
Message object to Node to HTML because of that?
If you can confirm that those are not of concern, then I can modify Message and
Node and HTML accordingly.
In the meantime, this attachment is the same as the last one but upgraded to
apply cleanly to current svn trunk. I'm uploading it to make it easier to work
with the patch.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.