GNU bug report logs -
#23727
Gnus doesn't always indicate successful posting
Previous Next
Reported by: Live System User <nyc4bos <at> aol.com>
Date: Wed, 8 Jun 2016 11:09:02 UTC
Severity: minor
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 23727 in the body.
You can then email your comments to 23727 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bugs <at> gnus.org
:
bug#23727
; Package
gnus
.
(Wed, 08 Jun 2016 11:09:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Live System User <nyc4bos <at> aol.com>
:
New bug report received and forwarded. Copy sent to
bugs <at> gnus.org
.
(Wed, 08 Jun 2016 11:09:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi,
I tried to follow up to a posting to gmane.emacs.devel by
typing F `(gnus-summary-followup-with-original)'.
After typing "C-u C-c C-c" `(message-send-and-exit)', I got
the message:
Wrote /home/liveuser/Mail/send-news/3
but Emacs was unresponsive and the "unsent..." buffer remained.
After about 5 minutes, I typed C-g `(keyboard-quit)' and typed
"C-u C-c C-c" again while in the "*unsent..." buffer and got
no message but the "*unsent..." buffer remained.
I then typed just "C-c C-c" and then got the message:
Denied posting -- multiple copies
So, presumably, the posting went through to Gmane the first
time or else my Emacs/Gnus session was in a state that it
believed the posting went through even though it didn't.
(I'll have to check gmane.emacs.devel later to see if it did
go through). In any event, I had no other indication of my
posting's desposition.
If it did go through, why didn't Gnus change the "*unsent..."
buffer to "*sent..."?
[UPDATE: The posing did NOT go through but I see the message
in my "nndraft:queue" folder. I tried again by
compsing a new message and this time it went through]
Thanks.
Gnus v5.13
GNU Emacs 25.0.94.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.18.9)
of 2016-05-18
200 news.gmane.org InterNetNews NNRP server INN 2.5.1 ready (posting ok)
100 Legal commands
ARTICLE [message-ID|number]
AUTHINFO USER name|PASS password|GENERIC program [argument ...]
BODY [message-ID|number]
CAPABILITIES [keyword]
DATE
GROUP newsgroup
HDR header [message-ID|range]
HEAD [message-ID|number]
HELP
IHAVE message-ID
LAST
LIST [ACTIVE [wildmat]|ACTIVE.TIMES [wildmat]|DISTRIB.PATS|DISTRIBUTIONS|HEADERS [MSGID|RANGE]|MODERATORS|MOTD|NEWSGROUPS [wildmat]|OVERVIEW.FMT|SUBSCRIPTIONS]
LISTGROUP [newsgroup [range]]
MODE READER
NEWGROUPS [yy]yymmdd hhmmss [GMT]
NEWNEWS wildmat [yy]yymmdd hhmmss [GMT]
NEXT
OVER [range]
POST
QUIT
STARTTLS
STAT [message-ID|number]
XGTITLE [wildmat]
XHDR header [message-ID|range]
XOVER [range]
XPAT header message-ID|range pattern [pattern ...]
Report problems to <usenet <at> ger.gmane.org>.
.
382 Begin TLS negotiation now
100 Legal commands
ARTICLE [message-ID|number]
AUTHINFO USER name|PASS password|GENERIC program [argument ...]
BODY [message-ID|number]
CAPABILITIES [keyword]
DATE
GROUP newsgroup
HDR header [message-ID|range]
HEAD [message-ID|number]
HELP
IHAVE message-ID
LAST
LIST [ACTIVE [wildmat]|ACTIVE.TIMES [wildmat]|DISTRIB.PATS|DISTRIBUTIONS|HEADERS [MSGID|RANGE]|MODERATORS|MOTD|NEWSGROUPS [wildmat]|OVERVIEW.FMT|SUBSCRIPTIONS]
LISTGROUP [newsgroup [range]]
MODE READER
NEWGROUPS [yy]yymmdd hhmmss [GMT]
NEWNEWS wildmat [yy]yymmdd hhmmss [GMT]
NEXT
OVER [range]
POST
QUIT
STARTTLS
STAT [message-ID|number]
XGTITLE [wildmat]
XHDR header [message-ID|range]
XOVER [range]
XPAT header message-ID|range pattern [pattern ...]
Report problems to <usenet <at> ger.gmane.org>.
.
Information forwarded
to
bugs <at> gnus.org
:
bug#23727
; Package
gnus
.
(Thu, 26 Jan 2017 23:18:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 23727 <at> debbugs.gnu.org (full text, mbox):
Live System User <nyc4bos <at> aol.com> writes:
> I tried to follow up to a posting to gmane.emacs.devel by
> typing F `(gnus-summary-followup-with-original)'.
>
> After typing "C-u C-c C-c" `(message-send-and-exit)', I got
> the message:
>
> Wrote /home/liveuser/Mail/send-news/3
>
> but Emacs was unresponsive and the "unsent..." buffer remained.
I would guess that this means that the network connection timed out
while posting.
> After about 5 minutes, I typed C-g `(keyboard-quit)' and typed
> "C-u C-c C-c" again while in the "*unsent..." buffer and got
> no message but the "*unsent..." buffer remained.
Does `C-u' do something with `C-c C-c'? I can't really see that it
does?
> I then typed just "C-c C-c" and then got the message:
>
> Denied posting -- multiple copies
This is really odd. Because it was presumably hanging in
`gnus-request-post', and your C-g should have ensured that result was
nil, so it shouldn't have registered that it had sent the message, and
you shouldn't have gotten the "multiple copies" message.
(setq result (let ((mail-header-separator ""))
(gnus-request-post method))))
(kill-buffer tembuf))
(set-buffer messbuf)
(if result
(push 'news message-sent-message-via)
So very odd...
But what happened at the second C-c C-c? Did it hang again and you
C-g'd it again?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
bug reassigned from package 'gnus' to 'emacs,gnus'.
Request was from
Lars Ingebrigtsen <larsi <at> gnus.org>
to
control <at> debbugs.gnu.org
.
(Thu, 26 Jan 2017 23:18:02 GMT)
Full text and
rfc822 format available.
bug No longer marked as found in versions 5.13.
Request was from
Lars Ingebrigtsen <larsi <at> gnus.org>
to
control <at> debbugs.gnu.org
.
(Thu, 26 Jan 2017 23:18:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org
:
bug#23727
; Package
emacs,gnus
.
(Sat, 11 Feb 2017 10:45:02 GMT)
Full text and
rfc822 format available.
Message #15 received at 23727 <at> debbugs.gnu.org (full text, mbox):
Lars Ingebrigtsen <larsi <at> gnus.org> writes:
> Live System User <nyc4bos <at> aol.com> writes:
>
>> I tried to follow up to a posting to gmane.emacs.devel by
>> typing F `(gnus-summary-followup-with-original)'.
>>
>> After typing "C-u C-c C-c" `(message-send-and-exit)', I got
>> the message:
>>
>> Wrote /home/liveuser/Mail/send-news/3
>>
>> but Emacs was unresponsive and the "unsent..." buffer remained.
>
> I would guess that this means that the network connection timed out
> while posting.
OK.
>
>> After about 5 minutes, I typed C-g `(keyboard-quit)' and typed
>> "C-u C-c C-c" again while in the "*unsent..." buffer and got
>> no message but the "*unsent..." buffer remained.
>
> Does `C-u' do something with `C-c C-c'? I can't really see that it
> does?
It's suppose to save the SMTP transaction buffer even if there is
no SMTP error.
>
>> I then typed just "C-c C-c" and then got the message:
>>
>> Denied posting -- multiple copies
>
> This is really odd. Because it was presumably hanging in
> `gnus-request-post', and your C-g should have ensured that result was
> nil, so it shouldn't have registered that it had sent the message, and
> you shouldn't have gotten the "multiple copies" message.
>
> (setq result (let ((mail-header-separator ""))
> (gnus-request-post method))))
> (kill-buffer tembuf))
> (set-buffer messbuf)
> (if result
> (push 'news message-sent-message-via)
>
> So very odd...
>
> But what happened at the second C-c C-c? Did it hang again and you
> C-g'd it again?
It didn't hang but I got I got:
>> Denied posting -- multiple copies
Not sure if it's relevant, but I Gcc my messages via:
Gcc: nnimap+aolSent"
Thanks.
Information forwarded
to
bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org
:
bug#23727
; Package
emacs,gnus
.
(Thu, 12 Apr 2018 16:00:02 GMT)
Full text and
rfc822 format available.
Message #18 received at 23727 <at> debbugs.gnu.org (full text, mbox):
I don't think it's likely we'll get further with this report, so I'm
closing it.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
bug closed, send any further explanations to
23727 <at> debbugs.gnu.org and Live System User <nyc4bos <at> aol.com>
Request was from
Lars Ingebrigtsen <larsi <at> gnus.org>
to
control <at> debbugs.gnu.org
.
(Thu, 12 Apr 2018 16:01:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 11 May 2018 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 39 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.