[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#250318: marked as done (newsgate: Add support for To/Cc headers)



Your message dated Sat, 30 Aug 2008 23:43:54 +0100
with message-id <200808302243.m7UMhsoo010032@kmos.homeip.net>
and subject line newsgate has been removed from Debian, closing #250318
has caused the Debian Bug report #250318,
regarding newsgate: Add support for To/Cc headers
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
250318: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=250318
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: newsgate
Version: 1.6-20

Hi:

The following patch preserves To/Cc headers when emails are gated into
news articles.  This allows news readers to use that information to do
a group reply.

Thanks,

-- System Information
Debian Release: testing/unstable
Kernel Version: Linux gondolin 2.4.25-1-686-smp #1 SMP Tue Feb 24 12:07:16 EST 2004 i686 GNU/Linux

Versions of the packages newsgate depends on:
ii  libc6          2.3.2.ds1-12   GNU C Library: Shared libraries and Timezone
ii  exim           3.36-9.1       An MTA (Mail Transport Agent)
	^^^ (Provides virtual package mail-transport-agent)
ii  inewsinn       1.7.2debian-24 NNTP client news injector, from InterNetNews
	^^^ (Provides virtual package inews)
--
Index: rfc822.c
===================================================================
RCS file: /home/gondolin/herbert/src/CVS/debian/newsgate/rfc822.c,v
retrieving revision 1.4
diff -u -r1.4 rfc822.c
--- a/rfc822.c	25 Nov 1999 11:32:52 -0000	1.4
+++ b/rfc822.c	22 May 2004 04:19:23 -0000
@@ -39,6 +39,8 @@
 #define HDR_MIMETYPE		19
 #define HDR_EXT			20
 #define HDR_INREPLYTO		21
+#define HDR_TO			22
+#define HDR_CC			23
 
 
 /*
@@ -72,7 +74,9 @@
     {	"Summary:",		HDR_SUMMARY		},
     {	"Subject:",		HDR_TITLE		},
     {	"Title:",		HDR_TITLE		},
-    {	"X-",			HDR_EXT			}
+    {	"X-",			HDR_EXT			},
+    {	"To:",			HDR_TO			},
+    {	"Cc:",			HDR_CC			},
 };
 
 
@@ -651,6 +655,8 @@
 	case HDR_TITLE:
 	    getfield(buff, hp->title, sizeof hp->title);
 	    break;
+	case HDR_TO:
+	case HDR_CC:
 	case HDR_EXT: {
 		struct xlist *node = NEW(struct xlist, 1);
 		node->header = strdup(buff);


--- End Message ---
--- Begin Message ---
Version: 1.6-23+rm

The newsgate package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/496783 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues
http://Marco.Tondela.org


--- End Message ---

Reply to: