m vendor/rails
Update to latest version of Rails 2.3.x. Alaveteli users should remember to run 'git submodule update'. Fixes #145
m doc/INSTALL-exim4.md
correctly escape the plus sign in example exim routing regex
m app/controllers/request_controller.rb m app/models/incoming_message.rb m public/stylesheets/main.css m spec/controllers/request_controller_spec.rb
Add test for generation of HTML versions of attachments. As a side-effect, make some of the HTML more valid. Prerequisite for addressing issue #108.