From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43859 Path: main.gmane.org!not-for-mail From: Pavel@Janik.cz (Pavel =?iso-8859-2?q?Jan=EDk?=) Newsgroups: gmane.emacs.gnus.general Subject: pop3.el broken Date: Wed, 13 Mar 2002 11:58:35 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1016017014 20334 80.91.224.249 (13 Mar 2002 10:56:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 13 Mar 2002 10:56:54 +0000 (UTC) Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16l6RC-0005Hr-00 for ; Wed, 13 Mar 2002 11:56:54 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16l6Qc-0007va-00; Wed, 13 Mar 2002 04:56:18 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 13 Mar 2002 04:56:23 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id EAA10787 for ; Wed, 13 Mar 2002 04:56:12 -0600 (CST) Original-Received: (qmail 1245 invoked by alias); 13 Mar 2002 10:56:03 -0000 Original-Received: (qmail 1240 invoked from network); 13 Mar 2002 10:56:02 -0000 Original-Received: from styx.suse.cz (HELO SnowWhite.SuSE.cz) (213.210.157.162) by gnus.org with SMTP; 13 Mar 2002 10:56:02 -0000 Original-Received: by SnowWhite.SuSE.cz (PJ, from userid 500) id DB0201810B; Wed, 13 Mar 2002 11:58:35 +0100 (CET) Original-To: ding@gnus.org Mail-Copies-To: never X-Face: $"d&^B_IKlTHX!y2d,3;grhwjOBqOli]LV`6d]58%5'x/kBd7.MO&n3bJ@Zkf&RfBu|^qL+ ?/Re{MpTqanXS2'~Qp'J2p^M7uM:zp[1Xq#{|C!*'&NvCC[9!|=>#qHqIhroq_S"MH8nSH+d^9*BF: iHiAs(t(~b#1.{w.d[=Z User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i386-suse-linux-gnu) Original-Lines: 31 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:43859 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43859 Hi, this change 2002-03-12 Katsumi Yamaoka * pop3.el (pop3-open-server): Set process buffer unibyte. is the cause of \202 appearing in e-mails fetched by POP. Reverting it fixed the problem for me. Please also consider applying something like this: --- message.el.~6.218.~ Wed Mar 13 07:04:53 2002 +++ message.el Wed Mar 13 11:54:35 2002 @@ -3062,8 +3062,8 @@ ;; free for -inject-arguments -- a big win for the user and for us ;; since we don't have to play that double-guessing game and the user ;; gets full control (no gestapo'ish -f's, for instance). --sj - (if (functionp 'message-qmail-inject-args) - (funcall 'message-qmail-inject-args) + (if (message-functionp message-qmail-inject-args) + (funcall message-qmail-inject-args) message-qmail-inject-args))) ;; qmail-inject doesn't say anything on it's stdout/stderr, ;; we have to look at the retval instead -- Pavel Janík Yours is the third report of this - it's definitely a bug in ext3. -- Andrew Morton in linux-kernel