From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/15897 Path: news.gmane.org!not-for-mail From: Marius Hofert Newsgroups: gmane.emacs.gnus.user Subject: Strange symbols in decrypted message Date: Tue, 16 Oct 2012 21:41:28 +0200 Message-ID: <87a9vm6w7r.fsf@sklar.v.cablecom.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1350416501 7967 80.91.229.3 (16 Oct 2012 19:41:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Oct 2012 19:41:41 +0000 (UTC) To: Emacs Gnus Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Oct 16 21:41:48 2012 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TOD1K-0001KN-A9 for gegu-info-gnus-english@m.gmane.org; Tue, 16 Oct 2012 21:41:42 +0200 Original-Received: from localhost ([::1]:48004 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOD1D-0006R8-AB for gegu-info-gnus-english@m.gmane.org; Tue, 16 Oct 2012 15:41:35 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:57421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOD1A-0006Qc-Lv for info-gnus-english@gnu.org; Tue, 16 Oct 2012 15:41:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOD19-0003TA-OD for info-gnus-english@gnu.org; Tue, 16 Oct 2012 15:41:32 -0400 Original-Received: from edge20.ethz.ch ([82.130.99.26]:2405) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOD19-0003T0-I5 for info-gnus-english@gnu.org; Tue, 16 Oct 2012 15:41:31 -0400 Original-Received: from CAS22.d.ethz.ch (172.31.51.112) by edge20.ethz.ch (82.130.99.26) with Microsoft SMTP Server (TLS) id 14.2.298.4; Tue, 16 Oct 2012 21:41:27 +0200 Original-Received: from sklar.v.cablecom.net (217.162.131.152) by CAS22.d.ethz.ch (172.31.51.112) with Microsoft SMTP Server (TLS) id 14.2.298.4; Tue, 16 Oct 2012 21:41:28 +0200 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) X-Originating-IP: [217.162.131.152] X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.130.99.26 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:15897 Archived-At: Hi, I encrypted + signed a message with C-c C-m C-e (GnuPG, PGP/MIME) and send it to the test server at adele@gnupp.de (after having sent an email with my public key as attachment to adele@gnupp.de). It came back decrypted (so public key encryption works), but some characters in the original message were not displayed correctly. I simply used "foo bar" as message text (without quotes), and the message contained my signature, starting with the separator "--". The decrypted message sent back to me contained "foo bar=20" instead of "foo bar" and "=2D-=20" instead of "--". I check the charset, it said us-ascii, so a subset of utf-8. What went wrong? Cheers, Marius