aboutsummaryrefslogtreecommitdiffstats
path: root/script/handle-mail-replies
Commit message (Collapse)AuthorAgeLines
* 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.