From unknown Wed Jun 18 23:14:40 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#37684 <37684@debbugs.gnu.org> To: bug#37684 <37684@debbugs.gnu.org> Subject: Status: 24.5; comint-password-prompt-regexp and openvpn Reply-To: bug#37684 <37684@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:14:40 +0000 retitle 37684 24.5; comint-password-prompt-regexp and openvpn reassign 37684 emacs submitter 37684 s.bauman@northeastern.edu severity 37684 minor tag 37684 patch fixed thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 09 14:31:50 2019 Received: (at submit) by debbugs.gnu.org; 9 Oct 2019 18:31:50 +0000 Received: from localhost ([127.0.0.1]:54095 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iIGkX-0006mq-9L for submit@debbugs.gnu.org; Wed, 09 Oct 2019 14:31:50 -0400 Received: from lists.gnu.org ([209.51.188.17]:56322) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iIGI1-0003xR-V7 for submit@debbugs.gnu.org; Wed, 09 Oct 2019 14:02:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39975) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIGHz-0004kt-At for bug-gnu-emacs@gnu.org; Wed, 09 Oct 2019 14:02:21 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iIGHv-0006vu-RP for bug-gnu-emacs@gnu.org; Wed, 09 Oct 2019 14:02:17 -0400 Received: from neu-spf-hosts.northeastern.edu ([155.33.16.32]:53156 helo=barracuda.neu.edu) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iIGHv-0006vU-Ne for bug-gnu-emacs@gnu.org; Wed, 09 Oct 2019 14:02:15 -0400 X-ASG-Debug-ID: 1570644134-03dc9016b9b66fb0001-HqB3X1 Received: from paramedic.wwp.neu.edu ([129.10.107.229]) by barracuda.neu.edu with ESMTP id HlMRM1yoKnqMV4vh (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 09 Oct 2019 14:02:14 -0400 (EDT) X-Barracuda-Envelope-From: s.bauman@northeastern.edu X-Barracuda-Effective-Source-IP: UNKNOWN[129.10.107.229] X-Barracuda-Apparent-Source-IP: 129.10.107.229 Received: by paramedic.wwp.neu.edu (Postfix, from userid 1000) id 02B441A1014; Wed, 9 Oct 2019 14:02:13 -0400 (EDT) From: Syd Bauman MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <23966.8357.802546.818107@paramedic.wwp.neu.edu> Date: Wed, 9 Oct 2019 14:02:13 -0400 To: bug-gnu-emacs@gnu.org Subject: 24.5; comint-password-prompt-regexp and openvpn X-ASG-Orig-Subj: 24.5; comint-password-prompt-regexp and openvpn X-Barracuda-Connect: UNKNOWN[129.10.107.229] X-Barracuda-Start-Time: 1570644134 X-Barracuda-Encrypted: ECDHE-RSA-AES256-GCM-SHA384 X-Barracuda-URL: https://155.33.16.32:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at neu.edu X-Barracuda-Scan-Msg-Size: 10306 X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 0.00 X-Barracuda-Spam-Status: No, SCORE=0.00 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=8.0 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.77255 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 155.33.16.32 X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 09 Oct 2019 14:31:47 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: s.bauman@northeastern.edu Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) >From `emacs -Q -nw`: 1) M-x shell 2) In *shell* buffer, issue `openvpn` 3) Password for sudo is appropriately collected in minibuffer w/o echoing, but password for openvpn is prompted for in the *shell* buffer and echoed. The prompt that is not recognized by comint-watch-for-password-prompt is "Enter Auth Password: ". 4) I have tried customizing comint-password-prompt-regexp, and if I set it to just "Enter Auth Password: ", it works in that the password is collected in the minibuffer w/o echoing. However, there are control characters fore and aft which should probably be stripped. ('^[[0;1;39m' before and '^[[0m' after the prompt characters.) Sample session ------ ------- $ sudo openvpn --config /home/syd/.config/OpenVPN/RAC_ambupro/AmbuPro.ovpn $ [sudo] password for syd: > Wed Oct 9 13:45:15 2019 OpenVPN 2.3.10 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [MH] [IPv6] built on Jan 9 2019 > Wed Oct 9 13:45:15 2019 library versions: OpenSSL 1.0.2g 1 Mar 2016, LZO 2.08 $ Enter Auth Username: sbauman > ******* $ Enter Auth Password: asdf > **** In GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9) of 2017-09-20 on lcy01-07, modified by Debian Windowing system distributor `The X.Org Foundation', version 11.0.11804000 System Description: Ubuntu 16.04.6 LTS Configured using: `configure --build x86_64-linux-gnu --prefix=/usr --sharedstatedir=/var/lib --libexecdir=/usr/lib --localstatedir=/var/lib --infodir=/usr/share/info --mandir=/usr/share/man --with-pop=yes --enable-locallisppath=/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24.5/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.5/site-lisp:/usr/share/emacs/site-lisp --build x86_64-linux-gnu --prefix=/usr --sharedstatedir=/var/lib --libexecdir=/usr/lib --localstatedir=/var/lib --infodir=/usr/share/info --mandir=/usr/share/man --with-pop=yes --enable-locallisppath=/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24.5/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.5/site-lisp:/usr/share/emacs/site-lisp --with-x=yes --with-x-toolkit=gtk3 --with-toolkit-scroll-bars 'CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall' 'CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2' 'LDFLAGS=-Wl,-Bsymbolic-functions -Wl,-z,relro'' Important settings: value of $LC_MONETARY: en_US.UTF-8 value of $LC_NUMERIC: en_US.UTF-8 value of $LC_TIME: en_US.UTF-8 value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix Major mode: Shell Minor modes in effect: shell-dirtrack-mode: t desktop-save-mode: t display-time-mode: t tooltip-mode: t electric-indent-mode: t mouse-wheel-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 column-number-mode: t line-number-mode: t transient-mark-mode: t Recent messages: Change the state of this item. M-TAB: complete field; RET: enter value Mark set Hide or show this option. Apply settings and save for future sessions. Apply settings (for the current session only). scroll-up-command: End of buffer [2 times] C-c M-p is undefined Mark set Making completion list... [2 times] Load-path shadows: /usr/local/share/emacs/24.5/site-lisp/psgml-1.4.1/psgml-info hides /usr/local/share/emacs/site-lisp/psgml-info /usr/local/share/emacs/24.5/site-lisp/psgml-1.4.1/psgml-other hides /usr/local/share/emacs/site-lisp/psgml-other /usr/local/share/emacs/24.5/site-lisp/psgml-1.4.1/psgml-dtd hides /usr/local/share/emacs/site-lisp/psgml-dtd /usr/local/share/emacs/24.5/site-lisp/psgml-1.4.1/psgml-sysdep hides /usr/local/share/emacs/site-lisp/psgml-sysdep /usr/local/share/emacs/24.5/site-lisp/psgml-1.4.1/psgml-edit hides /usr/local/share/emacs/site-lisp/psgml-edit /usr/local/share/emacs/24.5/site-lisp/psgml-1.4.1/psgml-charent hides /usr/local/share/emacs/site-lisp/psgml-charent /usr/local/share/emacs/24.5/site-lisp/psgml-1.4.1/psgml hides /usr/local/share/emacs/site-lisp/psgml /usr/local/share/emacs/24.5/site-lisp/psgml-1.4.1/psgml-api hides /usr/local/share/emacs/site-lisp/psgml-api /usr/local/share/emacs/24.5/site-lisp/psgml-1.4.1/psgml-ids hides /usr/local/share/emacs/site-lisp/psgml-ids /usr/local/share/emacs/24.5/site-lisp/psgml-1.4.1/psgml-parse hides /usr/local/share/emacs/site-lisp/psgml-parse /usr/local/share/emacs/24.5/site-lisp/filladapt hides /usr/share/emacs24/site-lisp/emacs-goodies-el/filladapt /usr/local/share/emacs/24.5/site-lisp/browse-kill-ring hides /usr/share/emacs24/site-lisp/emacs-goodies-el/browse-kill-ring /usr/share/emacs/24.5/site-lisp/debian-startup hides /usr/share/emacs/site-lisp/debian-startup /usr/local/share/emacs/24.5/site-lisp/css-mode hides /usr/share/emacs/24.5/lisp/textmodes/css-mode /usr/local/share/emacs/24.5/site-lisp/nxml-mode-20041004/nxml-enc hides /usr/share/emacs/24.5/lisp/nxml/nxml-enc /usr/local/share/emacs/24.5/site-lisp/nxml-mode-20041004/nxml-outln hides /usr/share/emacs/24.5/lisp/nxml/nxml-outln /usr/local/share/emacs/24.5/site-lisp/nxml-mode-20041004/nxml-ns hides /usr/share/emacs/24.5/lisp/nxml/nxml-ns /usr/local/share/emacs/24.5/site-lisp/nxml-mode-20041004/rng-parse hides /usr/share/emacs/24.5/lisp/nxml/rng-parse /usr/local/share/emacs/24.5/site-lisp/nxml-mode-20041004/nxml-mode hides /usr/share/emacs/24.5/lisp/nxml/nxml-mode /usr/local/share/emacs/24.5/site-lisp/nxml-mode-20041004/nxml-util hides /usr/share/emacs/24.5/lisp/nxml/nxml-util /usr/local/share/emacs/24.5/site-lisp/nxml-mode-20041004/rng-loc hides /usr/share/emacs/24.5/lisp/nxml/rng-loc /usr/local/share/emacs/24.5/site-lisp/nxml-mode-20041004/nxml-maint hides /usr/share/emacs/24.5/lisp/nxml/nxml-maint /usr/local/share/emacs/24.5/site-lisp/nxml-mode-20041004/rng-nxml hides /usr/share/emacs/24.5/lisp/nxml/rng-nxml /usr/local/share/emacs/24.5/site-lisp/nxml-mode-20041004/rng-pttrn hides /usr/share/emacs/24.5/lisp/nxml/rng-pttrn /usr/local/share/emacs/24.5/site-lisp/nxml-mode-20041004/nxml-rap hides /usr/share/emacs/24.5/lisp/nxml/nxml-rap /usr/local/share/emacs/24.5/site-lisp/nxml-mode-20041004/nxml-glyph hides /usr/share/emacs/24.5/lisp/nxml/nxml-glyph /usr/local/share/emacs/24.5/site-lisp/nxml-mode-20041004/nxml-parse hides /usr/share/emacs/24.5/lisp/nxml/nxml-parse /usr/local/share/emacs/24.5/site-lisp/nxml-mode-20041004/rng-uri hides /usr/share/emacs/24.5/lisp/nxml/rng-uri /usr/local/share/emacs/24.5/site-lisp/nxml-mode-20041004/rng-maint hides /usr/share/emacs/24.5/lisp/nxml/rng-maint /usr/local/share/emacs/24.5/site-lisp/nxml-mode-20041004/xmltok hides /usr/share/emacs/24.5/lisp/nxml/xmltok /usr/local/share/emacs/24.5/site-lisp/nxml-mode-20041004/rng-dt hides /usr/share/emacs/24.5/lisp/nxml/rng-dt /usr/local/share/emacs/24.5/site-lisp/nxml-mode-20041004/xsd-regexp hides /usr/share/emacs/24.5/lisp/nxml/xsd-regexp /usr/local/share/emacs/24.5/site-lisp/nxml-mode-20041004/rng-cmpct hides /usr/share/emacs/24.5/lisp/nxml/rng-cmpct /usr/local/share/emacs/24.5/site-lisp/nxml-mode-20041004/rng-match hides /usr/share/emacs/24.5/lisp/nxml/rng-match /usr/local/share/emacs/24.5/site-lisp/nxml-mode-20041004/rng-util hides /usr/share/emacs/24.5/lisp/nxml/rng-util /usr/local/share/emacs/24.5/site-lisp/nxml-mode-20041004/rng-valid hides /usr/share/emacs/24.5/lisp/nxml/rng-valid /usr/local/share/emacs/24.5/site-lisp/nxml-mode-20041004/nxml-uchnm hides /usr/share/emacs/24.5/lisp/nxml/nxml-uchnm /usr/local/share/emacs/24.5/site-lisp/nxml-mode-20041004/rng-xsd hides /usr/share/emacs/24.5/lisp/nxml/rng-xsd /usr/local/share/emacs/24.5/site-lisp/timeclock hides /usr/share/emacs/24.5/lisp/calendar/timeclock Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils help-mode misearch multi-isearch mule-util cal-move cal-menu calendar cal-loaddefs shell pcomplete ibuf-ext package epg-config html2text jka-compr info rng-xsd xsd-regexp rng-cmpct rng-nxml rng-valid rng-loc rng-uri rng-parse nxml-parse rng-match rng-dt rng-util rng-pttrn nxml-ns nxml-uchnm nxml-mode nxml-outln nxml-rap nxml-util nxml-glyph xmltok view sh-script smie executable dired cus-edit cus-start cus-load wid-edit vc-dispatcher vc-svn desktop frameset warnings byte-opt bytecomp byte-compile cl-extra cconv edmacro kmacro browse-kill-ring ibuffer autoinsert filladapt time php-mode etags cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs speedbar sb-image ezimage dframe wwp-smart-return psgml-parse psgml-api psgml-ids psgml-other psgml-sysdep psgml-edit pp wwp-auto-tag advice help-fns wwp-psgml-faces sgml-mode psgml easymenu cl-macs cl gv cl-loaddefs cl-lib wwp rnc-mode imenu flymake compile comint ansi-color ring nxml-enc emacs-goodies-el emacs-goodies-custom emacs-goodies-loaddefs easy-mmode time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar 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 minibuffer 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 make-network-process dbusbind gfilenotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) Memory information: ((conses 16 249723 15072) (symbols 48 31315 0) (miscs 40 765 638) (strings 32 54538 8578) (string-bytes 1 1689180) (vectors 16 29254) (vector-slots 8 1072316 89977) (floats 8 161 734) (intervals 56 9225 0) (buffers 960 70) (heap 1024 83454 1259)) From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 09 16:14:31 2019 Received: (at 37684) by debbugs.gnu.org; 9 Oct 2019 20:14:31 +0000 Received: from localhost ([127.0.0.1]:54180 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iIILu-0000wG-SV for submit@debbugs.gnu.org; Wed, 09 Oct 2019 16:14:31 -0400 Received: from mail-pf1-f173.google.com ([209.85.210.173]:41775) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iIILs-0000w3-Rk for 37684@debbugs.gnu.org; Wed, 09 Oct 2019 16:14:29 -0400 Received: by mail-pf1-f173.google.com with SMTP id q7so2327434pfh.8 for <37684@debbugs.gnu.org>; Wed, 09 Oct 2019 13:14:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=4vfhxEblIqTMe7wvNgTcIwIM8hgyukA0uzxIXugZa+A=; b=ZX6sgi0ej5V0BHVLbghojFLOY70XjUZv87Xo0/aAlhlwzNv6CffcDKcR7PK1rc/1xv Az3lAKAENEK3zDSB3rj66PHqcrBOMUVhWm9g/PkQgNaMXXRu6I9x0l3+B740FhS2lJy8 r+OLFATOt+KsAhZ0A/5nxz14prPRP+MbQ7Tqx+uwWe6/LcWo3lXP1xkGKzHvwBtyfj0Z GGaZNrlHoqGMSvxqMgCMFSwfvlk/giBhiMt6WvfogGGadbdUDKrhCOMD9WC/YdxsU0/B pM59o/xUJmWQzTWbL87bU8Kt9oEw0cajBbDF4QMDD3JtmaG2XfAFY92UufP3Ks+WIjS7 XJVA== X-Gm-Message-State: APjAAAUJFBS/gPJ6hpDjN7CGDvSi31YVHESSDfveTw1Eee4DPQyN+C0s nMTEH7OzYeWAdEMMN7J9cvmyG/zg+hIY9/qC33ts5ggX X-Google-Smtp-Source: APXvYqyM+oJLIRMpg00dqHMMhCXcfvF0CbXjiKZxNyQ70LXZVODDntOyru7zgU0iOZvOCFfDtdI85zZIb7tmzjjSmqM= X-Received: by 2002:a17:90a:f491:: with SMTP id bx17mr6473221pjb.106.1570652062781; Wed, 09 Oct 2019 13:14:22 -0700 (PDT) MIME-Version: 1.0 References: <23966.8357.802546.818107@paramedic.wwp.neu.edu> In-Reply-To: <23966.8357.802546.818107@paramedic.wwp.neu.edu> From: Stefan Kangas Date: Wed, 9 Oct 2019 22:14:11 +0200 Message-ID: Subject: Re: bug#37684: 24.5; comint-password-prompt-regexp and openvpn To: s.bauman@northeastern.edu Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 37684 Cc: 37684@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Syd Bauman writes: >>>From `emacs -Q -nw`: > > 1) M-x shell > 2) In *shell* buffer, issue `openvpn` > 3) Password for sudo is appropriately collected in minibuffer w/o > echoing, but password for openvpn is prompted for in the *shell* > buffer and echoed. The prompt that is not recognized by > comint-watch-for-password-prompt is "Enter Auth Password: ". > 4) I have tried customizing comint-password-prompt-regexp, and if I set > it to just "Enter Auth Password: ", it works in that the password is > collected in the minibuffer w/o echoing. However, there are control > characters fore and aft which should probably be stripped. > ('^[[0;1;39m' before and '^[[0m' after the prompt characters.) > > Sample session > ------ ------- > $ sudo openvpn --config /home/syd/.config/OpenVPN/RAC_ambupro/AmbuPro.ovpn > $ [sudo] password for syd: > > Wed Oct 9 13:45:15 2019 OpenVPN 2.3.10 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [MH] [IPv6] built on Jan 9 2019 > > Wed Oct 9 13:45:15 2019 library versions: OpenSSL 1.0.2g 1 Mar 2016, LZO 2.08 > $ Enter Auth Username: sbauman > > ******* > $ Enter Auth Password: asdf > > **** Thanks for the report. This is a duplicate of Bug#35724 that has already been fixed on master. I'm merging these bugs and closing. commit f6d3005069551f3ed5817078a095b868007bf12d Author: Matthew Bauer Date: Mon May 13 18:39:32 2019 -0400 Add "Enter Auth" prompt handling for OpenVPN (Bug#35724) * lisp/comint.el (comint-password-prompt-regexp): Allow "Enter Auth" at the beginning. Best regards, Stefan Kangas From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 09 16:15:26 2019 Received: (at control) by debbugs.gnu.org; 9 Oct 2019 20:15:26 +0000 Received: from localhost ([127.0.0.1]:54184 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iIIMo-0000yC-7V for submit@debbugs.gnu.org; Wed, 09 Oct 2019 16:15:26 -0400 Received: from mail-pl1-f176.google.com ([209.85.214.176]:40699) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iIIMj-0000xu-SZ for control@debbugs.gnu.org; Wed, 09 Oct 2019 16:15:25 -0400 Received: by mail-pl1-f176.google.com with SMTP id d22so1588245pll.7 for ; Wed, 09 Oct 2019 13:15:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=/J/U2JtHEE+lSa5EwFV5p8UmjPHAuDgDL+yLZNqPqFo=; b=JlN4M9mhnhlsm3XD8L7/EgGKU3bdi1HXYIRRCUCeSdGS7yfKiuBErX3m9E/3jcpIps Is+IwsnyZNmkodY72owkDNnTfONY3zwhVoDOdCctGscel/6Qd+XXeN9Nqgzpj72DhH23 OmZmbgoHKwm7fGNrXMkKMBXMRfo6O7ydPZegiFxlFNdA/x2ngKCaK91yjSbkne5IBbM/ ypmKiekSQyomRKWgfLv0Ay78IRTDujDh3s279/SowCXjQ9VRVYcO2i+uxwDcChhXYBUr vImIevTAnEkI9HJK5CWn6XufItmPNAYSPELxSAcHm2A+2mhX6zCq4dUL+l/QXnMT1Hyn 01OQ== X-Gm-Message-State: APjAAAUbIAUFrY8ziJvCVM/YH+WTyZdV6RA+Ya39dyjO6D7U7sjgvdjt uuUKacW3mJBkzn0KSoopppSRtCwrCPDI9VEp0KbpZs7A X-Google-Smtp-Source: APXvYqwI22rI2oYvzkeYlvOlsiMlH0sMCcMJOKHfd/sKps7MO8ufc5vVYilX7c6MigHgIHEkHKcBjxPXbMz9UT8q99A= X-Received: by 2002:a17:902:d888:: with SMTP id b8mr5139804plz.259.1570652115946; Wed, 09 Oct 2019 13:15:15 -0700 (PDT) MIME-Version: 1.0 From: Stefan Kangas Date: Wed, 9 Oct 2019 22:15:05 +0200 Message-ID: Subject: To: control@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 2.3 (++) 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: unarchive 35724 forcemerge 35724 37684 quit Content analysis details: (2.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (stefankangas[at]gmail.com) -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.214.176 listed in list.dnswl.org] 0.0 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different 2.0 BLANK_SUBJECT Subject is present but empty X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.3 (+) 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: unarchive 35724 forcemerge 35724 37684 quit Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.214.176 listed in list.dnswl.org] 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (stefankangas[at]gmail.com) 0.0 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 2.0 BLANK_SUBJECT Subject is present but empty unarchive 35724 forcemerge 35724 37684 quit From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 09 22:06:16 2019 Received: (at 37684) by debbugs.gnu.org; 10 Oct 2019 02:06:16 +0000 Received: from localhost ([127.0.0.1]:54567 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iINqI-0007Un-Vi for submit@debbugs.gnu.org; Wed, 09 Oct 2019 22:06:16 -0400 Received: from nb8223.neu.edu ([155.33.16.31]:48016 helo=nb8298.neu.edu) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iINWe-00070H-IG for 37684@debbugs.gnu.org; Wed, 09 Oct 2019 21:45:57 -0400 X-ASG-Debug-ID: 1570671950-03dc8f4f7d1756dd0001-uQwroM Received: from paramedic.wwp.neu.edu ([129.10.107.229]) by nb8298.neu.edu with ESMTP id Vzd7mkLfnjdL0YPC (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 09 Oct 2019 21:45:50 -0400 (EDT) X-Barracuda-Envelope-From: s.bauman@northeastern.edu X-Barracuda-Effective-Source-IP: UNKNOWN[129.10.107.229] X-Barracuda-Apparent-Source-IP: 129.10.107.229 Received: by paramedic.wwp.neu.edu (Postfix, from userid 1000) id CACF41A103B; Wed, 9 Oct 2019 21:45:50 -0400 (EDT) From: Syd Bauman MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <23966.36174.686050.843032@paramedic.wwp.neu.edu> Date: Wed, 9 Oct 2019 21:45:50 -0400 To: Stefan Kangas Subject: Re: bug#37684: 24.5; comint-password-prompt-regexp and openvpn In-Reply-To: X-ASG-Orig-Subj: Re: bug#37684: 24.5; comint-password-prompt-regexp and openvpn References: <23966.8357.802546.818107@paramedic.wwp.neu.edu> X-Mailer: VM 8.2.0b under 24.5.1 (x86_64-pc-linux-gnu) X-Barracuda-Connect: UNKNOWN[129.10.107.229] X-Barracuda-Start-Time: 1570671950 X-Barracuda-Encrypted: ECDHE-RSA-AES256-GCM-SHA384 X-Barracuda-URL: https://155.33.16.31:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at neu.edu X-Barracuda-Scan-Msg-Size: 162 X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 0.00 X-Barracuda-Spam-Status: No, SCORE=0.00 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=8.0 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.77257 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 37684 X-Mailman-Approved-At: Wed, 09 Oct 2019 22:06:14 -0400 Cc: 37684@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: s.bauman@northeastern.edu Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Excellent, thank you. > Thanks for the report. This is a duplicate of Bug#35724 that has > already been fixed on master. I'm merging these bugs and closing. From unknown Wed Jun 18 23:14:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 07 Nov 2019 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator