aboutsummaryrefslogtreecommitdiffstats
path: root/script/handle-mail-replies
Commit message (Collapse)AuthorAgeLines
* Make handle-mail-replies tests pass againRobin Houston2012-06-07-1/+1
|
* Make handle-mail-replies bundler-aware tooRobin Houston2012-06-03-179/+3
|
* Handle yet another style of bounceRobin Houston2012-05-01-1/+8
|
* Recognise another variety of bounce messageRobin Houston2012-04-30-3/+18
|
* use Rails.root, not RAILS_ROOTJames McKinney2012-04-02-1/+1
|
* Merge jpmckinney/bundlerSeb Bacon2012-02-15-7/+1
|
* Recognise a couple of newly-seen types of out-of-office messageRobin Houston2011-12-30-0/+9
|
* Cater for reliance on vendored Rails as well as un-vendored. Fixes bug ↵Seb Bacon2011-11-24-1/+7
| | | | introduced in issue #276.
* Merge pull request #273 from jpmckinney/ruby_bin_pathSeb Bacon2011-11-22-1/+1
|\ | | | | Fix path to ruby
| * fix a few more pathsJames McKinney2011-10-16-1/+1
| |
* | remove last hardcoding of vendor/railsJames McKinney2011-10-17-2/+2
|/
* Detect OOF messages that identify themselves by a X-POST-MessageClass headerRobin Houston2011-09-08-0/+4
|
* Make OOF-detection subject matches case-insensitiveRobin Houston2011-09-08-5/+5
|
* Use absolute path to tmailRobin Houston2011-09-08-1/+1
|
* Defer the loading of RailsRobin Houston2011-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 detectionRobin Houston2011-09-08-0/+3
|
* Malformed messages are just passed on verbatimRobin Houston2011-09-08-1/+7
|
* More out-of-office message detectionRobin Houston2011-09-08-0/+3
|
* Improved OOF detectionRobin Houston2011-09-08-1/+4
| | | | Slightly improved detection of out-of-office messages, + tests.
* Detect multipart/report bounce messagesRobin Houston2011-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 repliesRobin Houston2011-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.