Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Make handle-mail-replies tests pass again | Robin Houston | 2012-06-07 | -1/+1 |
| | ||||
* | Make handle-mail-replies bundler-aware too | Robin Houston | 2012-06-03 | -179/+3 |
| | ||||
* | Handle yet another style of bounce | Robin Houston | 2012-05-01 | -1/+8 |
| | ||||
* | Recognise another variety of bounce message | Robin Houston | 2012-04-30 | -3/+18 |
| | ||||
* | use Rails.root, not RAILS_ROOT | James McKinney | 2012-04-02 | -1/+1 |
| | ||||
* | Merge jpmckinney/bundler | Seb Bacon | 2012-02-15 | -7/+1 |
| | ||||
* | Recognise a couple of newly-seen types of out-of-office message | Robin Houston | 2011-12-30 | -0/+9 |
| | ||||
* | Cater for reliance on vendored Rails as well as un-vendored. Fixes bug ↵ | Seb Bacon | 2011-11-24 | -1/+7 |
| | | | | introduced in issue #276. | |||
* | Merge pull request #273 from jpmckinney/ruby_bin_path | Seb Bacon | 2011-11-22 | -1/+1 |
|\ | | | | | Fix path to ruby | |||
| * | fix a few more paths | James McKinney | 2011-10-16 | -1/+1 |
| | | ||||
* | | remove last hardcoding of vendor/rails | James McKinney | 2011-10-17 | -2/+2 |
|/ | ||||
* | Detect OOF messages that identify themselves by a X-POST-MessageClass header | Robin Houston | 2011-09-08 | -0/+4 |
| | ||||
* | Make OOF-detection subject matches case-insensitive | Robin Houston | 2011-09-08 | -5/+5 |
| | ||||
* | Use absolute path to tmail | Robin Houston | 2011-09-08 | -1/+1 |
| | ||||
* | Defer the loading of Rails | Robin Houston | 2011-09-08 | -2/+4 |
| | | | | | Do not load Rails till we need it, which makes this script run faster and use less memory. | |||
* | More out-of-office message detection | Robin Houston | 2011-09-08 | -0/+3 |
| | ||||
* | Malformed messages are just passed on verbatim | Robin Houston | 2011-09-08 | -1/+7 |
| | ||||
* | More out-of-office message detection | Robin Houston | 2011-09-08 | -0/+3 |
| | ||||
* | Improved OOF detection | Robin Houston | 2011-09-08 | -1/+4 |
| | | | | Slightly improved detection of out-of-office messages, + tests. | |||
* | Detect multipart/report bounce messages | Robin Houston | 2011-09-07 | -16/+76 |
| | | | | | Add support for multipart/report bounce messages to script/handle-mail-replies. Also add a spec test for this script. | |||
* | Script to handle mail replies | Robin Houston | 2011-09-07 | -0/+68 |
Handle replies by marking bounces and forwarding everything else to the address specified in the config variable FORWARD_NONBOUNCE_RESPONSES_TO. |