mail filter in python?
Remco Gerlich
scarblac-spamtrap at pino.selwerd.nl
Mon Feb 7 08:16:07 EST 2000
More information about the Python-list mailing list
Mon Feb 7 08:16:07 EST 2000
- Previous message (by thread): mail filter in python?
- Next message (by thread): mail filter in python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Greg McFarlane wrote in comp.lang.python: > I am looking for a replacement for the "filter" program that comes > with elm - something that I do not have to compile and something that > is easy to hack on. Does anyone know of a python version? > > (FYI, the elm filter program is executed each time the Unix mail > system attempts to deliver a mail message to your mailbox. You can > configure it to put certain messages into folders, to delete others or > to forward others to someone else. It is very useful for dealing with > mailing lists and other high-volume email sources.) The best program out there for this sort of thing is Procmail. It does everything. It's not Python, it is compiled C. But the config files are easy to make. http://www.procmail.org -- Remco Gerlich, scarblac at pino.selwerd.nl 2:12pm up 75 days, 20:16, 9 users, load average: 0.08, 0.17, 0.17
- Previous message (by thread): mail filter in python?
- Next message (by thread): mail filter in python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list