references being converted to mailto links

View: New views
6 Messages — Rating Filter:   Alert me  

references being converted to mailto links

by James Galvin-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.

Have I overlooked something obvious?  Has anyone encountered this
before?

Any pointers would be appreciated.

For completeness, no special actions were taken for the conversion.
We just installed and started using v2.6.16.

Thanks!

Jim


Re: references being converted to mailto links

by Earl Hood :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


Re: references being converted to mailto links

by James Galvin-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



-- On Wednesday, March 26, 2008 9:16 AM -0500 Earl Hood
<earl@...> 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


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

by Earl Hood :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

[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

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

by Wolfgang Dautermann-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


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

by Earl Hood :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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