Gurgitate-mail is my mail filter. It has two major features going for it:
- It's small and easy to use
- It has configuration files in Ruby, which is approximately eight thousand times easier to read and write than Procmail's line noise, and yet much more powerful. (I have to admit, it was originally inspired by elm's old "filter" program, which also had rules files with human-readable syntax.) The caveat with "more powerful" is that it's even easier to shoot yourself in the foot, because a rules file is just a bunch of code in a Real Programming Language.
Oh hey, come and visit the wiki.
The latest version of gurgitate-mail is 1.10.0, which adds support for MH mailboxes (claws-mail users, rejoice).
Download gurgitate-mail 1.10.0.
The previous version of gurgitate-mail was 1.9.0, which lets you create mail messages from scratch.
Download gurgitate-mail 1.9.0 if you're nervous about only downloading the latest and greatest.
Read the manual.
Read the change log.
To install gurgitate-mail, just run the provided "install.rb" script:
ruby install.rb
Or just use rubygems:
gem install gurgitate-maildagbrown@dagbrown.com