From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48465 Path: main.gmane.org!not-for-mail From: Michael Shields Newsgroups: gmane.emacs.gnus.general Subject: Re: mbox splitter Date: Tue, 31 Dec 2002 18:27:01 +0000 Organization: Mad Science Research Labs Sender: owner-ding@hpc.uh.edu Message-ID: <87adimgi2y.fsf@mulligatwani.msrl.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1041359221 25586 80.91.224.249 (31 Dec 2002 18:27:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 31 Dec 2002 18:27:01 +0000 (UTC) Cc: ding@gnus.org 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 18TR6Q-0006eC-00 for ; Tue, 31 Dec 2002 19:26:59 +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 18TR6m-0003Kp-00; Tue, 31 Dec 2002 12:27:20 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 31 Dec 2002 12:28:14 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id MAA17921 for ; Tue, 31 Dec 2002 12:28:03 -0600 (CST) Original-Received: (qmail 82555 invoked by alias); 31 Dec 2002 18:27:05 -0000 Original-Received: (qmail 82550 invoked from network); 31 Dec 2002 18:27:05 -0000 Original-Received: from challah.msrl.com (198.137.194.222) by 66.230.238.6 with SMTP; 31 Dec 2002 18:27:05 -0000 Original-Received: (qmail 4595 invoked from network); 31 Dec 2002 18:27:01 -0000 Original-Received: from localhost (HELO mulligatwani.msrl.com) (127.0.0.1) by localhost with SMTP; 31 Dec 2002 18:27:01 -0000 Original-To: jeff.rancier@softechnics.com (Jeffery B. Rancier) In-Reply-To: (jeff.rancier@softechnics.com's message of "31 Dec 2002 10:15:24 -0500") Original-Lines: 14 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Military Intelligence, i386-debian-linux) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48465 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48465 In article , jeff.rancier@softechnics.com (Jeffery B. Rancier) wrote: > Does anyone have a script, application, link to something which will > split an mbox file, into the individual numeric messages, attachments > and all? `G f' from the group buffer will create a group based on them. >From the shell, `formail -s COMMAND' will run COMMAND on each of them. formail comes with procmail. >From Perl, you can use Mail::MboxParser. -- Shields.