You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2004/04/27 22:28:46 UTC

svn commit: rev 10324 - incubator/spamassassin/trunk/lib/Mail

Author: felicity
Date: Tue Apr 27 13:28:45 2004
New Revision: 10324

Modified:
   incubator/spamassassin/trunk/lib/Mail/SpamAssassin.pm
Log:
updated comment info

Modified: incubator/spamassassin/trunk/lib/Mail/SpamAssassin.pm
==============================================================================
--- incubator/spamassassin/trunk/lib/Mail/SpamAssassin.pm	(original)
+++ incubator/spamassassin/trunk/lib/Mail/SpamAssassin.pm	Tue Apr 27 13:28:45 2004
@@ -1635,7 +1635,7 @@
     elsif ($i eq 'SCALAR' || $i eq 'ARRAY' || $i eq 'HASH') {
       # IMPORTANT: DO THIS BEFORE AFTER EVERYTHING ELSE!
       # If we don't do this at the end, any "special" object handling
-      # will be screwed.
+      # will be screwed.  See bugzilla ticket 3317 for more info.
 
       # Make a recursive copy of the reference.
       $dest->{$k} = Storable::dclone($v);