| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | * Header check specifications in the `mailman.cfg` file have changed quite | Barry Warsaw | 2012-04-06 | 1 | -0/+126 | |
| | | | | | | | | | | | | | | | | | | | | | bit. The previous `[spam.header.foo]` sections have been removed. Instead, there's a new `[antispam]` section that contains a `header_checks` variable. This variable takes multiple lines of `Header: regexp` values, one per line. There is also a new `jump_chain` variable which names the chain to jump to should any of the header checks (including the list-specific, and programmatically added ones) match. * Fixed a typo when returning the configuration file's header match checks. (LP: #953497) Also: - Remove an unused method. - Improve test coverage for mailman/app/bounces.py - 100% test coverage for mailman/chains/headers.py - Various other minor code cleanup. - Fixed the 'any' rule, which was checking a bogus metadata dictionary key. | |||||
| * | Add a simple owner processing chain. | Barry Warsaw | 2012-03-22 | 1 | -0/+75 | |
| | | ||||||
| * | Consistent use of assertMultiLineEqual(). | Barry Warsaw | 2012-03-06 | 1 | -3/+2 | |
| | | ||||||
| * | copybump | Barry Warsaw | 2012-01-01 | 1 | -1/+1 | |
| | | ||||||
| * | Remove extraneous `test_suite()` functions. zope.testrunner will | Barry Warsaw | 2011-10-30 | 1 | -8/+0 | |
| | | | | | | | | | | automatically do the right thing in most cases. Keep test_suite() in test_documentation.py since these dynamically set up docs tests properly. Refactor test_passwords.py so that base class tests aren't bogusly run. Also, remove test_membership.py which was essentially disabled because it was testing the MM2 membership API. | |||||
| * | * Local timezone in X-Mailman-Approved-At caused test failure. (LP: #832404) | Barry Warsaw | 2011-08-23 | 1 | -1/+5 | |
| | | ||||||
| * | * Fix AttributeError triggered by i18n call in autorespond_to_sender() | Barry Warsaw | 2011-08-23 | 2 | -0/+101 | |
| (LP: #827060) | ||||||
