Subscribe to list

David Relson relson at osagesoftware.com
Sun Sep 21 00:52:46 CEST 2003


On Sat, 20 Sep 2003 20:23:54 +0400
Evgeny Kotsuba <evgen at shatura.laser.ru> wrote:

> Hi,
> 
> What about developer from non-unix world  ?
> 
> SY,
> Evegny Kotsuba
> 

Hello Evegny,

We're glad to have developers from outside the unix world.  I was a
happy user of OS/2 for many years.  If memory serves me well, we've got
an OS/2 user in Italy.

David


Return-Path: <>
Delivered-To: relson at osagesoftware.com
Received: from mta020.verizon.net (mta020pub.verizon.net [206.46.170.42])
	by osagesoftware.com (Postfix) with ESMTP id 02C8127D87
	for <relson at osagesoftware.com>; Sat, 20 Sep 2003 23:05:53 -0400 (EDT)
To: relson at osagesoftware.com
From: Mail Administrator <Postmaster at verizon.net>
Reply-To: Mail Administrator <Postmaster at verizon.net>
Subject: Mail System Error - Returned Mail
Date: Sat, 20 Sep 2003 22:05:52 -0500
Message-ID: <20030921030552.XPLR20640.mta020.verizon.net at mta020>
MIME-Version: 1.0
Content-Type: multipart/report;
		report-type=delivery-status;
		Boundary="===========================_ _= 9682006(20640)1064113552"


--===========================_ _= 9682006(20640)1064113552
Content-Type: text/plain

This Message was undeliverable due to the following reason:

The user(s) account is temporarily over quota.

<shawn.lamson at verizon.net>

Please reply to Postmaster at verizon.net
if you feel this message to be in error.

--===========================_ _= 9682006(20640)1064113552
Content-Type: message/delivery-status

Reporting-MTA: dns; mta020.verizon.net
Arrival-Date: Sat, 20 Sep 2003 22:05:52 -0500
Received-From-MTA: dns; osagesoftware.com (216.144.204.42)

Final-Recipient: RFC822; <shawn.lamson at verizon.net>
Action: failed
Status: 4.2.2

--===========================_ _= 9682006(20640)1064113552
Content-Type: message/rfc822

Received: from osagesoftware.com ([216.144.204.42]) by mta020.verizon.net
          (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP
          id <20030921030551.XPLO20640.mta020.verizon.net at osagesoftware.com>
          for <shawn.lamson at verizon.net>; Sat, 20 Sep 2003 22:05:51 -0500
Received: from osage.osagesoftware.com (osage.osagesoftware.com [192.168.1.10])
	by osagesoftware.com (Postfix) with SMTP
	id C5B6A27D86; Sat, 20 Sep 2003 23:05:50 -0400 (EDT)
Date: Sat, 20 Sep 2003 23:05:50 -0400
From: David Relson <relson at osagesoftware.com>
To: Shawn Lamson <shawn.lamson at verizon.net>
Cc: Sylpheed-Claws <sylpheed-claws-users at lists.sourceforge.net>
Subject: Re: [Bug 319] To: field is empty in Sent folder
Message-Id: <20030920230550.705cb982.relson at osagesoftware.com>
In-Reply-To: <20030920223415.7c0845a7.shawn.lamson at verizon.net>
References: <E1A0mxT-0006cu-00 at alpha.rb.xcalibre.co.uk>
	<20030920173025.53ce5c33.relson at osagesoftware.com>
	<20030921005234.09c7300e.alfons at proteus.demon.nl>
	<20030920192355.7523986e.relson at osagesoftware.com>
	<20030920223415.7c0845a7.shawn.lamson at verizon.net>
Organization: Osage Software Systems, Inc.
X-Mailer: Sylpheed version 0.9.5claws22 (GTK+ 1.2.10; i686-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

On Sat, 20 Sep 2003 22:34:15 -0400
Shawn Lamson <shawn.lamson at verizon.net> wrote:

> On Sat, September 20 at  7:23 PM EDT
> David Relson <relson at osagesoftware.com> wrote:
> 
> >On Sun, 21 Sep 2003 00:52:34 +0200
> >Alfons Hoogervorst <alfons at proteus.demon.nl> wrote:
> >
> >> Lo David,
> >> 
> >> On 20-09-03 (Sat) 17:30 -0400 David Relson
> ><relson at osagesoftware.com>> wrote:
> >> 
> >> | I grepped my sent folder for "^(To|X-Mailer):" and found that all
> >> | messages with claws16 and claws18 are correct and messages with
> >> | claws20 are bad.  I'll diff my source trees and see if I can find
> >> | relevant changes.  There _is_ a problem.  
> >> 
> >> Can you try cvs (possibly from Jens' troja site)?
> >> 
> >> Bye.
> >
> >Alfons,
> >
> >Even better - I've got the messages from the cvs mailing list (and
> >they're current today).  I tested with a message to
> >"bogofilter-announce at aotto.com" (which is how I originally
> >encountered the problem).  It is working perfectly.
> 
> Well I just responded to the bug319 before reading this.  What
> specific version contains the "fix"?
> 
> Shawn Lamson
> shawn.lamson at verizon.net

Shawn,

It got patched  for claws21 and claws22.  The first patch wasn't
adequate (I guess), but the second one works well.  Here's the relevant
commit:

Index: compose.c
===================================================================
RCS file: /cvsroot/sylpheed-claws/sylpheed-claws/src/compose.c,v
retrieving revision 1.387
retrieving revision 1.388
diff -u -r1.387 -r1.388
--- compose.c	20 Sep 2003 11:44:42 -0000	1.387
+++ compose.c	20 Sep 2003 18:20:25 -0000	1.388
@@ -4072,9 +4072,9 @@
 	if (write_header) {
 		gchar *buf;
 
-		buf = g_new0(gchar, headerstr->len * 4);
+		buf = g_new0(gchar, headerstr->len * 4 + 256);
 		compose_convert_header
-			(buf, headerstr->len * 4, headerstr->str,
+			(buf, headerstr->len * 4  + 256, headerstr->str,
 			strlen(header) + 2, TRUE);
 		fprintf(fp, "%s: %s\n", header, buf);
 		g_free(buf);

> 

--===========================_ _= 9682006(20640)1064113552--



More information about the bogofilter-dev mailing list