[ mailman-Feature Requests-1024289 ] Add threading support for Lotus Notes < 5.0.9

SourceForge.net noreply at sourceforge.net
Thu Oct 14 08:24:18 CEST 2004


Feature Requests item #1024289, was opened at 2004-09-08 15:35
Message generated for change (Comment added) made by shobhanc
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=350103&aid=1024289&group_id=103

Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: yoda (shobhanc)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add threading support for Lotus Notes < 5.0.9

Initial Comment:
Lotus Notes below 6.25 doesnt set the 'In-Reply-To' or
'References' header. but it sets 'Orig' and 'REF' headers.

Mailman should be able to process 'Orig' and 'REF'
headers if 'In-Reply-To' is not set for Lotus Notes.

Does anyone have any idea how to do this..?

Thanks

----------------------------------------------------------------------

>Comment By: yoda (shobhanc)
Date: 2004-10-14 11:24

Message:
Logged In: YES 
user_id=598275

Hi tkikuchi,

I've attached a patch for CookHeaders.py to solve the
threading issue with Lotus Notes < 6.00.

How does this work:
----------------------
1) For each incoming the Message-Id value of the mail is
added to the 'Subject' line with the following format:

 Subject: Testing [<09238-343430 at testing.com>]

2) If the subject line has a message-id value, the value is
grabbed and will be added to a new "In-Reply-To' header with
that value.

Because we have a In-Reply-To header with the value of old
message-id, we need not worry about threading.

Thanks
-Shobhan

----------------------------------------------------------------------

Comment By: yoda (shobhanc)
Date: 2004-09-15 10:16

Message:
Logged In: YES 
user_id=598275

ok, here are the headers generated by Lotus Notes 5.0.8.

1) The headers of the first mail sent from Lotus Notes:

Return-path: <postmaster at lotus-testing.com>
Envelope-to: root at sfeng00.lotussoft.com
Received: from lotus-testing.com ([11.1.30.111])
        by sfeng00.lotussoft.com with esmtp (Exim 3.36 #1
(GForge))
        id 1C7RyW-0004Zg-00; Wed, 15 Sep 2004 10:35:00 +0530
Subject: Test mail
To: lotus-thread-mail at sfeng00.lotussoft.com
Cc: root at sfeng00.lotussoft.com
X-Mailer: Lotus Notes Release 5.0.8  June 18, 2001
Message-ID:
<OFEF923469.E6DCE47F-ON65256F10.001BCB3D at lotus-testing.com>
From: postmaster at lotus-testing.com
Date: Wed, 15 Sep 2004 10:33:51 +0530
X-MIMETrack: Serialize by Router on
lotus-testing/LOTUSTesting(Release 5.0.8 |June 18, 2001) at
 09/15/2004 10:33:51 AM
MIME-Version: 1.0
Content-type: text/plain; charset=us-ascii

This is the test mail

2) The reply headers for the original mail from Lotus Notes:

Return-path: <postmaster at lotus-testing.com>
Envelope-to: root at sfeng00.lotussoft.com
Received: from lotus-testing.com ([11.1.30.111])
        by sfeng00.lotussoft.com with esmtp (Exim 3.36 #1
(GForge))
        id 1C7S3q-0004an-00; Wed, 15 Sep 2004 10:40:30 +0530
Subject: Re: [Lotus-thread-mail] Test mail
To: postmaster at lotus-testing.com
Cc: lotus-thread-mail at sfeng00.lotussoft.com,
        lotus-thread-mail-admin at sfeng00.lotussoft.com,
X-Mailer: Lotus Notes Release 5.0.8  June 18, 2001
Message-ID:
<OF624C3EA6.6775904D-ON65256F10.001C4DFB at lotus-testing.com>
From: postmaster at lotus-testing.com
Date: Wed, 15 Sep 2004 10:39:21 +0530
X-MIMETrack: Serialize by Router on
lotus-testing/LOTUSTesting(Release 5.0.8 |June 18, 2001) at
 09/15/2004 10:39:21 AM
MIME-Version: 1.0
Content-type: text/plain; charset=us-ascii


Reply to the test mail.

Thanks

----------------------------------------------------------------------

Comment By: Tokio Kikuchi (tkikuchi)
Date: 2004-09-15 07:25

Message:
Logged In: YES 
user_id=67709

Sorry but I have no Notes users around. So, this is low
priority.  I suggest you upload relevant message header
example in case some one is interested.


----------------------------------------------------------------------

Comment By: yoda (shobhanc)
Date: 2004-09-14 19:37

Message:
Logged In: YES 
user_id=598275

Thanks tkikuchi,

Any idea whats the alternative to thread the mails if $REF
header is not set in the reply mail from Lotus Notes, like 
an autogenerated number be added to the subject line and
check the number in the reply mail and generate a thread
likewise..??

Thanks for your time.

----------------------------------------------------------------------

Comment By: Tokio Kikuchi (tkikuchi)
Date: 2004-09-14 18:06

Message:
Logged In: YES 
user_id=67709

No patch. Requesting a feature.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=350103&aid=1024289&group_id=103


More information about the Mailman-coders mailing list