pycmail - mail sorter written in Python
# sudo apt-get update
# sudo apt-get install pycmail
2008-05-31 - Radovan Garabík <garabik@kassiopeia.juls.savba.sk> pycmail (0.1.4) unstable; urgency=low * use class exception instead of a string one (thans to G. Milde)
2006-10-17 - Radovan Garabík <garabik@kassiopeia.juls.savba.sk> pycmail (0.1.3) unstable; urgency=low * added -D option, to use arbitrary defines (thanks to William McVey) * some minor tweaks * fix manpage (closes: #269881) * rename example so that they do not start with a dot (closes: #385689), thanks to Andrei Popescu * fix long overdue conflicting method and attribute name (thanks to David Handy)
2002-10-22 - Radovan Garabik <garabik@melkor.dnp.fmph.uniba.sk> pycmail (0.1.2) unstable; urgency=low * fixed bug when regular expressions ignored case sensitivity settings (closes: #157051)
2001-11-03 - Radovan Garabik <garabik@melkor.dnp.fmph.uniba.sk> pycmail (0.1.1) unstable; urgency=low * debian package dependencies modified for new python versioning scheme
2000-05-07 - Radovan Garabik <garabik@melkor.dnp.fmph.uniba.sk> pycmail (0.1) unstable; urgency=low * introduced timeout for locking mailboxes * use of --config or -c to change default configuration file * can read messages from files, not only from stdin * Reply() and SendMail() can fake Sender: header as well
2000-04-10 - Radovan Garabik <garabik@melkor.dnp.fmph.uniba.sk> pycmail (0.0.9) unstable; urgency=low * fixed bug in calculating length of message
2000-04-02 - Radovan Garabik <garabik@melkor.dnp.fmph.uniba.sk> pycmail (0.0.8) unstable; urgency=low * fixed bug when setting a default mailbox from /etc/pycmailrc * separate testing mode (-t) and writing debug messages (-d)
2000-03-14 - Radovan Garabik <garabik@melkor.dnp.fmph.uniba.sk> pycmail (0.0.7) unstable; urgency=low * updated examples to reflect changes in new versions * little bug fixed: test for an already existing file when delivering to maildir
2000-03-09 - Radovan Garabik <garabik@melkor.dnp.fmph.uniba.sk> pycmail (0.0.6) unstable; urgency=low * support for test runs * protect against errors in user recipes * added Bounce() function
2000-03-07 - Radovan Garabik <garabik@melkor.dnp.fmph.uniba.sk> pycmail (0.0.5) unstable; urgency=low * important bug fix: files were not closed properly * deafult searching is now case insensitive for substrings, case sensitive for regular expressions * added SetDefault function