Hi...
I've setup a Cyrus IMAP server here at work, and am most happy with
the results *except* that its not the more user-friendly as far as filtering
is concerned. I think I have most of the issues squared away, except for
one thing I'm unable to figure out in procmail:
How do I setup procmail so that if all other rules fail, I can force
an action? For instance, if I have a procmailrc setup just to filter
procmail related email to one of my IMAP folders, then I want all other
email to run a command similar to:
deliver -a marc -m inbox marc
If I dont' have this final rule, then mail gets dumped into /var/mail,
which takes it out of the IMAP system :(
So, I need that one, final, if all else fails run this, rule...?