NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Re: (Score:1)
procmail doesn’t parse your mailbox, it only directs mail that is fed to it to the right place according to its rules. So you have to feed the mails from your inbox to it. This is achieved using
formail -s procmail < /your/mailspool. With-s,formailwill parse its input and invoke the given program for each mail, feeding the mail to the program’s stdin.Re: (Score:2)
formail, great. I knew there must be something already to refeed without me having to write a script to do itThanks for the
.muttrchints too. I'll add those in a bit and see how I get on. Thanks.Reply to This
Parent