Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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. |