X-Loop: help-debbugs@HIDDEN
Subject: bug#6584: 23.2; M-p (comint-previous-input) breaks intermittently in telnet-mode.
Resent-From: David Keegan <david.keegan@HIDDEN>
Original-Sender: debbugs-submit-bounces <at> debbugs.gnu.org
Resent-To: owner <at> debbugs.gnu.org
Resent-CC: bug-gnu-emacs@HIDDEN
Resent-Date: Thu, 08 Jul 2010 08:23:01 +0000
Resent-Message-ID: <handler.6584.B.127857736120321 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: report 6584
X-GNU-PR-Package: emacs
X-GNU-PR-Keywords:
To: 6584 <at> debbugs.gnu.org
X-Debbugs-Original-To: bug-gnu-emacs@HIDDEN
Received: via spool by submit <at> debbugs.gnu.org id=B.127857736120321
(code B ref -1); Thu, 08 Jul 2010 08:23:01 +0000
Received: (at submit) by debbugs.gnu.org; 8 Jul 2010 08:22:41 +0000
Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org)
by debbugs.gnu.org with esmtp (Exim 4.69)
(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
id 1OWmNT-0005Hi-OB
for submit <at> debbugs.gnu.org; Thu, 08 Jul 2010 04:22:40 -0400
Received: from mx10.gnu.org ([199.232.76.166])
by debbugs.gnu.org with esmtp (Exim 4.69)
(envelope-from <david.keegan@HIDDEN>) id 1OWlm8-00052U-8i
for submit <at> debbugs.gnu.org; Thu, 08 Jul 2010 03:44:05 -0400
Received: from lists.gnu.org ([199.232.76.165]:47078)
by monty-python.gnu.org with esmtps
(TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60)
(envelope-from <david.keegan@HIDDEN>) id 1OWlm5-00075g-L9
for submit <at> debbugs.gnu.org; Thu, 08 Jul 2010 03:44:01 -0400
Received: from [140.186.70.92] (port=57319 helo=eggs.gnu.org)
by lists.gnu.org with esmtp (Exim 4.43) id 1OWlm3-0001Mg-JZ
for bug-gnu-emacs@HIDDEN; Thu, 08 Jul 2010 03:44:01 -0400
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org
X-Spam-Level:
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD
autolearn=unavailable version=3.3.1
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69)
(envelope-from <david.keegan@HIDDEN>) id 1OWlm2-0007m3-03
for bug-gnu-emacs@HIDDEN; Thu, 08 Jul 2010 03:43:59 -0400
Received: from gateway.shenick.com ([62.77.176.130]:41838
helo=aisling.irl.shenick.com) by eggs.gnu.org with esmtp (Exim 4.69)
(envelope-from <david.keegan@HIDDEN>) id 1OWlm1-0007UI-Ky
for bug-gnu-emacs@HIDDEN; Thu, 08 Jul 2010 03:43:57 -0400
Received: from davidk.shenick.com ([192.168.21.111])
by aisling.irl.shenick.com (8.13.1/8.13.1) with ESMTP id o687g2sS024144
for <bug-gnu-emacs@HIDDEN>; Thu, 8 Jul 2010 08:42:03 +0100
X-Mailer: emacs 23.2.1 (via feedmail 8 I)
From: David Keegan <david.keegan@HIDDEN>
Date: Thu, 08 Jul 2010 08:43:37 +0100
Message-ID: <m3tyoa8lli.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older,
4)
X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6,
seldom 2.4 (older, 4)
X-Spam-Score: -5.9 (-----)
X-Mailman-Approved-At: Thu, 08 Jul 2010 04:22:38 -0400
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.11
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>,
<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <http://debbugs.gnu.org/pipermail/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: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>,
<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Sender: debbugs-submit-bounces <at> debbugs.gnu.org
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
X-Spam-Score: -5.9 (-----)
Enter telnet-mode via the rsh command with
remote-shell-program set to "ssh" in a situation where ssh
keys have been set up for the remote host and therefore
there is no password prompt.
The telnet-mode code continues trying figure out the type of
system it is connected to via telnet-initial-filter for a
much longer perioud than normal. Depending on the output
from the remote host, the following issues may arise:
1. M-p (comint-previous-input) breaks. Instead of retrieving
the previous command to the RHS of the prompt it places it
on the LHS of the prompt where it is useless.
This is caused by function
telnet-check-software-type-initialize which sets
comint-prompt-regexp inappropriately to "^[^*>\n]*[*>] *"
when it sees "its" in the remote host output.
2. Spurious prompts for a password if "passw" happens to
occur in the remote host output.
In GNU Emacs 23.2.1 (i386-redhat-linux-gnu, GTK+ Version 2.20.1)
of 2010-05-13 on x86-01.phx2.fedoraproject.org
Windowing system distributor `Fedora Project', version 11.0.10800000
configured using `configure '--build=i386-redhat-linux-gnu' '--host=i386-redhat-linux-gnu' '--program-prefix=' '--disable-dependency-tracking' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-dbus' '--with-gif' '--with-jpeg' '--with-png' '--with-rsvg' '--with-tiff' '--with-xft' '--with-xpm' '--with-x-toolkit=gtk' 'build_alias=i386-redhat-linux-gnu' 'host_alias=i386-redhat-linux-gnu' 'CFLAGS=-DMAIL_USE_LOCKF -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables''
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: en_IE.UTF-8
value of $XMODIFIERS: nil
locale-coding-system: utf-8-unix
default enable-multibyte-characters: t
Major mode: Apropos
Minor modes in effect:
show-paren-mode: t
display-time-mode: t
global-auto-revert-mode: t
shell-dirtrack-mode: t
tooltip-mode: t
mouse-wheel-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
auto-encryption-mode: t
auto-compression-mode: t
column-number-mode: t
line-number-mode: t
transient-mark-mode: t
Recent input:
M-x e s h e l l <tab> - r e <tab> <return> T e l n
e t / r s h C-g <M-insert> j C-g C-n C-n <return> C-a
C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p <M-insert>
C-n n n n <return> C-p C-p C-p C-p C-p C-p C-p C-p
C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p
C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-f
C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f
C-f C-f C-f C-f C-f C-f C-f C-f C-f C-p C-p C-p C-p
C-a M-x s s h <return> <return> C-h k M-p C-x o C-f
C-b C-SPC C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f
C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f
C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f
C-f C-f C-f C-f C-f C-f C-b C-w C-y M-o <M-insert>
n n <return> <M-insert> C-n n C-p C-p <return> M-x
e s h e l l - r e p o r t C-g M-x s p r o p <backspace>
<backspace> <backspace> <backspace> <backspace> a p
r o p o s <return> b u g <return> C-x o C-v C-v C-v
C-v M-x <up> C-g C-n C-n C-n C-n C-n C-n C-n C-n C-n
C-n C-n C-n C-n <return> C-x o M-o M-o M-x M-< M-X
M-< C-g M-< <M-insert> C-n C-p <return> M-< <C-delete>
M-x a p r o p o s <return> b u g SPC r e p o r t <return>
C-x o C-l C-l C-s t e l n e t C-a C-v M-v M-x r e p
o r <tab> <return>
Recent messages:
Quit
Mark set
<<< Press Return to bury the buffer list >>>
Mark set
/usr/src/emacs-23.2/lisp/net/telnet.el
Mark saved where search started
Checking for POP3 mail...
<<< Press Return to bury the buffer list >>> [2 times]
/home/davidk/Work/Env/ssl/Notes/ssl.nb
<<< Press Return to bury the buffer list >>>
Load-path shadows:
/usr/local/share/emacs/site-lisp/csv-mode hides /usr/share/emacs/site-lisp/goodies/csv-mode
/usr/share/emacs/site-lisp/goodies/emacs-goodies-loaddefs hides /usr/share/emacs/site-lisp/site-start.d/emacs-goodies-loaddefs
/usr/share/emacs/site-lisp/gnus-bonus/nnir hides /usr/share/emacs/23.2/lisp/gnus/nnir
/usr/share/emacs/site-lisp/gnus-bonus/spam-stat hides /usr/share/emacs/23.2/lisp/gnus/spam-stat
/usr/share/emacs/site-lisp/gnus-bonus/nnnil hides /usr/share/emacs/23.2/lisp/gnus/nnnil
Features:
(shadow sort mail-extr message idna ecomplete rfc822 mml
mml-sec mm-decode mm-bodies mm-encode mailcap mail-parse
rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader
mm-util mail-prsvr gmm-utils mailheader canlock sha1
hex-util hashcash mail-utils warnings pp cus-edit cus-start
cus-load wid-edit mule-util vm-virtual doc-view jka-compr
image-mode dired vm-delete vm-crypto vm-pop vm-save tapestry
vm-rfaddons vm-menu vm-window vm-toolbar vm-folder vm-mime
vm-undo vm-summary vm-mouse vm-page vm-motion vm-minibuf
vm-message vm-misc vm-macro vm emacsbug help-mode view
apropos multi-isearch ebuff-menu electric dkdDo vc-git
dknNoteBook derived dkmMisc ansi-color smtpmail sendmail
tramp-imap tramp-gw tramp-fish tramp-smb tramp-cache
tramp-ftp tramp-cmds tramp auth-source gnus-util netrc
time-date password-cache format-spec tramp-compat trampver
complete icomplete paren time byte-opt bytecomp byte-compile
telnet ps-print ps-def lpr crypt crypt++ crypt+pgp-pub
server gtags autorevert advice help-fns advice-preload
u-vm-color vm-autoloads vm-vars vm-version ess-toolbar
ess-mouse mouseme thingatpt browse-url ess-menu ess-swv
ess-noweb noweb-font-lock-mode ess-bugs-l essd-els ess-sas-d
ess-sas-l ess-sas-a executable shell ess-arc-d ess-vst-d
ess-xls-d ess-lsp-l ess-sta-d ess-sta-l cc-vars cc-defs
make-regexp ess-sp6-d ess-sp5-d ess-sp3-d ess-r-d ess-r-args
assoc ess-s-l ess-inf ess-utils comint ring ess-mode
noweb-mode ess ess-custom regexp-opt easymenu ess-compat
ess-site emacs-goodies-loaddefs easy-mmode bbdb-autoloads
tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win
x-dnd font-setting tool-bar dnd fontset image fringe
lisp-mode register page menu-bar rfn-eshadow timer select
scroll-bar mldrag mouse jit-lock font-lock syntax facemenu
font-core frame cham georgian utf-8-lang misc-lang
vietnamese tibetan thai tai-viet lao korean japanese hebrew
greek romanian slovak czech european ethiopic indian
cyrillic chinese case-table epa-hook jka-cmpr-hook help
simple abbrev loaddefs button minibuffer faces cus-face
files text-properties overlay md5 base64 format env
code-pages mule custom widget hashtable-print-readable
backquote make-network-process dbusbind system-font-setting
font-render-setting gtk x-toolkit x multi-tty emacs)
--
[David Keegan david.keegan@HIDDEN 353 1 2710818]
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) Content-Type: text/plain; charset=utf-8 X-Loop: help-debbugs@HIDDEN From: help-debbugs@HIDDEN (GNU bug Tracking System) To: David Keegan <david.keegan@HIDDEN> Subject: bug#6584: Acknowledgement (23.2; M-p (comint-previous-input) breaks intermittently in telnet-mode.) Message-ID: <handler.6584.B.127857736120321.ack <at> debbugs.gnu.org> References: <m3tyoa8lli.fsf@HIDDEN> X-Gnu-PR-Message: ack 6584 X-Gnu-PR-Package: emacs Reply-To: 6584 <at> debbugs.gnu.org Date: Thu, 08 Jul 2010 08:23:02 +0000 Thank you for filing a new bug report with GNU. 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): bug-gnu-emacs@HIDDEN If you wish to submit further information on this problem, please send it to 6584 <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 6584: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D6584 GNU Bug Tracking System Contact help-debbugs@HIDDEN with problems
X-Loop: help-debbugs@HIDDEN
Subject: bug#6584: 23.2; M-p (comint-previous-input) breaks intermittently in telnet-mode.
Resent-From: Lars Ingebrigtsen <larsi@HIDDEN>
Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
Resent-CC: bug-gnu-emacs@HIDDEN
Resent-Date: Tue, 08 Dec 2020 17:46:01 +0000
Resent-Message-ID: <handler.6584.B6584.160744954518630 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: followup 6584
X-GNU-PR-Package: emacs
X-GNU-PR-Keywords:
To: David Keegan <david.keegan@HIDDEN>
Cc: 6584 <at> debbugs.gnu.org
Received: via spool by 6584-submit <at> debbugs.gnu.org id=B6584.160744954518630
(code B ref 6584); Tue, 08 Dec 2020 17:46:01 +0000
Received: (at 6584) by debbugs.gnu.org; 8 Dec 2020 17:45:45 +0000
Received: from localhost ([127.0.0.1]:59568 helo=debbugs.gnu.org)
by debbugs.gnu.org with esmtp (Exim 4.84_2)
(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
id 1kmh3Z-0004py-3R
for submit <at> debbugs.gnu.org; Tue, 08 Dec 2020 12:45:45 -0500
Received: from quimby.gnus.org ([95.216.78.240]:54220)
by debbugs.gnu.org with esmtp (Exim 4.84_2)
(envelope-from <larsi@HIDDEN>) id 1kmh3W-0004iA-LD
for 6584 <at> debbugs.gnu.org; Tue, 08 Dec 2020 12:45:43 -0500
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org;
s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:
References: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=1ypRh/xLsQIkAzwD207wXgWRi3Cy98Z9zcyWfuxN0hA=; b=SVBnmTaGkOO9BWZv0XBfqQeKs7
pKVZnR9o2ajkMIU8gD78IsgtxRuBapcGFKkjXxujHTQA9hNzVGHV0gTj7Qvku+LTl/g4iT+NzgZ1k
JB9veSg98y6iuXe2kJ6GpD0qzOFDKA9996KRPE944+QM+a7pZEQs93ZTIbkMNpULEcAY=;
Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo)
by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256)
(Exim 4.92) (envelope-from <larsi@HIDDEN>)
id 1kmh3N-0005en-Am; Tue, 08 Dec 2020 18:45:35 +0100
From: Lars Ingebrigtsen <larsi@HIDDEN>
References: <m3tyoa8lli.fsf@HIDDEN>
X-Now-Playing: Actress's _Karma & Desire_: "Loose (feat. Christel Well)"
Date: Tue, 08 Dec 2020 18:45:32 +0100
In-Reply-To: <m3tyoa8lli.fsf@HIDDEN> (David Keegan's message of "Thu, 08
Jul 2010 08:43:37 +0100")
Message-ID: <87wnxschtv.fsf@HIDDEN>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Report: Spam detection software, running on the system "quimby.gnus.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
@@CONTACT_ADDRESS@@ for details.
Content preview: David Keegan <david.keegan@HIDDEN> writes: > 1. M-p
(comint-previous-input)
breaks. Instead of retrieving > the previous command to the RHS of the prompt
it places it > on the LHS of the prompt where it is useless. > > This is
caused by functi [...]
Content analysis details: (-2.9 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
-1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP
-1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1%
[score: 0.0000]
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 (-)
David Keegan <david.keegan@HIDDEN> writes:
> 1. M-p (comint-previous-input) breaks. Instead of retrieving
> the previous command to the RHS of the prompt it places it
> on the LHS of the prompt where it is useless.
>
> This is caused by function
> telnet-check-software-type-initialize which sets
> comint-prompt-regexp inappropriately to "^[^*>\n]*[*>] *"
> when it sees "its" in the remote host output.
(This bug report unfortunately got no response at the time.)
I'm unable to reproduce this in Emacs 28.
> 2. Spurious prompts for a password if "passw" happens to
> occur in the remote host output.
This bug is still present on the current trunk. To reproduce
emacs -Q
M-x rsh RET hostname RET
touch /tmp/passw
ls /tmp/
Emacs will now query you for a password in the minibuffer.
And things are kinda odd all over. If I have:
[larsi@stories ~]$
and then
[larsi@stories ~]$ cd RET
I get
[larsi@stories ~]$ [larsi@stories ~]$
this is the case with all commands that don't output anything.
My guess is that nobody has used the rsh command in a while? At least
not over ssh?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
Received: (at control) by debbugs.gnu.org; 8 Dec 2020 17:45:49 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Dec 08 12:45:49 2020 Received: from localhost ([127.0.0.1]:59571 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1kmh3d-0004uR-Gj for submit <at> debbugs.gnu.org; Tue, 08 Dec 2020 12:45:49 -0500 Received: from quimby.gnus.org ([95.216.78.240]:54242) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <larsi@HIDDEN>) id 1kmh3b-0004nZ-VE for control <at> debbugs.gnu.org; Tue, 08 Dec 2020 12:45:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type: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=zRllh+owIe4gn9ahwShBvrsI34inSIBGJTEjoEWx1Bs=; b=u4+jPgNz9T13F5/GzlUPujV//c 1bTDT7wD8aeoxz/ApkZb6C9uFwMS2J/32z1S4qOrwNJCIKTSnVb3tTuAfvAMKhlVFCJj5ZdF0DjBf TSJ4sNWs/JKkoHx/qPtnhf7hs/QV5XE9BuqUsSg5Y2dZf7By34xiucz4mFvshv3Xuf6I=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from <larsi@HIDDEN>) id 1kmh3U-0005ey-3z for control <at> debbugs.gnu.org; Tue, 08 Dec 2020 18:45:42 +0100 Date: Tue, 08 Dec 2020 18:45:39 +0100 Message-Id: <87v9dcchto.fsf@HIDDEN> To: control <at> debbugs.gnu.org From: Lars Ingebrigtsen <larsi@HIDDEN> Subject: control message for bug #6584 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.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 @@CONTACT_ADDRESS@@ for details. Content preview: tags 6584 + confirmed quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) 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.0 (-) tags 6584 + confirmed quit
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.