unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#31990: 26.1; Stuck in loop trying to send bug report
@ 2018-06-27 22:41 Live System User
  2018-06-28 13:31 ` Eli Zaretskii
  2018-06-29 13:32 ` Live System User
  0 siblings, 2 replies; 25+ messages in thread
From: Live System User @ 2018-06-27 22:41 UTC (permalink / raw)
  To: 31990; +Cc: nyc4bos

--text follows this line--: --text follows this line--

Hi,

        While trying to send a bug report with long lines I
        got stuck in a loop.

        Here's what the *Messages* contained:

Sending...
Mark set
Fix continuation lines? (y or n) n
Send anyway? (y or n) y
Fix continuation lines? (y or n) n
Send anyway? (y or n) y
Fix continuation lines? (y or n) n
Send anyway? (y or n) y
Fix continuation lines? (y or n) n
Send anyway? (y or n) y
Fix continuation lines? (y or n) n
Send anyway? (y or n) y
Quit


        The SMTP trace log contained:

220 smtp.mail.yahoo.com ESMTP ready
250-smtp422.mail.bf1.yahoo.com Hello localhost.localdomain [73.16.70.190])
250-PIPELINING
250-ENHANCEDSTATUSCODES
250-8BITMIME
250-SIZE 41697280
250 STARTTLS
220 2.0.0 Ready to start TLS
250-smtp422.mail.bf1.yahoo.com Hello localhost.localdomain [73.16.70.190])
250-PIPELINING
250-ENHANCEDSTATUSCODES
250-8BITMIME
250-SIZE 41697280
250 AUTH PLAIN LOGIN XOAUTH2 OAUTHBEARER XYMCOOKIE
MAIL FROM:<nyc4bos@aol.com> SIZE=5830
450 Requested mail action not taken: mailbox unavailable
QUIT
221 Service Closing transmission


    As you can see, the STARTTLS capability is available
    (resultant code "250 STARTTLS") but a STARTTLS command was
    NOT subsequently issued (oppurtunistically).

    Not sure whether or not this was related to the loop responding
    to sending a bug report with long lines and selecting "n" to
    NOT fix up and "y" to send anyway.

    Thanks.
 

In GNU Emacs 26.1 (build 3, x86_64-pc-linux-gnu, GTK+ Version 3.20.6)
 of 2018-06-26 built on localhost.localdomain
Windowing system distributor 'Fedora Project', version 11.0.11803000
Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Making completion list...

Configured using:
 'configure 'CFLAGS=-DMAIL_USE_LOCKF -O0 -ggdb3 -pipe -Wall
 -Werror=format-security -fexceptions -fstack-protector-strong
 --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic'
 LDFLAGS=-Wl,-z,relro --disable-dependency-tracking
 --prefix=/tmp/nff/de2/fedora-emacs-src/emacs-26.1 --with-dbus
 --with-gif --with-jpeg --with-png --with-rsvg --with-lcms2 --with-tiff
 --with-xft --with-xpm --with-x-toolkit=gtk3 --with-gpm=yes
 --with-xwidgets --with-modules'

Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GSETTINGS NOTIFY
ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB
TOOLKIT_SCROLL_BARS GTK3 X11 MODULES THREADS XWIDGETS LCMS2

Important settings:
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=ibus
  locale-coding-system: utf-8-unix

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rmc puny seq byte-opt gv
bytecomp byte-compile cconv cl-loaddefs cl-lib dired dired-loaddefs
format-spec rfc822 mml easymenu mml-sec password-cache epa derived epg
epg-config gnus-util rmail rmail-loaddefs mm-decode mm-bodies mm-encode
mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047
rfc2045 ietf-drums mm-util mail-prsvr mail-utils elec-pair time-date
mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks
lisp-float-type mwheel term/x-win x-win term/common-win x-dnd tool-bar
dnd fontset image regexp-opt fringe tabulated-list replace newcomment
text-mode elisp-mode lisp-mode prog-mode register page menu-bar
rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock
syntax facemenu font-core term/tty-colors frame cl-generic cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european
ethiopic indian cyrillic chinese composite charscript charprop
case-table epa-hook jka-cmpr-hook help simple abbrev obarray minibuffer
cl-preloaded nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote dbusbind inotify lcms2
dynamic-setting system-font-setting font-render-setting xwidget-internal
move-toolbar gtk x-toolkit x multi-tty make-network-process emacs)

Memory information:
((conses 16 95555 7613)
 (symbols 48 20390 1)
 (miscs 40 39 119)
 (strings 32 28362 1522)
 (string-bytes 1 748849)
 (vectors 16 14653)
 (vector-slots 8 497388 7244)
 (floats 8 49 211)
 (intervals 56 248 0)
 (buffers 992 12)
 (heap 1024 34948 1057))





^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2019-07-26 13:12 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-27 22:41 bug#31990: 26.1; Stuck in loop trying to send bug report Live System User
2018-06-28 13:31 ` Eli Zaretskii
2018-06-29 13:32 ` Live System User
2018-06-29 14:55   ` Robert Pluim
2018-07-08  9:41     ` Live System User
2018-07-10 12:11       ` Robert Pluim
2018-07-10 17:25         ` Live System User
2018-07-11  9:19           ` Robert Pluim
2018-07-11 20:47             ` Live System User
2018-07-12  2:33               ` Eli Zaretskii
2018-08-09 21:54                 ` Live System User
2018-08-10  6:09                   ` Eli Zaretskii
2018-08-10  8:53                     ` Live System User
2018-08-10  9:50                       ` Eli Zaretskii
2018-08-10 13:50                         ` Live System User
2018-08-20  9:42                           ` Robert Pluim
2018-08-20 11:21                             ` Noam Postavsky
2018-08-20 23:38                             ` Live System User
2018-07-12  8:04               ` Robert Pluim
2018-08-09 22:18                 ` Live System User
2018-08-20  9:49                   ` Robert Pluim
2018-08-21  3:56                     ` Live System User
2018-08-21 10:22                       ` Robert Pluim
2018-08-21 16:02                         ` Live System User
2019-07-26 13:12                           ` Robert Pluim

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).