summaryrefslogtreecommitdiff
path: root/src/mailman/rest/tests/data (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename test email and use resource filename instead of __file__.Abhilash Raj2016-11-252-0/+0
|
* Return 'defective message' for a bad held messageAbhilash Raj2016-11-251-0/+8
If a message can't be parsed by Python due to bad structure, don't raise an error but return a generic 'this message is defective' string instead.