GNU logs - #32941, boring messages


Message sent to help-debbugs@HIDDEN:


X-Loop: help-debbugs@HIDDEN
Subject: bug#32941: get_bug_log SOAP operation truncates message
Resent-From: Arun Isaac <arunisaac@HIDDEN>
Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
Resent-CC: help-debbugs@HIDDEN
Resent-Date: Fri, 05 Oct 2018 07:02:01 +0000
Resent-Message-ID: <handler.32941.B.15387228833975 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: report 32941
X-GNU-PR-Package: debbugs.gnu.org
X-GNU-PR-Keywords: 
To: 32941 <at> debbugs.gnu.org
X-Debbugs-Original-To: submit <at> debbugs.gnu.org
Received: via spool by submit <at> debbugs.gnu.org id=B.15387228833975
          (code B ref -1); Fri, 05 Oct 2018 07:02:01 +0000
Received: (at submit) by debbugs.gnu.org; 5 Oct 2018 07:01:23 +0000
Received: from localhost ([127.0.0.1]:37358 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1g8K70-000123-O6
	for submit <at> debbugs.gnu.org; Fri, 05 Oct 2018 03:01:22 -0400
Received: from vultr.systemreboot.net ([45.77.148.100]:47788)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <arunisaac@HIDDEN>) id 1g8K6y-00011t-3e
 for submit <at> debbugs.gnu.org; Fri, 05 Oct 2018 03:01:20 -0400
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed;
 d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date:
 Subject:To:From:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:
 Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc
 :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:
 List-Subscribe:List-Post:List-Owner:List-Archive;
 bh=ooD6W9C5jpnGfBQS2eZGv2VgGrujI5P8V8PzYXjbMLc=; b=KTqoQZe5v+BZW6FFUSbEOdpuV4
 s9zpTU2HlZPUmfyALTd4e3EZPr6U+fcpmOGRN0GtXbcZG4+8KqEh4Jr+nfO732JOre5m4ovaDc/qV
 vC6BzbUtE8YPGgeTflMR+zWI17I70EYNtnTKwnJi4J3nG1OWh2T+IeJ7GECAMbehbvH4=;
Received: from [14.139.128.15] (helo=steel)
 by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256)
 (Exim 4.91) (envelope-from <arunisaac@HIDDEN>)
 id 1g8K6u-0007xW-Jk
 for submit <at> debbugs.gnu.org; Fri, 05 Oct 2018 12:31:17 +0530
From: Arun Isaac <arunisaac@HIDDEN>
Date: Fri, 05 Oct 2018 12:31:06 +0530
Message-ID: <cu78t3cnah9.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.0 (/)
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)

Package: debbugs.gnu.org

The get_bug_log operation of the SOAP API truncates some messages. For
example, look at the 4th message (indexing from 0) in bug 25235. In the
web interface, https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25235#17 ,
one can see that the message has 2 parts, but the get_bug_log SOAP
operation only returns the first part. The request XML I sent is as
follows.

<soap:Envelope 
    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" 
    xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" 
    xmlns:xsd="http://www.w3.org/1999/XMLSchema" 
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
    soapenc:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  <soap:Body>
    <ns1:get_bug_log
	xmlns:ns1="urn:Debbugs/SOAP"
	soapenc:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
      <ns1:bugnumber xsi:type="xsd:int">25235</ns1:bugnumber>
    </ns1:get_bug_log>
  </soap:Body>
</soap:Envelope>




Message sent:


Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Mailer: MIME-tools 5.505 (Entity 5.505)
Content-Type: text/plain; charset=utf-8
X-Loop: help-debbugs@HIDDEN
From: help-debbugs@HIDDEN (GNU bug Tracking System)
To: Arun Isaac <arunisaac@HIDDEN>
Subject: bug#32941: Acknowledgement (get_bug_log SOAP operation truncates
 message)
Message-ID: <handler.32941.B.15387228833975.ack <at> debbugs.gnu.org>
References: <cu78t3cnah9.fsf@HIDDEN>
X-Gnu-PR-Message: ack 32941
X-Gnu-PR-Package: debbugs.gnu.org
Reply-To: 32941 <at> debbugs.gnu.org
Date: Fri, 05 Oct 2018 07:02:02 +0000

Thank you for filing a new bug report with debbugs.gnu.org.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
 help-debbugs@HIDDEN

If you wish to submit further information on this problem, please
send it to 32941 <at> debbugs.gnu.org.

Please do not send mail to help-debbugs@HIDDEN unless you wish
to report a problem with the Bug-tracking system.

--=20
32941: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D32941
GNU Bug Tracking System
Contact help-debbugs@HIDDEN with problems


Message sent to help-debbugs@HIDDEN:


