From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/24332 Path: main.gmane.org!not-for-mail From: Hans de Graaff Newsgroups: gmane.emacs.gnus.general Subject: Re: Ugh! Ack! Argh! Nggh! Date: 17 Jul 1999 12:15:56 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <87so6n4m5f.fsf@graaff.xs4all.nl> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035161917 8134 80.91.224.250 (21 Oct 2002 00:58:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:58:37 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA00166 for ; Sat, 17 Jul 1999 10:30:51 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB28472; Sat, 17 Jul 1999 09:25:59 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 17 Jul 1999 09:26:53 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA00088 for ; Sat, 17 Jul 1999 09:26:44 -0500 (CDT) Original-Received: from graaff.xs4all.nl (qmailr@graaff.xs4all.nl [194.109.62.76]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id KAA29971 for ; Sat, 17 Jul 1999 10:25:38 -0400 (EDT) Original-Received: (qmail 4759 invoked by uid 1000); 17 Jul 1999 10:15:57 -0000 Original-To: ding@gnus.org X-Face: ,i^c$X{l+r}VV%(bl{^[ writes: > > Also, one question: What's a quick way to take an nnml folder and > > convert it to an mbox-compliant file so that I can reprocess it with > > procmail? Or even a slow way? > > % cat nnml-folder-dir/* > mboxfile > Or have I missed something vital? Yes, nnml messages don't contain a From_ line at the start, but an mbox style file would need those. Your solution would create a file with one very large message in it. Better to create an nnmbox folder in Gnus, and respool the messages from the nnml folder to the nnmbox folder with B c. Hans