
Originally Posted by
rando
When you put it that way, it's true. You can't just drop a .procmailrc file in and have it work. However, that wasn't what I was talking about.
While you can't do exactly what you said, you should be able to set up a filter which calls the procmail binary directly and points it at the procmail rc file you want to use, which then does its filtering and then delivers to the proper mailbox.
As I said, you have to know what you're doing, but it is quite possible. You mentioned that you have a perl script filtering your mail right now; all you'd have to do is call procmail with the proper options in a similar way to how you're calling your perl script.