Re: Recurring Non-changing Email : Filter1999-01-07 14:30:48If I wanted something like this, I'd probably go something vaguely like:
:0 :
* ^Subject: .* Daily uard
{
:0 bc
|diff -u /tmp/uardmsg >/tmp/uardmsg.diff && (echo 'Subject:
uard diffs';echo '';cat /tmp/uardmsg.diff)|/usr/lib/sendmail toddl
:0 b
|cat >/tmp/uardmsg
}
but I expect someone more expert in procmail would make the locking smarter.
-Bennett
|
|
||||||||||||||||