procmail
[Top] [All Lists]

Re: Subject shifts in logfile

2000-05-11 14:50:04
On May 08, Greg Matheson wrote:

#logsubj munges procmail log subject lines to allow reading by mutt
function logsubj ()
{
sed -e 's/^ Subject:/Subject:/' ~/.procmail/log > /tmp/proclog
mv /tmp/proclog ~/.procmail/log ;
}
Yes, I hacked something similar, that gets called just before mutt is
started, but I wish I didn't have to..

BTW, does anybody know how to prevent some entries (e.g mailing-lists
messages) from being recorded in the logfile?

-- 
Renaud

<Prev in Thread] Current Thread [Next in Thread>