GNU logs - #24350, boring messages


Message sent to bug-gnu-emacs@HIDDEN:


X-Loop: help-debbugs@HIDDEN
Subject: bug#24350: 24.5; epg: unsupported cpr_get keywords incorrectly handled
Resent-From: Neal H. Walfield <neal@HIDDEN>
Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
Resent-CC: bug-gnu-emacs@HIDDEN
Resent-Date: Thu, 01 Sep 2016 15:28:02 +0000
Resent-Message-ID: <handler.24350.B.147274367517377 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: report 24350
X-GNU-PR-Package: emacs
X-GNU-PR-Keywords: 
To: 24350 <at> debbugs.gnu.org
Cc: Daiki Ueno <ueno@HIDDEN>
X-Debbugs-Original-To: bug-gnu-emacs@HIDDEN
Received: via spool by submit <at> debbugs.gnu.org id=B.147274367517377
          (code B ref -1); Thu, 01 Sep 2016 15:28:02 +0000
Received: (at submit) by debbugs.gnu.org; 1 Sep 2016 15:27:55 +0000
Received: from localhost ([127.0.0.1]:46575 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1bfTuB-0004W9-FO
	for submit <at> debbugs.gnu.org; Thu, 01 Sep 2016 11:27:55 -0400
Received: from eggs.gnu.org ([208.118.235.92]:39774)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <neal@HIDDEN>) id 1bfOJx-0002TH-Lj
 for submit <at> debbugs.gnu.org; Thu, 01 Sep 2016 05:30:06 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
 (envelope-from <neal@HIDDEN>) id 1bfOJp-0000Dp-1Z
 for submit <at> debbugs.gnu.org; Thu, 01 Sep 2016 05:30:00 -0400
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org
X-Spam-Level: 
X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD
 autolearn=disabled version=3.3.2
Received: from lists.gnu.org ([2001:4830:134:3::11]:59081)
 by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <neal@HIDDEN>)
 id 1bfOJo-0000Da-Ta
 for submit <at> debbugs.gnu.org; Thu, 01 Sep 2016 05:29:56 -0400
Received: from eggs.gnu.org ([2001:4830:134:3::10]:58963)
 by lists.gnu.org with esmtp (Exim 4.71)
 (envelope-from <neal@HIDDEN>) id 1bfOJl-000732-UV
 for bug-gnu-emacs@HIDDEN; Thu, 01 Sep 2016 05:29:55 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
 (envelope-from <neal@HIDDEN>) id 1bfOJk-0000Cm-82
 for bug-gnu-emacs@HIDDEN; Thu, 01 Sep 2016 05:29:53 -0400
Received: from mail.dasr.de ([217.69.77.164]:49646)
 by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <neal@HIDDEN>)
 id 1bfOJf-0000Bq-3F; Thu, 01 Sep 2016 05:29:47 -0400
Received: from p5ddfb48d.dip0.t-ipconnect.de ([93.223.180.141]
 helo=grit.huenfield.org)
 by mail.dasr.de with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <neal@HIDDEN>)
 id 1bfOJc-0005uh-Lm; Thu, 01 Sep 2016 09:29:44 +0000
From: Neal H. Walfield <neal@HIDDEN>
Date: Thu, 01 Sep 2016 11:29:18 +0200
Message-ID: <87d1koj7dd.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x
X-Received-From: 2001:4830:134:3::11
X-Spam-Score: -6.5 (------)
X-Mailman-Approved-At: Thu, 01 Sep 2016 11:27:50 -0400
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: -6.5 (------)

Hi,

When GnuPG needs input, it sometimes uses cpr_get (in
gnupg/g10/cpr.c:cpr_get).  When this occurs, epg shows the prompt's
keyword.  The correct thing to do if epg does not support the keyword is
to send a carriage return to GnuPG to accept the default.  (Of course,
it is better to actually support the keywords, but this is a separate
issue.)

It is possible to reproduce this using the new tofu trust model in
GnuPG, which epg does not yet support.  Specifically:

 1. Set the trust-model to tofu+pgp in gpg.conf:

    trust-model tofu+pgp

 2. Run M-x epa-encrypt-region in emacs.

 3. Select a key for which there is another key with the same email
     address.

 4. In the mini buffer, emacs will show "tofu.conflict:" and wait for
    input.

Thanks!

:) Neal

In GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9)
 of 2016-04-08 on binet, modified by Debian
Windowing system distributor `The X.Org Foundation', version 11.0.11604000
System Description:	Debian GNU/Linux 8.5 (jessie)

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,-z,relro'

Important settings:
  value of $LANG: en_US.utf8
  locale-coding-system: utf-8-unix

Major mode: Folder

Minor modes in effect:
  diff-auto-refine-mode: t
  show-paren-mode: t
  display-time-mode: t
  shell-dirtrack-mode: t
  tooltip-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent messages:
Checking folder diff...done
Creating msgdb...done
Making thread...done
Updating thread indent...done
Updating marks...
Scoring...done
Updated (-0/+2) message(s).
Updated (-0/+2) message(s)
Retrieving...done
Retrieving...done

Load-path shadows:
/usr/share/emacs/site-lisp/wl/utils/ptexinfmt hides /usr/share/emacs24/site-lisp/wl/ptexinfmt
/usr/share/emacs/site-lisp/wl/utils/ssl hides /usr/share/emacs24/site-lisp/wl/ssl
/usr/share/emacs/site-lisp/wl/utils/wl-addrbook hides /usr/share/emacs24/site-lisp/wl/wl-addrbook
/usr/share/emacs/site-lisp/wl/utils/wl-complete hides /usr/share/emacs24/site-lisp/wl/wl-complete
/usr/share/emacs/site-lisp/wl/utils/wl-mailto hides /usr/share/emacs24/site-lisp/wl/wl-mailto
/usr/share/emacs/site-lisp/wl/utils/rfc2368 hides /usr/share/emacs24/site-lisp/wl/rfc2368
/usr/share/emacs/site-lisp/wl/utils/im-wl hides /usr/share/emacs24/site-lisp/wl/im-wl
/usr/share/emacs/site-lisp/wl/utils/bbdb-wl hides /usr/share/emacs24/site-lisp/wl/bbdb-wl
/usr/share/emacs/24.5/site-lisp/debian-startup hides /usr/share/emacs/site-lisp/debian-startup
/usr/share/emacs24/site-lisp/flim/md4 hides /usr/share/emacs/24.5/lisp/md4
/usr/share/emacs24/site-lisp/flim/hex-util hides /usr/share/emacs/24.5/lisp/hex-util
/usr/share/emacs24/site-lisp/dictionaries-common/ispell hides /usr/share/emacs/24.5/lisp/textmodes/ispell
/usr/share/emacs/site-lisp/rst hides /usr/share/emacs/24.5/lisp/textmodes/rst
/usr/share/emacs24/site-lisp/dictionaries-common/flyspell hides /usr/share/emacs/24.5/lisp/textmodes/flyspell
/usr/share/emacs24/site-lisp/flim/sasl-ntlm hides /usr/share/emacs/24.5/lisp/net/sasl-ntlm
/usr/share/emacs24/site-lisp/flim/sasl hides /usr/share/emacs/24.5/lisp/net/sasl
/usr/share/emacs24/site-lisp/flim/sasl-cram hides /usr/share/emacs/24.5/lisp/net/sasl-cram
/usr/share/emacs24/site-lisp/flim/hmac-md5 hides /usr/share/emacs/24.5/lisp/net/hmac-md5
/usr/share/emacs24/site-lisp/flim/hmac-def hides /usr/share/emacs/24.5/lisp/net/hmac-def
/usr/share/emacs24/site-lisp/flim/ntlm hides /usr/share/emacs/24.5/lisp/net/ntlm
/usr/share/emacs24/site-lisp/flim/sasl-digest hides /usr/share/emacs/24.5/lisp/net/sasl-digest
/usr/share/emacs/site-lisp/wl/utils/rfc2368 hides /usr/share/emacs/24.5/lisp/mail/rfc2368
/usr/share/emacs24/site-lisp/mailcrypt/mc-pgp5 hides /usr/share/emacs/site-lisp/mailcrypt/mc-pgp5
/usr/share/emacs24/site-lisp/mailcrypt/mc-pgp hides /usr/share/emacs/site-lisp/mailcrypt/mc-pgp
/usr/share/emacs24/site-lisp/mailcrypt/mc-setversion hides /usr/share/emacs/site-lisp/mailcrypt/mc-setversion
/usr/share/emacs24/site-lisp/mailcrypt/expect hides /usr/share/emacs/site-lisp/mailcrypt/expect
/usr/share/emacs24/site-lisp/mailcrypt/mc-pgp6 hides /usr/share/emacs/site-lisp/mailcrypt/mc-pgp6
/usr/share/emacs24/site-lisp/mailcrypt/mc-remail hides /usr/share/emacs/site-lisp/mailcrypt/mc-remail
/usr/share/emacs24/site-lisp/mailcrypt/mc-gpg hides /usr/share/emacs/site-lisp/mailcrypt/mc-gpg
/usr/share/emacs24/site-lisp/mailcrypt/mailcrypt hides /usr/share/emacs/site-lisp/mailcrypt/mailcrypt
/usr/share/emacs24/site-lisp/mailcrypt/mc-toplev hides /usr/share/emacs/site-lisp/mailcrypt/mc-toplev

Features:
(shadow sort emacsbug rect help-mode copyright bbdb-snarf mail-extr
misearch multi-isearch wl-fldmgr ispell gnutls network-stream tls smtp
sasl sasl-anonymous sasl-login sasl-plain wid-edit bbdb-gui mailcrypt
mime-pgp modb-legacy wl-expire shr-color color mime-shr shr wl-score
elmo-internal mule-util mel-q-ccl pccl pccl-20 ccl starttls utf-7
elmo-imap4 time-stamp modb-standard wl-mime mime-play filename mime-edit
bbdb-wl bbdb-hooks bbdb-com warnings bbdb cl gv mime-setup
mail-mime-setup semi-setup mime-image epa epg wl-demo wl-draft
eword-encode wl-template sendmail elmo-net elmo-cache elmo-map elmo-dop
wl-news derived wl-address wl-thread wl-action wl-summary ps-print
ps-def lpr wl-refile wl-message elmo-mime mmelmo-buffer mmelmo-imap
mime-view mime-conf calist semi-def mmimap mime-parse mmbuffer mmgeneric
wl-highlight elmo-multi wl-folder wl wl-e21 wl-util pp elmo-flag
elmo-localdir wl-vars wl-version elmo elmo-signal elmo-msgdb modb
modb-generic modb-entity mime elmo-util emu invisible inv-23 poem
poem-e20 poem-e20_3 eword-decode mel mime-def alist mcharset mcs-20
mcs-e20 pces pces-e20 pces-20 broken pcustom elmo-date timezone
elmo-vars path-util poe elmo-version pym static apel-ver product luna
std11 package epg-config tramp tramp-compat auth-source eieio byte-opt
bytecomp byte-compile cl-extra cl-loaddefs cl-lib cconv eieio-core
gnus-util password-cache tramp-loaddefs trampver magit-bisect
magit-key-mode magit diff-mode log-edit easy-mmode message rfc822 mml
mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045
ietf-drums mm-util mail-prsvr mailabbrev mail-utils gmm-utils mailheader
pcvs-util add-log paren time mailcrypt-init 50magit ido ess-toolbar
ess-mouse mouseme thingatpt browse-url ess-menu ess-swv ess-noweb
ess-noweb-font-lock-mode ess-bugs-l essd-els ess-sas-d ess-sas-l
ess-sas-a shell pcomplete ess-sta-d ess-sta-l cc-vars cc-defs
make-regexp ess-sp6-d ess-sp3-d ess-julia ess-r-d compile ess-tracebug
format-spec ess-roxy advice hideshow ess-help ess-developer ess-r-args
eldoc help-fns ess-s-l ess ess-inf comint ansi-color ring ess-mode
ess-noweb-mode ess-utils ess-custom executable easymenu ess-compat
ess-site bbdb-autoloads 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 370735 153584)
 (symbols 48 39966 3933)
 (miscs 40 868 1707)
 (strings 32 73668 44504)
 (string-bytes 1 2197566)
 (vectors 16 41790)
 (vector-slots 8 1739104 178948)
 (floats 8 586 829)
 (intervals 56 12267 1468)
 (buffers 960 67)
 (heap 1024 58514 9015))




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: Neal H. Walfield <neal@HIDDEN>
Subject: bug#24350: Acknowledgement (24.5; epg: unsupported cpr_get
 keywords incorrectly handled)
Message-ID: <handler.24350.B.147274367517377.ack <at> debbugs.gnu.org>
References: <87d1koj7dd.fsf@HIDDEN>
X-Gnu-PR-Message: ack 24350
X-Gnu-PR-Package: emacs
Reply-To: 24350 <at> debbugs.gnu.org
Date: Thu, 01 Sep 2016 15:28: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):
 bug-gnu-emacs@HIDDEN

If you wish to submit further information on this problem, please
send it to 24350 <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
24350: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D24350
GNU Bug Tracking System
Contact help-debbugs@HIDDEN with problems


Message sent to bug-gnu-emacs@HIDDEN:


X-Loop: help-debbugs@HIDDEN
Subject: bug#24350: 24.5; epg: unsupported cpr_get keywords incorrectly handled
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: Fri, 30 Aug 2019 10:47:01 +0000
Resent-Message-ID: <handler.24350.B24350.156716198422271 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: followup 24350
X-GNU-PR-Package: emacs
X-GNU-PR-Keywords: 
To: Neal H. Walfield <neal@HIDDEN>
Cc: 24350 <at> debbugs.gnu.org, Daiki Ueno <ueno@HIDDEN>
Received: via spool by 24350-submit <at> debbugs.gnu.org id=B24350.156716198422271
          (code B ref 24350); Fri, 30 Aug 2019 10:47:01 +0000
Received: (at 24350) by debbugs.gnu.org; 30 Aug 2019 10:46:24 +0000
Received: from localhost ([127.0.0.1]:53373 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1i3eQC-0005ms-Dm
	for submit <at> debbugs.gnu.org; Fri, 30 Aug 2019 06:46:24 -0400
Received: from quimby.gnus.org ([80.91.231.51]:40266)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <larsi@HIDDEN>) id 1i3eQ9-0005jd-Mk
 for 24350 <at> debbugs.gnu.org; Fri, 30 Aug 2019 06:46:23 -0400
Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie)
 by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.89) (envelope-from <larsi@HIDDEN>)
 id 1i3eQ5-0000rv-Rd; Fri, 30 Aug 2019 12:46:20 +0200
From: Lars Ingebrigtsen <larsi@HIDDEN>
References: <87d1koj7dd.fsf@HIDDEN>
Date: Fri, 30 Aug 2019 12:46:17 +0200
In-Reply-To: <87d1koj7dd.fsf@HIDDEN> (Neal H. Walfield's message
 of "Thu, 01 Sep 2016 11:29:18 +0200")
Message-ID: <87pnkngccm.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-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: Neal H. Walfield <neal@HIDDEN> writes: > It is possible to
 reproduce this using the new tofu trust model in > GnuPG, which epg does
 not yet support. Specifically: > > 1. Set the trust-model to tofu+pgp in
 gpg.conf: > > trust-model tofu+pgp [...] 
 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 (-)

Neal H. Walfield <neal@HIDDEN> writes:

> It is possible to reproduce this using the new tofu trust model in
> GnuPG, which epg does not yet support.  Specifically:
>
>  1. Set the trust-model to tofu+pgp in gpg.conf:
>
>     trust-model tofu+pgp
>
>  2. Run M-x epa-encrypt-region in emacs.
>
>  3. Select a key for which there is another key with the same email
>      address.
>
>  4. In the mini buffer, emacs will show "tofu.conflict:" and wait for
>     input.

Do you have key IDs for some example keys with the same email address?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Message sent to bug-gnu-emacs@HIDDEN:


X-Loop: help-debbugs@HIDDEN
Subject: bug#24350: 24.5; epg: unsupported cpr_get keywords incorrectly handled
Resent-From: "Neal H. Walfield" <neal@HIDDEN>
Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
Resent-CC: bug-gnu-emacs@HIDDEN
Resent-Date: Fri, 30 Aug 2019 16:08:02 +0000
Resent-Message-ID: <handler.24350.B24350.156718123332524 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: followup 24350
X-GNU-PR-Package: emacs
X-GNU-PR-Keywords: 
To: Lars Ingebrigtsen <larsi@HIDDEN>
Cc: 24350 <at> debbugs.gnu.org, Daiki Ueno <ueno@HIDDEN>
Received: via spool by 24350-submit <at> debbugs.gnu.org id=B24350.156718123332524
          (code B ref 24350); Fri, 30 Aug 2019 16:08:02 +0000
Received: (at 24350) by debbugs.gnu.org; 30 Aug 2019 16:07:13 +0000
Received: from localhost ([127.0.0.1]:54762 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1i3jQf-0008SU-7H
	for submit <at> debbugs.gnu.org; Fri, 30 Aug 2019 12:07:13 -0400
Received: from mail.dasr.de ([217.69.77.164]:36561)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <neal@HIDDEN>) id 1i3jQd-0008SK-H7
 for 24350 <at> debbugs.gnu.org; Fri, 30 Aug 2019 12:07:12 -0400
Received: from tmo-097-130.customers.d1-online.com ([80.187.97.130]
 helo=chu.walfield.org)
 by mail.dasr.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.86_2) (envelope-from <neal@HIDDEN>)
 id 1i3jQa-0001LB-HQ; Fri, 30 Aug 2019 16:07:08 +0000
Date: Fri, 30 Aug 2019 18:07:07 +0200
Message-ID: <87zhjqzlg4.wl-neal@HIDDEN>
From: "Neal H. Walfield" <neal@HIDDEN>
In-Reply-To: <87pnkngccm.fsf@HIDDEN>
References: <87d1koj7dd.fsf@HIDDEN>
	<87pnkngccm.fsf@HIDDEN>
User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue)
 FLIM/1.14.9 (=?UTF-8?Q?Goj=C5=8D?=) APEL/10.8 EasyPG/1.0.0 Emacs/26
 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)
MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue")
Content-Type: text/plain; charset=US-ASCII
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 (-)

On Fri, 30 Aug 2019 12:46:17 +0200,
Lars Ingebrigtsen wrote:
> 
> Neal H. Walfield <neal@HIDDEN> writes:
> 
> > It is possible to reproduce this using the new tofu trust model in
> > GnuPG, which epg does not yet support.  Specifically:
> >
> >  1. Set the trust-model to tofu+pgp in gpg.conf:
> >
> >     trust-model tofu+pgp
> >
> >  2. Run M-x epa-encrypt-region in emacs.
> >
> >  3. Select a key for which there is another key with the same email
> >      address.
> >
> >  4. In the mini buffer, emacs will show "tofu.conflict:" and wait for
> >     input.
> 
> Do you have key IDs for some example keys with the same email address?

Run the following command twice:

  $ gpg --quick-gen-key foo@HIDDEN





Message sent to bug-gnu-emacs@HIDDEN:


X-Loop: help-debbugs@HIDDEN
Subject: bug#24350: 24.5; epg: unsupported cpr_get keywords incorrectly handled
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: Wed, 04 Sep 2019 13:45:01 +0000
Resent-Message-ID: <handler.24350.B24350.1567604646989 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: followup 24350
X-GNU-PR-Package: emacs
X-GNU-PR-Keywords: 
To: "Neal H. Walfield" <neal@HIDDEN>
Cc: 24350 <at> debbugs.gnu.org, Daiki Ueno <ueno@HIDDEN>
Received: via spool by 24350-submit <at> debbugs.gnu.org id=B24350.1567604646989
          (code B ref 24350); Wed, 04 Sep 2019 13:45:01 +0000
Received: (at 24350) by debbugs.gnu.org; 4 Sep 2019 13:44:06 +0000
Received: from localhost ([127.0.0.1]:32869 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1i5VZu-0000Ft-Ia
	for submit <at> debbugs.gnu.org; Wed, 04 Sep 2019 09:44:06 -0400
Received: from quimby.gnus.org ([80.91.231.51]:42956)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <larsi@HIDDEN>) id 1i5VZs-0000Fj-0B
 for 24350 <at> debbugs.gnu.org; Wed, 04 Sep 2019 09:44:04 -0400
Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie)
 by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.89) (envelope-from <larsi@HIDDEN>)
 id 1i5VZo-0003Aq-35; Wed, 04 Sep 2019 15:44:02 +0200
From: Lars Ingebrigtsen <larsi@HIDDEN>
References: <87d1koj7dd.fsf@HIDDEN> <87pnkngccm.fsf@HIDDEN>
 <87zhjqzlg4.wl-neal@HIDDEN>
Date: Wed, 04 Sep 2019 15:43:59 +0200
In-Reply-To: <87zhjqzlg4.wl-neal@HIDDEN> (Neal H. Walfield's message of
 "Fri, 30 Aug 2019 18:07:07 +0200")
Message-ID: <87blw0dvmo.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-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: "Neal H. Walfield" <neal@HIDDEN> writes: >> Do you have
 key IDs for some example keys with the same email address? > > Run the
 following
 command twice: > > $ gpg --quick-gen-key foo@HIDDEN 
 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 (-)

"Neal H. Walfield" <neal@HIDDEN> writes:

>> Do you have key IDs for some example keys with the same email address?
>
> Run the following command twice:
>
>   $ gpg --quick-gen-key foo@HIDDEN

I think it'd make more sense to import some keys, perhaps?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Message sent to bug-gnu-emacs@HIDDEN:


X-Loop: help-debbugs@HIDDEN
Subject: bug#24350: 24.5; epg: unsupported cpr_get keywords incorrectly handled
Resent-From: "Neal H. Walfield" <neal@HIDDEN>
Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
Resent-CC: bug-gnu-emacs@HIDDEN
Resent-Date: Wed, 04 Sep 2019 14:12:01 +0000
Resent-Message-ID: <handler.24350.B24350.15676062994558 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: followup 24350
X-GNU-PR-Package: emacs
X-GNU-PR-Keywords: 
To: Lars Ingebrigtsen <larsi@HIDDEN>
Cc: 24350 <at> debbugs.gnu.org, Daiki Ueno <ueno@HIDDEN>
Received: via spool by 24350-submit <at> debbugs.gnu.org id=B24350.15676062994558
          (code B ref 24350); Wed, 04 Sep 2019 14:12:01 +0000
Received: (at 24350) by debbugs.gnu.org; 4 Sep 2019 14:11:39 +0000
Received: from localhost ([127.0.0.1]:34058 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1i5W0Z-0001BS-3J
	for submit <at> debbugs.gnu.org; Wed, 04 Sep 2019 10:11:39 -0400
Received: from mail.dasr.de ([217.69.77.164]:40435)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <neal@HIDDEN>) id 1i5W0W-0001BJ-GE
 for 24350 <at> debbugs.gnu.org; Wed, 04 Sep 2019 10:11:37 -0400
Received: from [37.58.58.231] (helo=[10.6.6.37])
 by mail.dasr.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)
 (Exim 4.86_2) (envelope-from <neal@HIDDEN>)
 id 1i5W0U-0002nL-FM; Wed, 04 Sep 2019 14:11:34 +0000
Date: Wed, 04 Sep 2019 16:11:34 +0200
User-Agent: K-9 Mail for Android
In-Reply-To: <87blw0dvmo.fsf@HIDDEN>
References: <87d1koj7dd.fsf@HIDDEN> <87pnkngccm.fsf@HIDDEN>
 <87zhjqzlg4.wl-neal@HIDDEN> <87blw0dvmo.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: multipart/alternative;
 boundary="----W6ZM8YC470DO7VCEFNCT0R2DQUEMJJ"
Content-Transfer-Encoding: 7bit
Autocrypt: addr=neal@HIDDEN; keydata=
 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
From: "Neal H. Walfield" <neal@HIDDEN>
Message-ID: <47F82BDA-E464-420F-A06F-A81EF52ABD48@HIDDEN>
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 (-)

------W6ZM8YC470DO7VCEFNCT0R2DQUEMJJ
Content-Type: text/plain;
 charset=utf-8
Content-Transfer-Encoding: quoted-printable

You asked for example keys=2E I showed you how to create some=2E Are you ha=
ving difficulty creating them? Or, what is the problem?

On September 4, 2019 3:43:59 PM GMT+02:00, Lars Ingebrigtsen <larsi@gnus=
=2Eorg> wrote:
>"Neal H=2E Walfield" <neal@walfield=2Eorg> writes:
>
>>> Do you have key IDs for some example keys with the same email
>address?
>>
>> Run the following command twice:
>>
>>   $ gpg --quick-gen-key foo@example=2Ecom
>
>I think it'd make more sense to import some keys, perhaps?
>
>--=20
>(domestic pets only, the antidote for overdose, milk=2E)
>   bloggy blog: http://lars=2Eingebrigtsen=2Eno

--=20
Sent from my Android device with K-9 Mail=2E Please excuse my brevity=2E
------W6ZM8YC470DO7VCEFNCT0R2DQUEMJJ
Content-Type: text/html;
 charset=utf-8
Content-Transfer-Encoding: quoted-printable

<html><head></head><body>You asked for example keys=2E I showed you how to =
create some=2E Are you having difficulty creating them? Or, what is the pro=
blem?<br><br><div class=3D"gmail_quote">On September 4, 2019 3:43:59 PM GMT=
+02:00, Lars Ingebrigtsen &lt;larsi@gnus=2Eorg&gt; wrote:<blockquote class=
=3D"gmail_quote" style=3D"margin: 0pt 0pt 0pt 0=2E8ex; border-left: 1px sol=
id rgb(204, 204, 204); padding-left: 1ex;">
<pre class=3D"k9mail">"Neal H=2E Walfield" &lt;neal@walfield=2Eorg&gt; wri=
tes:<br><br><blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 1ex =
0=2E8ex; border-left: 1px solid #729fcf; padding-left: 1ex;"><blockquote cl=
ass=3D"gmail_quote" style=3D"margin: 0pt 0pt 1ex 0=2E8ex; border-left: 1px =
solid #ad7fa8; padding-left: 1ex;">Do you have key IDs for some example key=
s with the same email address?<br></blockquote><br> Run the following comma=
nd twice:<br><br>   $ gpg --quick-gen-key foo@example=2Ecom<br></blockquote=
><br>I think it'd make more sense to import some keys, perhaps?<br></pre></=
blockquote></div><br>-- <br>Sent from my Android device with K-9 Mail=2E Pl=
ease excuse my brevity=2E</body></html>
------W6ZM8YC470DO7VCEFNCT0R2DQUEMJJ--





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.