X-Loop: help-debbugs@HIDDEN
Subject: bug#32941: get_bug_log SOAP operation truncates message
In-Reply-To: <cu78t3cnah9.fsf@HIDDEN>
Resent-From: Michael Albinus <michael.albinus@HIDDEN>
Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
Resent-CC: help-debbugs@HIDDEN
Resent-Date: Fri, 05 Oct 2018 10:33:02 +0000
Resent-Message-ID: <handler.32941.B32941.153873552825270 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: followup 32941
X-GNU-PR-Package: debbugs.gnu.org
X-GNU-PR-Keywords: 
To: Arun Isaac <arunisaac@HIDDEN>
Cc: 32941 <at> debbugs.gnu.org
Received: via spool by 32941-submit <at> debbugs.gnu.org id=B32941.153873552825270
          (code B ref 32941); Fri, 05 Oct 2018 10:33:02 +0000
Received: (at 32941) by debbugs.gnu.org; 5 Oct 2018 10:32:08 +0000
Received: from localhost ([127.0.0.1]:37427 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1g8NOy-0006ZW-Er
	for submit <at> debbugs.gnu.org; Fri, 05 Oct 2018 06:32:08 -0400
Received: from mout.gmx.net ([212.227.17.20]:35159)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <michael.albinus@HIDDEN>) id 1g8NOw-0006Z1-GK
 for 32941 <at> debbugs.gnu.org; Fri, 05 Oct 2018 06:32:07 -0400
Received: from detlef.gmx.de ([212.86.60.168]) by mail.gmx.com (mrgmx101
 [212.227.17.168]) with ESMTPSA (Nemesis) id 0Ld4xA-1fQTwR3iXA-00iAtj; Fri, 05
 Oct 2018 12:31:56 +0200
Received: from detlef.gmx.de ([212.86.60.168]) by mail.gmx.com (mrgmx101
 [212.227.17.168]) with ESMTPSA (Nemesis) id 0Ld4xA-1fQTwR3iXA-00iAtj; Fri, 05
 Oct 2018 12:31:56 +0200
From: Michael Albinus <michael.albinus@HIDDEN>
References: <cu78t3cnah9.fsf@HIDDEN>
Date: Fri, 05 Oct 2018 12:31:54 +0200
Message-ID: <87sh1kr8f9.fsf@HIDDEN>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain
X-Provags-ID: V03:K1:S4DX6hid+97IHLwOJZucCorbFSw8x4aSGRfN+OfG4wl4d4jChRV
 dOGhMhoOLjZu8jMVJSCE2J0HRSFjmZk/J8LTS0Vq+2hs4cWUTpBqK8HmjuipxIx4BmPKxWt
 a7wxtQrORhEDjHDqQnscKHNfhrRVUqM1gKLwqw0K/oMsf9GYvBBKmxkUCVmXHA9ZrIUz1ZQ
 KK65XSvLi/GJLQfy/HWCA==
X-UI-Out-Filterresults: notjunk:1;V01:K0:R8FWN3bvOw4=:dYOmvneFDfAugWRAyhbLE7
 PpN7S3GcWJSgmyUr6yrGjuYg0r/1SRVev4x4PnnZ0oGOYLT59J1SH+JyML+tdnu72iiQfL9t6
 Co/6GkM9dqtZ3kO6ytiYLou5oUBVvm4TPUn6ZzeAOpFJQqvvzyqi3TtK0+tXVjmsFbMjmqd5J
 s6Z7i3MoBwyIMRyFYOcjlADzu07BmjJDugyOVnLK+ICTZg/TsWUpUBfHAh/AsHqPduhjxm6Z4
 LlkhUlFecM+ckPaxrdKUvLkeCrYIF1roe8Sw4dA8wHdryfiFRt9KonV397QHxNa205AQtrcp2
 GAuooV9aX2++pb3KTfyjPvIvDqHkrBNYsxnVPXfBcOxc5+XnZUkK4frC4ZEPeCY13MfpE69/m
 f9djFdI/3Ne0Nx8HfiS9RT9GtMN+Uzn9hOvHDtEgpniYy3ZuLCnCoVgmluCe0RoizkuV6AlGg
 oRIaF7ngENeGjkuhVXcf2LjMk7wZMZUzlMHRfiXtAgvnlbbCkcoUx737PanFKeNFIISOiYaxK
 lEgimfWj/Ykdj3ZT126FKenoOCkUKOCkjyVjGFWE0xwGfvm8/iGn2rGL5BJS64y8B6OoaOG//
 XvWOD2L4LeRRx1QBQvJXSQ+JRSurS0BIjGUP5MV+QaL+8vzmLq4/AqYihZcqstFa47HDDOA38
 hcqFoLET3vvV4Ynq0rl9GVq5fv6evpIjtBqp9Ki3bw7hMo4oKMOOGbBxS4K7CYwO9itqH+i6r
 VD4N3swR3gV1f2tljX2KZ6lF2y/Qvfcu+bDTJGH/JBfqDKf8gynXobByYFOcfB9jme32L/NUj
 IYhAazxzbZlHGUBm4ZLoXTF72HENa2lE8h7dhW/Oo4beIxkbxE=
X-Spam-Score: -0.7 (/)
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Arun Isaac <arunisaac@HIDDEN> writes:

Hi Arun,

> The get_bug_log operation of the SOAP API truncates some messages. For
> example, look at the 4th message (indexing from 0) in bug 25235. In the
> web interface, https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25235#17 ,
> one can see that the message has 2 parts, but the get_bug_log SOAP
> operation only returns the first part.

