mail filter in python?

Oleg Broytmann phd at phd.russ.ru
Mon Feb 7 10:01:08 EST 2000


On Mon, 7 Feb 2000, Gerrit Holl wrote:
> > http://www.procmail.org
> 
> The procmail syntax is really obfuscated. What about creating a mail
> filter with a Python syntax? Shouldn't be too difficult, just create
> some functions (drop, match_header) and execfile() a file with the
> rexec module...

   Welcome to the wonderful world of Security! :))) (and locking problems)
   Procmail, being here for a long time, has a LOT of builtin mechanisms
for locking, security checks, portability and so on.
   It would be hard to reimplement all that from scratch :(

Oleg.
---- 
    Oleg Broytmann      Foundation for Effective Policies      phd at phd.russ.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list