[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: post-delivery mail filtering



> I would like to be able to take an existing mail spool file (e.g.
> /var/spool/mail/USER) and pass it to slocal for processing.  If I simply
> do this...
> 
> cat MAILFILE | /usr/lib/mh/slocal -user USER
> 
> ...all the messages get interpreted as one big message (no surprise
> there, as slocal is designed to be run from .forward).  So, is there a
> way to split the mail file into individual messages and filter them
> through slocal?  Or perhaps there's a better tool for filtering in this
> manner.
> 
formail -s /usr/lib/mh/slocal -user USER <MAILFILE >NEWMAILFILE
should do the trick.

-- 
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--
Linux - the last service pack you'll ever need.


Reply to: