September 2010
1 post
Mailman 0.3.0 released
Mailman 0.3.0 has been released. There are three new features: CC condition Messages can now be matched based on the CC header: cc 'bob@example.com' do # Process message end Class routing You can now use instance methods as well as blocks to process messages. This allows you to use a #receive method in a Rails mailers: class Notifier < ActionMailer::Base default :from =>...
Sep 2nd