| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-01-31 | Adjust multi-line docstrings to prevailing style | -3/+6 | ||
| 2020-01-26 | Refactor msg helper function name to make_msg | -25/+25 | ||
| The name msg is less descriptive and creates a needless name conflict in local gen exp. | ||||
| 2020-01-26 | Fix incorrect config key in attachments antispam rule | -3/+3 | ||
| The rule was incorrectly printing out the maximum amount of allowed attachments instead of the configured interval. This commit also adjusts the rule's unit test case. | ||||