From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45741 Path: main.gmane.org!not-for-mail From: Helmut Waitzmann Newsgroups: gmane.emacs.gnus.general Subject: "From " -> ">From " in imap mail-source avoidable? Date: 19 Jul 2002 23:51:59 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: Reply-To: "Helmut Waitzmann" (usenet) NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1027115639 26692 127.0.0.1 (19 Jul 2002 21:53:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 19 Jul 2002 21:53:59 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17VfhG-0006wP-00 for ; Fri, 19 Jul 2002 23:53:58 +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 17Vffl-0005Tp-00; Fri, 19 Jul 2002 16:52:25 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 19 Jul 2002 16:52:49 -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 QAA14106 for ; Fri, 19 Jul 2002 16:52:37 -0500 (CDT) Original-Received: (qmail 8871 invoked by alias); 19 Jul 2002 21:52:03 -0000 Original-Received: (qmail 8866 invoked from network); 19 Jul 2002 21:52:03 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by gnus.org with SMTP; 19 Jul 2002 21:52:03 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 17Vfro-0000HW-00 for ; Sat, 20 Jul 2002 00:04:52 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 71 Original-NNTP-Posting-Host: gspc26.informatik.uni-stuttgart.de Original-X-Trace: quimby.gnus.org 1027116292 1085 129.69.212.126 (19 Jul 2002 22:04:52 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 19 Jul 2002 22:04:52 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:45741 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45741 I sent two messages to me, each of them contained a line beginning with the word "From". The first message I read with the nnimap-backend, and everything was fine. Then I respooled it into the nnml-archive ('M-x gnus-summary-respool-article') and everthing was fine again: From: Helmut Waitzmann Subject: "From" am Anfang einer Zeile kritisch? To: Helmut Waitzmann Date: 16 Jul 2002 19:15:41 +0200 Xref: meine.maschine.example.com mail.private.misc:208 Return-Path: X-Sieve: cmu-sieve 2.0 Return-path: Envelope-to: MeineZweiteEmailAdresse@example.com User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Was geschieht mit folgender Zeile, wenn ich die Nachricht mit dem nnimap-Backend lese und mittels M-x gnus-summary-respool-article anschließend ins nnml-backend transportiere? From mir The second message was grabbed by the imap mail-source specifier from the imap server (list 'imap ':server "mein.imap.server" ':mailbox "INBOX" ':predicate "UNDELETED" ':fetchflag "\\Deleted" ':dontexpunge nil ) and put into the nnml-archive: From: Helmut Waitzmann X-From-Line: imap Tue Jul 16 19:20:34 2002 Subject: "From" am Anfang einer Zeile kritisch? To: Helmut Waitzmann Date: 16 Jul 2002 19:19:25 +0200 Xref: meine.maschine.example.com mail.private.misc:209 Return-Path: X-Sieve: cmu-sieve 2.0 Return-path: Envelope-to: MeineZweiteEmailAdresse@example.com User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 X-Gnus-Mail-Source: imap:imap.example.com:INBOX MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Was geschieht mit folgender Zeile, wenn ich die Nachricht mit dem imap-mail-source ins nnml-Backend hole? >From mir And as you can see, the last line has been mangled. I guess, that the mail fetching with mail-sources is the culprit: nnimap as well as nnml let the message intact, as can be seen from the first message. Is there a way to avoid this? It looks like mail-sources first puts all messages into a unix mailbox file. But as I understand, that shouldn't be necessary, as can be seen from the first example.