RubyFilter provides a Ruby email filtering program and library.
RubyFilter is a Ruby email filtering program that can serve as a replacement for email delivery programs such as procmail.
It is also a Ruby module which provides classes that make it easy to write programs that filter and deliver email.
Requirements:
· Ruby 1.6.* or Ruby 1.8.*.
· Only tested under Linux, should be fine under any Unix.
Install
Type the following while in the package directory:
ruby install.rb config
ruby install.rb setup
ruby install.rb install
You may need special permissions to execute the last line. If you want to just install RubyMail to a custom location, just copy the rmail subdirectory manually.
What's New in This Release:
· Ruby 1.8.1 compatability changes.
· No longer verify that a unix mbox file is in the correct format before appending to it.
Product's homepage