Quote:
Originally Posted by recumbent615
I have recently installed this mod on my upgraded VB V3.0.6 . I had been using the same mod on my old VB 2.x install. I use it as a Mailing list gateway and it is much improved over the older VB2 version.
I have noticed that it does not seem to do the right thing when it reads a message that is a reply ( to the mailing list ) to an exsisting thread that does not contain a References header. I had read in some posts that others had seen this issue last year, and I believe that KevinM had a patch. My question is, did that not work? is that why it was not incorproated into the latest released version?
I just did not want to apply a mod to the mod if it does not work?
Thanks for any feed back on this issue.
Kevin B
|
Here is an example of the problem: See the attached Image Issue.gif
and the headers from the Second line of that Image that did not get threaded correctly
Code:
Return-path: <exim-users-bounces+eximlist=exim-users.org@exim.org>
Envelope-to: eximlist@exim-users.org
Delivery-date: Mon, 07 Feb 2005 18:37:46 -0500
Received: from sesame.csx.cam.ac.uk ([131.111.8.41])
by hpserver.kmb.com with esmtp (Exim 4.42)
id 1CyIRs-0007Mi-Td
for eximlist@exim-users.org; Mon, 07 Feb 2005 18:37:46 -0500
Received: from [::1] (port=1855 helo=sesame.csx.cam.ac.uk)
by sesame.csx.cam.ac.uk with esmtp (Exim 4.44)
id 1CyHaK-0003hx-8O; Mon, 07 Feb 2005 22:42:24 +0000
Received: from 82-68-67-219.dsl.in-addr.zen.co.uk ([82.68.67.219]:18657
helo=openbsd.rigwam.net)
by sesame.csx.cam.ac.uk with esmtp (Exim 4.44) id 1CyHaG-0003h3-97
for exim-users@exim.org; Mon, 07 Feb 2005 22:42:21 +0000
Received: from [10.10.1.54] (helo=onion)
by openbsd.rigwam.net with esmtp (Exim 3.36 #1) id 1CyHaF-00032c-00
for exim-users@exim.org; Mon, 07 Feb 2005 22:42:19 +0000
From: "Rob Stead" <admin@robstead.co.uk>
To: <exim-users@exim.org>
Subject: RE: [exim] SMTP forwards with EXIM
Date: Mon, 7 Feb 2005 22:41:59 -0000
MIME-Version: 1.0
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook, Build 11.0.6353
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
In-Reply-To: <be7b2f3f05020713231dd52103@mail.gmail.com>
Thread-Index: AcUNW18ukIiI7c5VSbWoXxZWrBT8OQACIBcg
Message-Id: <E1CyHaF-00032c-00@openbsd.rigwam.net>
X-Spam-Score: -4.9 (----)
X-BeenThere: exim-users@exim.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: admin@robstead.co.uk
List-Id: A user list for the exim MTA <exim-users.exim.org>
List-Unsubscribe: <http://www.exim.org/mailman/listinfo/exim-users>,
<mailto:exim-users-request@exim.org?subject=unsubscribe>
List-Archive: <http://www.exim.org/mail-archives/exim-users>
List-Post: <mailto:exim-users@exim.org>
List-Help: <mailto:exim-users-request@exim.org?subject=help>
List-Subscribe: <http://www.exim.org/mailman/listinfo/exim-users>,
<mailto:exim-users-request@exim.org?subject=subscribe>
Sender: exim-users-bounces@exim.org
Errors-To: exim-users-bounces+eximlist=exim-users.org@exim.org
X-AV-Scan: This message has been scanned by ClamAV via KMB.COM
X-Spam-KMB-Score: 0.1 : /
Note that the Subject is RE: but there is not References Tag in the header. I thought that this hack would first look for the Reference line in the header and if it could not fine one it would then try to match on Subject ( after removing the RE: )
Is it possible that there is a setting that I have missed or need to add to get this MOD to thread both ways ?
Thanks
Kevin