From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46503 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-15?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: charset problems with gnus-delay (was: Drafts feature-request/bug.) Date: Thu, 12 Sep 2002 11:50:56 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1031824405 8107 127.0.0.1 (12 Sep 2002 09:53:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 12 Sep 2002 09:53:25 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17pQf5-00026V-00 for ; Thu, 12 Sep 2002 11:53:23 +0200 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 17pQdd-0000pa-00; Thu, 12 Sep 2002 04:51:53 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 12 Sep 2002 04:52:30 -0500 (CDT) 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 EAA13870 for ; Thu, 12 Sep 2002 04:52:16 -0500 (CDT) Original-Received: (qmail 27512 invoked by alias); 12 Sep 2002 09:51:29 -0000 Original-Received: (qmail 27507 invoked from network); 12 Sep 2002 09:51:29 -0000 Original-Received: from waldorf.cs.uni-dortmund.de (129.217.4.42) by gnus.org with SMTP; 12 Sep 2002 09:51:29 -0000 Original-Received: from lothlorien.cs.uni-dortmund.de (lothlorien [129.217.19.67]) by waldorf.cs.uni-dortmund.de with ESMTP id g8C9p1812567 for ; Thu, 12 Sep 2002 11:51:02 +0200 (MES) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.19.80]) by lothlorien.cs.uni-dortmund.de id LAA06301; Thu, 12 Sep 2002 11:50:56 +0200 (MET DST) Original-Received: by lucy.cs.uni-dortmund.de (Postfix, from userid 6104) id 7D7E93AC77; Thu, 12 Sep 2002 11:50:56 +0200 (CEST) Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org In-Reply-To: (Reiner Steib's message of "Wed, 11 Sep 2002 20:44:48 +0200") Original-Lines: 55 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46503 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46503 Reiner Steib <4uce.02.r.steib@gmx.net> writes: > On Wed, Sep 11 2002, Reiner Steib wrote: > [a b0rked message] > > I did some experiments with gnus-delay before sending this message. As > you can see it lead to a posting without proper MIME-headers: I see the same problem. After the delayed article arrived, I saw the following (received headers snipped): /---- | X-From-Line: grossjoh@lothlorien.cs.uni-dortmund.de Thu Sep 12 11:18:41 2= 002 | To: Kai Gro=DFjohann | Subject: testing delay | From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai | =3D?iso-8859-15?q?Gro=3DDFjohann?=3D) | Date: Thu, 12 Sep 2002 11:18:33 +0200 | Message-ID: | User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 | (i686-pc-linux-gnu) | MIME-Version: 1.0 | Content-Type: text/plain; charset=3Dutf-8 | Content-Transfer-Encoding: quoted-printable | X-Content-Length: 79 | Lines: 6 | Xref: lucy.cs.uni-dortmund.de news.emacs.tramp:10755 |=20 | Sch=3DC2=3D81=3DF6ner Test. |=20 | kai | --=3D20 | ~/.signature is: umop 3p!sdn (Frank Nobis) |=20 \---- So the utf-8 charset was used where it wasn't necessary, and the \201 appeared. Does anyone have an idea what happened? gnus-delay uses the following sequence of statements to save the article: (set-buffer-modified-p t) (nndraft-request-create-group gnus-delay-group) (message-disassociate-draft) (nndraft-request-associate-buffer gnus-delay-group) (save-buffer 0) (kill-buffer (current-buffer)) (message-do-actions message-postpone-actions)) And it uses the (gnus-draft-send article group) to send them. kai --=20 ~/.signature is: umop 3p!sdn (Frank Nobis)