summaryrefslogtreecommitdiff
path: root/src/mailman/app/bounces.py
Commit message (Expand)AuthorAgeFilesLines
* Rename metadata key for clarityBarry Warsaw2017-08-041-6/+10
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* New template system. Closes #249Barry Warsaw2016-07-161-13/+20
* First massive round of cleanups.Barry Warsaw2016-03-231-16/+8
* Super duper.Barry Warsaw2016-01-261-2/+2
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Make sure that Pendables always have a typeAurélien Bompard2015-12-161-0/+1
* A little bit of code cleanup.Barry Warsaw2015-10-291-3/+3
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-7/+4
* Trunk merge.Barry Warsaw2014-12-221-1/+4
|\
| * * Fixed getting non-ASCII filenames from RFC 2231 i18n'd messages. Given byBarry Warsaw2014-12-081-1/+4
| |\
| | * Convert unicode instance testing to bytes instance testingAurélien Bompard2014-12-041-1/+1
| | * Do not auto-convert Message headers to unicodeAurélien Bompard2014-12-021-1/+4
| |/
* / Fix test_bounces.Barry Warsaw2014-12-171-2/+2
|/
* Several internal improvements:Barry Warsaw2014-01-061-1/+1
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-041-1/+2
* General code cleanup.Barry Warsaw2012-04-251-3/+3
* * Header check specifications in the `mailman.cfg` file have changed quiteBarry Warsaw2012-04-061-3/+0
* Merge the Pipermail eradication branch. The scrubber is also removed.Barry Warsaw2012-03-171-5/+6
|\
| * * Pipermail has been eradicated.Barry Warsaw2012-03-161-5/+6
* | Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-1/+1
* | * Subscription disabled probe warning notification messages are now sentBarry Warsaw2012-03-141-1/+3
|\ \ | |/ |/|
| * Subscription disabled warnings are now sent without a Precedence:Mark Sapiro2012-03-141-1/+3
|/
* copybumpBarry Warsaw2012-01-011-1/+1
* * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes,Barry Warsaw2011-08-301-2/+5
* * New REST resource http://.../members/find can be POSTed to in order to findBarry Warsaw2011-08-131-1/+1
* Factor out bounce detection to flufl.bounce.Barry Warsaw2011-07-151-27/+1
* * Flesh out the BounceRunner, complete with tests.Barry Warsaw2011-05-271-6/+8
* * bounce_unrecognized_goes_to_list_owner -> forward_unrecognized_bounces_to Barry Warsaw2011-05-251-2/+45
* Implement and test the extraction of the bouncing email address when a probeBarry Warsaw2011-05-091-4/+13
* Add non-English tests of the probe message.Barry Warsaw2011-05-081-5/+5
* Merge bounces branch (still incomplete, but tests pass).Barry Warsaw2011-05-071-38/+128
|\
| * checkpointingBarry Warsaw2011-05-061-1/+60
| * * Fix setup.py version regexp.Barry Warsaw2011-05-031-38/+68
|/
* Start the enablement of bounce detection.Barry Warsaw2011-05-011-0/+53
* Move oneline() out of Utils.py.Barry Warsaw2011-02-251-1/+1
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Fix typo in scan_message(). (LP: #645897)Barry Warsaw2010-09-231-4/+13
* checkpointingBarry Warsaw2010-08-071-0/+15
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-151-1/+1
* Many pylint cleanups.Barry Warsaw2009-06-301-1/+10
* Much clean up of the language code, though more can be done. Factor out theBarry Warsaw2009-02-121-5/+3
* Move mailman.Message to mailman.email.Message. Rename Message.get_sender() toBarry Warsaw2009-02-091-7/+8
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+63