|
Re: Would formail be useful?
Mac OS X 10.2.2 -
mac 41 % which formail
/usr/bin/formail
mac 42 % formail -v
formail v3.21 2001/06/29
Copyright (c) 1990-1999, Stephen R. van den Berg <srb@cuci.nl>
Copyright (c) 1997-2001, Philip A. Guenther <guenther@sendmail.com>
Submit questions/answers to the procmail-related mailinglist by sending to:
<procmail-users@procmail.org>
And of course, subscription and information requests for this list to:
<procmail-users-request@procmail.org>
Here is the command I used to split my Eudora Out box into multiple files (I couldn't get the original to work, but this does)
formail <Out -ds sh -c 'echo $FILENO; cat > $FILENO'
basically spits out the file number of each message and puts it into a file for you.
You may have to change the line endings on the mailbox file (from CR to LF) to get it to *really* work.
There are responses to this message:
Copyright 2009 The Doc Searls Weblog
|