I can confirm this. Debugging the Debbugs/SOAP software, it looks like
the Perl function Debbugs::MIME::getmailbody is responsible. In case of
multipart messages, it contains the following code:

--8<---------------cut here---------------start------------->8---
	# For other multipart types, we just pretend they're
	# multipart/mixed and run through in order.
	for my $part ($entity->parts) {
	    my $ret = getmailbody($part);
	    return $ret if $ret;
--8<---------------cut here---------------end--------------->8---

That is, the first non-empty message part is returned. That seems to be
not sufficient.

Debbugs::MIME::getmailbody is called in function Debbugs::MIME::parse,
which uses MIME::Parser internally. Interestingly, it has also fallback
code in case MIME::Parser fails to work. If I disable MIME::Parser
there, forcing the run the fallback code, the result looks as it should,
including all MIME parts. In fact, the 'body' part is just the email
body.

I suppose that the current behaviour is due to the fact, that there were
plans to return the other MIME parts as 'attachments'. This is not
implemented (yet), see the code of Debbugs::SOAP::get_bug_log.

Displaying the bug messages via the web server, does not use this
function. Therefore, all attachments are visible.

Calling get_bug_log(25235) via Debbugs/SOAP exposes also another
error. It returns the HTTP header lines

--8<---------------cut here---------------start------------->8---
HTTP/1.1 200 OK
Date: Fri, 05 Oct 2018 09:29:12 GMT
Server: Apache
SOAPServer: SOAP::Lite/Perl/1.11
Strict-Transport-Security: max-age=63072000
Content-Length: 47549
X-Content-Type-Options: nosniff
X-Frame-Options: sameorigin
X-XSS-Protection: 1; mode=block
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: multipart/related; type="text/xml"; start="<main_envelope>"; boundary="=-=-="
--8<---------------cut here---------------end--------------->8---

The Content-Type: line is wrong, it should be just

--8<---------------cut here---------------start------------->8---
Content-Type: text/xml; charset=utf-8
--8<---------------cut here---------------end--------------->8---

Due to this wrong Content-Type: header, my Debbugs/SOAP client
(debbugs.el from GNU Emacs) refuses to work for get_bug_log(25235).

I've reported this to the Debian folks as
<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=910360>.

Best regards, Michael.




Message received at control <at> debbugs.gnu.org:


Received: (at control) by debbugs.gnu.org; 5 Oct 2018 10:51:29 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Fri Oct 05 06:51:29 2018
Received: from localhost ([127.0.0.1]:37432 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1g8Nhh-00070t-7G
	for submit <at> debbugs.gnu.org; Fri, 05 Oct 2018 06:51:29 -0400
Received: from mout.gmx.net ([212.227.15.18]:34827)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <michael.albinus@HIDDEN>) id 1g8Nhf-00070h-T4
 for control <at> debbugs.gnu.org; Fri, 05 Oct 2018 06:51:28 -0400
Received: from detlef.gmx.de ([212.86.60.168]) by mail.gmx.com (mrgmx001
 [212.227.17.190]) with ESMTPSA (Nemesis) id 0M5uLh-1foP6u25SD-00xruD for
 <control <at> debbugs.gnu.org>; Fri, 05 Oct 2018 12:51:21 +0200
Received: from detlef.gmx.de ([212.86.60.168]) by mail.gmx.com (mrgmx001
 [212.227.17.190]) with ESMTPSA (Nemesis) id 0M5uLh-1foP6u25SD-00xruD for
 <control <at> debbugs.gnu.org>; Fri, 05 Oct 2018 12:51:21 +0200
Date: Fri, 05 Oct 2018 12:51:20 +0200
Message-Id: <87a7ns3bvb.fsf@HIDDEN>
To: control <at> debbugs.gnu.org
From: Michael Albinus <michael.albinus@HIDDEN>
Subject: control message for bug #32941
X-Provags-ID: V03:K1:i8YSycQ4/fribn9RY13wzGVtn7LOjNxYzqAeZAArLpgwWX6jzQl
 WaD9rcVKShgC0A45U7ILUnJUIvmb9Kyp7t9aHs/fPPZglWDmPv//VQkvGf0qcLjvhXt4SDv
 YDKar/tE2IOcVFziTXtX0U5StHOo+DOip+cYPICNb4bIXAv67zL8n1TwiDcXz7D83gnuoHO
 MGa9qqOdFPT4kriQO1NYw==
X-UI-Out-Filterresults: notjunk:1;V01:K0:6IyXC6rf11k=:3Po1u9C/cT0Wx4FpMyerwc
 4adDf36A6l5I+i5Sa2y3mBptcTTJgoTKvdx2l3U58sy9nwTjNhV/fGn49a9YaFlUhZKGiJr7j
 iVgyNduVAr3PeeO+9R8jPdOmC6G/sOi1aR6WSPI9OExQCofyjGC6kjcyG7+Xo6z/2Bb3E17a/
 SWmo885MqDpZwCPbL3w1FFmUCtO5vCqO1WEdJmrNHK2TEadNZeiBRAdLWiMfhAKrc7TR5tagt
 sz+WJBRCg/re3hzy3UyupJl0e/o5evztpaozaZivx11U/T8dHTEWPQOXPZHcHkAmdGSoP/YzI
 CKClgjPO0C34YP6taBMfewdtoi7eGVO1LSXA0M9q0MT5ZchN5XYV3irsTp5w9J08jOsGr8/Db
 JbFQiK1esiwDTJDN9tWYrjpUl7QZ0YdRf7Cro4R+e2Gue83T531Q/6ncC1wIxHHWIqcr7f6Ib
 PiVd4EiYXJOn982BTBYmgmu8/mV/AQqSEnbAVEkxnTsegxJSoMkodfeCD6za57FhCgrtiUxCG
 xMlcyfq5LJ9XJvbYQ7q5bHP/14NUXYhKqzAR3kPAHxMGiTZFEXzr0eIXVs21cy9i1BtfN5jCG
 x0aMMnBHXeI+RBYsmbG2v5iCs3I+s29jiPNYXJbevd4Cxk4yAH4TCMFpstJlam77Hu1vpPfn8
 gD0VD/9r5QmQr0Y/LbFVizZmvFaJuHTEdlzfANZjx5rjlMlOAUS+I1DucfcVCdMyqCD18Ynok
 fsHVyDyhXra7c4917MTaPdR+M9p1JpIuBldwMXR26e+Cz0UUbOlH5ibOMEnQb+q6mJZRkHS4x
 bYZCRII6ab7FeCkjJFJ35yauGpQ3w==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: control
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

forwarded 32941 https://debbugs.gnu.org/32941




Message received at control <at> debbugs.gnu.org:


Received: (at control) by debbugs.gnu.org; 5 Oct 2018 10:55:51 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Fri Oct 05 06:55:51 2018
Received: from localhost ([127.0.0.1]:37437 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1g8Nlu-00077j-P8
	for submit <at> debbugs.gnu.org; Fri, 05 Oct 2018 06:55:50 -0400
Received: from mout.gmx.net ([212.227.17.20]:46873)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <michael.albinus@HIDDEN>) id 1g8Nlt-00077T-8h
 for control <at> debbugs.gnu.org; Fri, 05 Oct 2018 06:55:49 -0400
Received: from detlef.gmx.de ([212.86.60.168]) by mail.gmx.com (mrgmx102
 [212.227.17.168]) with ESMTPSA (Nemesis) id 0M1AIu-1ft3sF0VU8-00tEbX for
 <control <at> debbugs.gnu.org>; Fri, 05 Oct 2018 12:55:43 +0200
Received: from detlef.gmx.de ([212.86.60.168]) by mail.gmx.com (mrgmx102
 [212.227.17.168]) with ESMTPSA (Nemesis) id 0M1AIu-1ft3sF0VU8-00tEbX for
 <control <at> debbugs.gnu.org>; Fri, 05 Oct 2018 12:55:43 +0200
Date: Fri, 05 Oct 2018 12:55:42 +0200
Message-Id: <877eiwfys1.fsf@HIDDEN>
To: control <at> debbugs.gnu.org
From: Michael Albinus <michael.albinus@HIDDEN>
Subject: control message for bug #32941
X-Provags-ID: V03:K1:kWWQ/y4C7ZzAoh0/om57rnFYVwYdjvaMGmLGLgHvspS3aAK4xlf
 45pEXKf+K61mLVvmw0XrlHqh70VlC9w0h3zJVy5NKxPbmVevaqKxwitvanp6XOJwlXx8PW6
 x5Kq5HiHh76NdYFDBsGlcQm2IY2qr3HoP1yOqPgzdM10CVkUsRWWLUBbTIi0PFNGVm/Rzp8
 EhaukELOrECgQxNSX049Q==
X-UI-Out-Filterresults: notjunk:1;V01:K0:lfhhB+MzwB0=:OCysk1Hqui9OPLEr/V4vIq
 k3D0iKncIsQDcsg/3hEe/SYJfqqcw8YSlFlHrEuGwg1Qakcj5Cr3VlT3Q95YjX0rtAD+9CRzh
 702mhyxfU9mEYa1QuwQ7m4HkH+qagcyfbpGMMW5fnftddynTglEg5PQoJkLD/u00h7obesN01
 fYsgJrUWHBgOWtSV51KgNI01BdAkG8yuXt9szTG+TvIQlAB7U3nx/gD6ipegs9WILznUcvy8K
 Za3zSYeslrKrmdN8IPG2dqJVV+amYMB+GLk/O7ZtPfCYyPuf2WlieLVAdam2x0dUgXY/pAZg/
 0Dime8SPNurBX3TbV615qPgZAwHSKbcU+IsaLUKIKmxsRQUWtwe/+2U+WYWn+4p+eNqol/3fT
 p7XVf/dq4ZZjjyXEJK6mRDnnG37ntOe4JFA1Cuc24C7kc+DvpIYugg/pGupychxgJKE3FinVp
 zhQW+apTZ305Vxyody7OKICvLcpCHbV6hWPdLpL92SWxsKsUtwBVs+cSU0tg2sREisDpej1UY
 NSCydztfKQY2ffok+UVb2qjuDpch3UY3Kr+Wv59NTwrqXtUc0QCXI+znfP+KMKE4D8F264QY7
 QZKwyPqBRvXn++JiJgkURvnq9iZYb0VKZlPVbXRq5R5qayIHZOo/Kco5XkZhoVFaSzRx3WOyF
 2NtRhT1JXwgg76ho80ftjlmMCrBBR+zJSpdwq8IbJRWDvJ3RFCESSBGsfzRs1cpEtw9m4TTC2
 pK8xaO+5JoSFokFdj+cDv6N1s5fRGiwk5pWWcm23pPQKXys+GADoYU0K1ptsig5ncIL6yesm6
 cam5LJDjlLfOjCuHMcmWYJ8dwU1Bw==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: control
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

forwarded 32941 https://bugs.debian.org/910360




Message sent to help-debbugs@HIDDEN:


X-Loop: help-debbugs@HIDDEN
Subject: bug#32941: get_bug_log SOAP operation truncates message
Resent-From: Michael Albinus <michael.albinus@HIDDEN>
Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
Resent-CC: help-debbugs@HIDDEN
Resent-Date: Sun, 07 Oct 2018 11:48:01 +0000
Resent-Message-ID: <handler.32941.B32941.153891283027910 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: followup 32941
X-GNU-PR-Package: debbugs.gnu.org
X-GNU-PR-Keywords: 
To: Arun Isaac <arunisaac@HIDDEN>
Cc: 32941 <at> debbugs.gnu.org
Received: via spool by 32941-submit <at> debbugs.gnu.org id=B32941.153891283027910
          (code B ref 32941); Sun, 07 Oct 2018 11:48:01 +0000
Received: (at 32941) by debbugs.gnu.org; 7 Oct 2018 11:47:10 +0000
Received: from localhost ([127.0.0.1]:39094 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1g97Wf-0007G6-Uq
	for submit <at> debbugs.gnu.org; Sun, 07 Oct 2018 07:47:10 -0400
Received: from mout.gmx.net ([212.227.15.19]:52167)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <michael.albinus@HIDDEN>) id 1g97Wc-0007FT-CB
 for 32941 <at> debbugs.gnu.org; Sun, 07 Oct 2018 07:47:06 -0400
Received: from detlef.gmx.de ([79.140.122.86]) by mail.gmx.com (mrgmx002
 [212.227.17.190]) with ESMTPSA (Nemesis) id 0MS5Dm-1gGAo11cSI-00TA55; Sun, 07
 Oct 2018 13:46:55 +0200
Received: from detlef.gmx.de ([79.140.122.86]) by mail.gmx.com (mrgmx002
 [212.227.17.190]) with ESMTPSA (Nemesis) id 0MS5Dm-1gGAo11cSI-00TA55; Sun, 07
 Oct 2018 13:46:55 +0200
From: Michael Albinus <michael.albinus@HIDDEN>
References: <cu78t3cnah9.fsf@HIDDEN> <87sh1kr8f9.fsf@HIDDEN>
Date: Sun, 07 Oct 2018 13:46:53 +0200
In-Reply-To: <87sh1kr8f9.fsf@HIDDEN> (Michael Albinus's message of "Fri, 05
 Oct 2018 12:31:54 +0200")
Message-ID: <878t3arnbm.fsf@HIDDEN>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain
X-Provags-ID: V03:K1:IYBR+bOSWVgS4wubaYbqZtZbLnLtTXinHj/92ti8yvt/mHbOjQf
 Bd3l3/x2APCllDzLOEAfYr3niyXds0KbKBR/6/T22Tdu9psKeH5OP4tCgFNLhtR3T+vuwvq
 JYyXTsM7PDUsxu0fesYWbbOqeEROxGO0KxuoKhtzcayCL9+q7fmgwPfD5Unq9I1K8/BW27i
 m51hh8lTlVAXsM3XkqQJQ==
X-UI-Out-Filterresults: notjunk:1;V01:K0:zGGETAh/5Vs=:negkNCCrqUDi682tUc3fba
 3sHK4XViJIO30H8oNomkZM4z7LaTsbQBTyOeWi8C9K/W6wuqjpFP8k3VgaL2QKdJ4NGOcC14O
 66dUiCIqVSAdJnHVuauU4bpTtlka1E8jhRSRV4fT8VDWV+Dhv+jjdwSc1eS5EXIHMOFxg9bQf
 5iC1e2JoDVFD5u3PSKQBahvCkSB6WL8dv3+BCan/MUa/oIz15/fj3yY/3eN6e/LHfgIVL6QnW
 pRJFuCXrxgJo9S2FBv5Z2zEujuwV621CjVCv547hhN/rmXf9cxOGlv3ILz6vwMvzoJ5096WLA
 K3SDjuWsoozeg50h5w2onbvecJSfOk6nxldxaz+ZNEUqzxQKUQ4MJtmRvTMPeTEslQCmbUPig
 qwxuFUNodbBJ49nQb77Uipf4ZIBSpurvkwnTwtCl3vUqFIDnRzuK95Sflxwl+1ESiTcMmn+jl
 BdLrg0VsS0h2RLqDJtN3HllTl3IbnEiU1mq+uJDhXpDvrmdDKZ2IF2B2e2AZKbWikeH6pG9w2
 vwRdyNxjs1Bm/QuKzrVfOGu7OpILICL/DlxDBPYlS+l4mbBxHdimiePxn7oQF5IgMZF5iyhPb
 IeeufUkZwYPkO3BbY1kqZ+4+CVojXFDjhZnPsoOUg3bilA2AdC0RfpQi6pKQ0GfF/pXgtpQ/q
 WKezKMgB7NBh9zFEyoQDWtpa7IZeeoll6zDUYBEyFnQrWfCQc0A04DdD/4/ULfQoMB76ZGu40
 38ubuB+xuUNJ5ZWEiHKXa3sEwuNDbl8Wk+ovN28VFxrkOpkLDnTVcoj3AJqCIBFnD2ZltEJ8T
 /78sMiCBRNQL0y50HzRZ9cmEyR0Ga8SsdR+/2E0OykBWWlaCRY=
X-Spam-Score: -0.7 (/)
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Michael Albinus <michael.albinus@HIDDEN> writes:

Hi Arun,

> I suppose that the current behaviour is due to the fact, that there were
> plans to return the other MIME parts as 'attachments'. This is not
> implemented (yet), see the code of Debbugs::SOAP::get_bug_log.

Don Armstrong, the maintainer of the Debian debbugs package, has
confirmed this, see
<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=910360#15>. He
changed the severity to 'wishlist', so do I.

Best regards, Michael.




Message received at control <at> debbugs.gnu.org:


Received: (at control) by debbugs.gnu.org; 7 Oct 2018 11:47:29 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Oct 07 07:47:29 2018
Received: from localhost ([127.0.0.1]:39097 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1g97Wz-0007Gs-6P
	for submit <at> debbugs.gnu.org; Sun, 07 Oct 2018 07:47:29 -0400
Received: from mout.gmx.net ([212.227.17.21]:60325)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <michael.albinus@HIDDEN>) id 1g97Wx-0007Ga-64
 for control <at> debbugs.gnu.org; Sun, 07 Oct 2018 07:47:27 -0400
Received: from detlef.gmx.de ([79.140.122.86]) by mail.gmx.com (mrgmx101
 [212.227.17.168]) with ESMTPSA (Nemesis) id 0LvQkh-1fikvL0Auh-010fix for
 <control <at> debbugs.gnu.org>; Sun, 07 Oct 2018 13:47:20 +0200
Received: from detlef.gmx.de ([79.140.122.86]) by mail.gmx.com (mrgmx101
 [212.227.17.168]) with ESMTPSA (Nemesis) id 0LvQkh-1fikvL0Auh-010fix for
 <control <at> debbugs.gnu.org>; Sun, 07 Oct 2018 13:47:20 +0200
Date: Sun, 07 Oct 2018 13:47:19 +0200
Message-Id: <877eiurnaw.fsf@HIDDEN>
To: control <at> debbugs.gnu.org
From: Michael Albinus <michael.albinus@HIDDEN>
Subject: control message for bug #32941
X-Provags-ID: V03:K1:lszCYvgYlfRBO5Wc2DIhjGhyoqg9DG8P41Bpw1/WcTFz6H9Tjey
 IbiWgMIJrYEISkd91lZyCSMckGoqS+ZhnF5my2VoRy0+Xw3lIBCD43DaNC6KYkQUlZBR/m7
 CZ0CgjIwewj57J4yswW2bHTvyk3AUpasT4aNPoEL6+uLnMZL2U0IJyogaN1Q2X1XRkTfLtm
 b6xFFw9rFB1ZSL5arvORA==
X-UI-Out-Filterresults: notjunk:1;V01:K0:9Cykf7C1nfU=:gmzWP2xSU8EnQXesoAS8jY
 TyApbkREIVioUtGCqM84LSS1KVPMdW/GYq7410RrkObveeaLle2k8zTL+s4AJaI9IJxcvvFem
 h7sAnmr5lqqUlVOI+dQlHpEXDG/kwXEA+fChH8roI8L00eFg9kBIOfWp8yLTvz9vsZnd/OCcs
 s7rvaqPIp8jywf+un9hdaMvDkNz/cW69AsWSV04tmGDymk/FSeWwd0s8c9gRsSNABjAiwbd99
 4HaEToeKxS3OqzgYps+5V7M6jSbrFodQPZSu025kbrHUh0EvjQ4DDBsg4weYD5k+S8SABhVF4
 /SmuQvMpqJZHn10SwaJaRj3d6gt7cE0h0Flt//bznlDWtw3bITZYm73hVFYG1SRVGbX3gbMdA
 iiM4dTIh/bAI8wN8X6qYQgCiAr/RXAk+DakmB5Mb8RL1Ts+3evJEhNPvxix6an+OlVZ4Wrvl0
 3HQV5fddyx0UAyI0QL0eTXO8hx5PDJY4LU6S4x+ZcZ6i0M6uWtC9Wsgs+haHWsyiGJ8OKt2JV
 wQ5iyNj+FUnnPvdTg/2F4ZXwF631jKqhw9G1m91gVxBBC7UUwKA4Z84NvEaPS+pXzO2phaLcH
 vRFpOceXNyYFgAU6mdotzfLd+nm0aNBI3z8Dzp0tjG7jp2wYu2XnV1vPuxgi7tJbb0rLUBy5B
 4XfWd/4+p397JOypFWmLG5NQECSBvOwpJjJ8LeqliqT5BbLVhWthr0/cURHa7oDRbH3Z6YzSk
 cousHb3zYN3A9XtP2S8GPlGy62v2SvefV0FD+7MO2Kai0sgF4+XiHFSu1E70lTCeY72lYuQ8M
 bhLLsGWBG5cdb4foYi/3kVxvGgnhw==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: control
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

severity 32941 wishlist




Message sent to help-debbugs@HIDDEN:


X-Loop: help-debbugs@HIDDEN
Subject: bug#32941: get_bug_log SOAP operation truncates message
Resent-From: Michael Albinus <michael.albinus@HIDDEN>
Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
Resent-CC: help-debbugs@HIDDEN
Resent-Date: Mon, 08 Oct 2018 09:13:01 +0000
Resent-Message-ID: <handler.32941.B32941.153898996211078 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: followup 32941
X-GNU-PR-Package: debbugs.gnu.org
X-GNU-PR-Keywords: 
To: Arun Isaac <arunisaac@HIDDEN>
Cc: 32941 <at> debbugs.gnu.org
Received: via spool by 32941-submit <at> debbugs.gnu.org id=B32941.153898996211078
          (code B ref 32941); Mon, 08 Oct 2018 09:13:01 +0000
Received: (at 32941) by debbugs.gnu.org; 8 Oct 2018 09:12:42 +0000
Received: from localhost ([127.0.0.1]:39892 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1g9Raj-0002sc-MI
	for submit <at> debbugs.gnu.org; Mon, 08 Oct 2018 05:12:41 -0400
Received: from mout.gmx.net ([212.227.15.18]:32963)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <michael.albinus@HIDDEN>) id 1g9Rah-0002sP-Oh
 for 32941 <at> debbugs.gnu.org; Mon, 08 Oct 2018 05:12:40 -0400
Received: from detlef.gmx.de ([212.86.42.138]) by mail.gmx.com (mrgmx001
 [212.227.17.190]) with ESMTPSA (Nemesis) id 0Lt2BW-1fgWf83ybS-012XXc; Mon, 08
 Oct 2018 11:12:29 +0200
Received: from detlef.gmx.de ([212.86.42.138]) by mail.gmx.com (mrgmx001
 [212.227.17.190]) with ESMTPSA (Nemesis) id 0Lt2BW-1fgWf83ybS-012XXc; Mon, 08
 Oct 2018 11:12:29 +0200
From: Michael Albinus <michael.albinus@HIDDEN>
References: <cu78t3cnah9.fsf@HIDDEN> <87sh1kr8f9.fsf@HIDDEN>
Date: Mon, 08 Oct 2018 11:12:27 +0200
In-Reply-To: <87sh1kr8f9.fsf@HIDDEN> (Michael Albinus's message of "Fri, 05
 Oct 2018 12:31:54 +0200")
Message-ID: <87r2h07qf8.fsf@HIDDEN>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain
X-Provags-ID: V03:K1:QTLG9oelKmLIX1CRJof0gjWTwUZw2XO0IR/MAwdAYaoDm9qt5lV
 g+lbBQWjpeAi4zBN4VXZ3U+/bmCZDTlqc9k6BsfaE4PliGTk8yj89mI7XzZWtF7qCZvGCsN
 DRBLqlGdHUdvTtDckY7QI5yH2rrwkTckpJYxhrioxDGWjzhMaCCqMttl2zNxOi4vfk+MfTP
 0REcCjOi/NOuNvK15TfEA==
X-UI-Out-Filterresults: notjunk:1;V01:K0:nD80slRhj/U=:QFblns5efKm2oyJ310R9x9
 C1zoMN9X7tVW1rvfW9EwjLO06b5+S/jk2AgtcSrTDLPuG11PXaXKjr5uFTQUUkW4/eVx0rq+K
 M8jnqCeF3+zWtXqpmRmo8egvdqiI0DWtzxALEaQarXegs0zLZZYCkA6xGbk1XoDgfqG7KezBH
 OYKjS5gfpIfHxvV35V0vHj1njFiWc6KH9KrdnL33y+mUlwH5p9b+GQBYxB+cWjwZ7bcLzpzB3
 djtT2ErNFZIJpTBN7gIkiyFlcZoZBuid7WaPUU6dRPUrjI3dh5KT6VIckX7Y7fJkEdszK9Ddc
 GN86TugnkXT837x6uzoJ8h0eo3Ck9IkW+n+FSI3Zgoe889+iNAP2VG4fAHM5veANoLR8Ls2mw
 9CH8B3ZaK6WpRV1eVu+ks4rWqQadTTHs/N/XvDi0SGOH7/ai1aL+BbdA1zIPcDFTpznNvyWT0
 MvOKIaGxBhJSJ71VRgpsPzSG4R4fD57+zaGr4a9QaOMtkJxzoMZaagpEJ5UD+cP4u5odqHciG
 tiLoWuh8msBTdI0FsXvu0gODmbttjIFpASoitJZkebg6r5q3uLiysGKXC0HPxJwEelDvRQdTn
 PxxbJGs8bOFfEMubgzzy7YLMevzJQQVO1kSjwD/Nxn7AH+qoponQZhf28sGtYxCn5z1HuXxfz
 iLe9heUECBaby5pGdJr2q9QGGa2oJ/cTGt6ajfxmncMUfWgc8lciL2jCKFJshMLtVgoeABzj1
 CUAqapFcNQ8Rzn9vkEpxDinCuqfL5OYiGGE2UTe7cBZF2m/JYgCv4KsziEGfxZRlyU5UsxL/g
 dgWMf63KXgk5c3UkcKI3tINkVt4kBBwbtTQY4j/ZC7Wp7TAhAo=
X-Spam-Score: -0.7 (/)
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Michael Albinus <michael.albinus@HIDDEN> writes:

> Due to this wrong Content-Type: header, my Debbugs/SOAP client
> (debbugs.el from GNU Emacs) refuses to work for get_bug_log(25235).

This does not seem to be a bug in the debbugs server; it is rather a
problem in the soap-client.el package of Emacs. I've submitted bug#32983
for this.

Best regards, Michael.




Message sent to help-debbugs@HIDDEN:


X-Loop: help-debbugs@HIDDEN
Subject: bug#32941: get_bug_log SOAP operation truncates message
Resent-From: Arun Isaac <arunisaac@HIDDEN>
Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
Resent-CC: help-debbugs@HIDDEN
Resent-Date: Mon, 08 Oct 2018 18:48:01 +0000
Resent-Message-ID: <handler.32941.B32941.15390244464051 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: followup 32941
X-GNU-PR-Package: debbugs.gnu.org
X-GNU-PR-Keywords: 
To: Michael Albinus <michael.albinus@HIDDEN>
Cc: 32941 <at> debbugs.gnu.org
Received: via spool by 32941-submit <at> debbugs.gnu.org id=B32941.15390244464051
          (code B ref 32941); Mon, 08 Oct 2018 18:48:01 +0000
Received: (at 32941) by debbugs.gnu.org; 8 Oct 2018 18:47:26 +0000
Received: from localhost ([127.0.0.1]:40766 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1g9aYv-00013G-Se
	for submit <at> debbugs.gnu.org; Mon, 08 Oct 2018 14:47:26 -0400
Received: from vultr.systemreboot.net ([45.77.148.100]:46032)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <arunisaac@HIDDEN>) id 1g9aYu-000138-6F
 for 32941 <at> debbugs.gnu.org; Mon, 08 Oct 2018 14:47:24 -0400
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed;
 d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date:
 References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:
 Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date:
 Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:
 List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive;
 bh=wYJ8OsgG4rHyA4M8jlxiDC/mHUtknsnvq4YWLh1Gc7Q=; b=PjMPFmim0IfVVogUIzgS3OPwu
 +v6345EPWBN2soZs2kTgDKZGHUi6cVP7zK6oD+bdPAeTTF0yCeTfxjpMmV9ZhydjwMr9uCSEQ6mIx
 G/qDcxQPVc9SXAq9lKcFZZLEVNhJshjSl8BbkN9qvLFImjf4ISi1CnCiCeJo9hHGNSf3g=;
Received: from [103.5.134.173] (helo=steel)
 by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256)
 (Exim 4.91) (envelope-from <arunisaac@HIDDEN>)
 id 1g9aYk-0007yS-Jh; Tue, 09 Oct 2018 00:17:15 +0530
From: Arun Isaac <arunisaac@HIDDEN>
In-Reply-To: <87r2h07qf8.fsf@HIDDEN>
References: <cu78t3cnah9.fsf@HIDDEN> <87sh1kr8f9.fsf@HIDDEN>
 <87r2h07qf8.fsf@HIDDEN>
Date: Tue, 09 Oct 2018 00:17:07 +0530
Message-ID: <cu7ftxg6ztg.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: 1.5 (+)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 Content preview:  Hi, I acknowledge your messages. I can't do much to help,
 at this point. But, it's good to see you're making progress. Thanks. [...]
 Content analysis details:   (1.5 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.0 SPF_PASS               SPF: sender matches SPF record
 1.5 RCVD_IN_SORBS_WEB      RBL: SORBS: sender is an abusable web server
 [103.5.134.173 listed in dnsbl.sorbs.net]
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 0.5 (/)


Hi,

I acknowledge your messages. I can't do much to help, at this
point. But, it's good to see you're making progress.

Thanks.





Last modified: Mon, 25 Nov 2019 12:00:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.