aboutsummaryrefslogtreecommitdiffstats
path: root/spec/script
Commit message (Collapse)AuthorAgeLines
* Set options via options hash only.Louise Crow2015-03-23-7/+8
|
* Deal with further side effects of stuff done outside of a transaction in testsMatthew Landauer2013-03-19-0/+2
|
* Turn off transactional fixtures and fully destroy the message we import in ↵Louise Crow2013-03-12-0/+12
| | | | order to cleanup the data created by this test.
* Add some more fixtures so that spec/script/mailin_spec.rb won't interfere ↵Louise Crow2013-03-11-1/+1
| | | | with other tests.
* Use an empty incoming email to avoid interaction with other tests.Louise Crow2013-02-17-1/+1
|
* Don't use a from address that will affect other tests.Louise Crow2013-02-16-1/+1
|
* Direct the incoming mail to a fixture info_request so that it doesn't affect ↵Louise Crow2013-02-16-2/+6
| | | | the holding pen if run before other tests that count holding pen entries.
* Rename spec file so that it's picked up by rake spec.Louise Crow2013-02-14-0/+0
|
* Add a spec to test that mailin does not produce any output. This is ↵Louise Crow2012-12-17-0/+21
| | | | important as under some MTA configurations, any output will result in a bounce message being sent to the original mail sender.
* Use mail handler in handle-mail-replies.rbLouise Crow2012-11-15-5/+5
|
* Fix bug that was preventing Rails from loading when *not* in test mode ↵Seb Bacon2012-06-14-0/+6
| | | | (exposed by the bug fixed in 7c846594 that was introduced in 775e122c)
* Handle yet another style of bounceRobin Houston2012-05-01-0/+6
|
* Recognise another variety of bounce messageRobin Houston2012-04-30-0/+6
|
* use Rails.root, not RAILS_ROOTJames McKinney2012-04-02-1/+1
|
* Recognise a couple of newly-seen types of out-of-office messageRobin Houston2011-12-30-0/+10
|
* Detect OOF messages that identify themselves by a X-POST-MessageClass headerRobin Houston2011-09-08-0/+5
|
* More out-of-office message detectionRobin Houston2011-09-08-0/+5
|
* More out-of-office message detectionRobin Houston2011-09-08-0/+5
|
* Improved OOF detectionRobin Houston2011-09-08-0/+10
| | | | Slightly improved detection of out-of-office messages, + tests.
* Detect multipart/report bounce messagesRobin Houston2011-09-07-0/+33
Add support for multipart/report bounce messages to script/handle-mail-replies. Also add a spec test for this script.