[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mhutil.pl patch (was Re: references being converted to mailto links)



[Sending to list since this may be of use to others.]

On March 26, 2008 at 18:29, James M Galvin wrote:

> I'm sorry to send this back to you directly.  I know you'd rather 
> folks not do that.

No problem.

Attached is a patch for MHonArc v2.6.16 for the file mhutil.pl (in
the lib directory of the distribution) that should fix the problem.

NOTE: Only archives that render the References and In-Reply-To
header fields are affected by this problem, and if you have
SPAMMODE and/or ADDRESSMODIFYCODE enabled.  Rendering of such
fields are common for those that do little customization to
how message headers are rendered.

Please try out and report back if you have success or if
the problem persists.

Thanks,

--ewh

Index: lib/mhutil.pl
===================================================================
RCS file: /home/users/mhonarc.org/ehood/cvs/mhonarc/mhonarc/MHonArc/lib/mhutil.pl,v
retrieving revision 2.32
diff -u -r2.32 mhutil.pl
--- lib/mhutil.pl	8 Jul 2005 05:27:53 -0000	2.32
+++ lib/mhutil.pl	27 Mar 2008 00:26:28 -0000
@@ -46,6 +46,8 @@
     'content-id'          => 1,
     'content-type'        => 1,
     'message-id'          => 1,
+    'references'          => 1,
+    'in-reply-to'         => 1,
 );
 
 ## Header fields that contain addresses

[Index of Archives]     [Bugtraq]     [Yosemite News]     [Mhonarc Home]