On Thu, 28 Mar 2002 06:06:37 -0500 Bob Paddock <[EMAIL PROTECTED]> wrote:
BP> Is there some way that I can have mailfilter be called before BP> the POP3 mail is picked up? Not now, no, but it would be dead simple to call an external program from the hook and not just a Python procedue (well, moreover, in principle you could write a Python script invoking mailfilter but this really becomes weird). However it would probably slow it down a lot as the connection to the POP server would have to be opened twice... BP> Failing that, the mailfilter rules are based on Regular Expressions, BP> would there be a easy way to convert them to M's format? It should be trivial to write a simple Perl script doing it. I don't know the mailfilter format but at least for the simplest cases translation should be immediate. Regards, VZ _______________________________________________ Mahogany-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-users
