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

2008-03-31 Thread Earl Hood
On March 30, 2008 at 15:32, Wolfgang Dautermann wrote:

> What problem?

That addressmodifycode affects message-id and references.

> This is not the solution for my bugreport concerning 
> Fieldorder/Adressmodifycode (http://savannah.nongnu.org/bugs/?17904), 
> right? (that the 'references' should be included in %HFieldsAsIsList I 
> wrote there...)

The patch should fix the bug reported also.

--ewh



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

2008-03-30 Thread Wolfgang Dautermann

Earl Hood schrieb:

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.


What problem?

This is not the solution for my bugreport concerning 
Fieldorder/Adressmodifycode (http://savannah.nongnu.org/bugs/?17904), 
right? (that the 'references' should be included in %HFieldsAsIsList I 
wrote there...)


Best regards, Wolfgang



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

2008-03-26 Thread Earl Hood
[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 -   2.32
+++ lib/mhutil.pl   27 Mar 2008 00:26:28 -
@@ -46,6 +46,8 @@
 'content-id'  => 1,
 'content-type'=> 1,
 'message-id'  => 1,
+'references'  => 1,
+'in-reply-to' => 1,
 );
 
 ## Header fields that contain addresses


Re: references being converted to mailto links

2008-03-26 Thread James Galvin



-- On Wednesday, March 26, 2008 9:16 AM -0500 Earl Hood 
<[EMAIL PROTECTED]> wrote regarding Re: references being converted 
to mailto links --



I would need some sample messages, resource files, and
command-line invocation arguments to do any further analysis.


I still haven't figured out what is going on, so I'm sending these 
under separate cover to you.


I appreciate any pointers you might have.

Jim



Re: references being converted to mailto links

2008-03-26 Thread Earl Hood
On March 24, 2008 at 14:11, James Galvin wrote:

> I'm working with a site that recently did an upgrade from version 
> 2.6.10 to version 2.6.16.  However, an odd thing happened.
> 
> Immediately after the cut-over all messages with a references 
> header had those elements converted to Mailto: links instead of 
> being references to the actually prior messages.
> 
> I have looked through the documentation and the archive but nothing 
> I found seems applicable in this case.

I would need some sample messages, resource files, and command-line
invocation arguments to do any further analysis.

--ewh