Mailing lists can now have their own header matching rules, although
commit724b7cee7ed92a8107733cdef2906ef9c0d69f56
authorBarry Warsaw <barry@python.org>
Wed, 21 Oct 2015 02:58:33 +0000 (20 22:58 -0400)
committerBarry Warsaw <barry@python.org>
Wed, 21 Oct 2015 02:58:33 +0000 (20 22:58 -0400)
tree42e12a19ac1cb1915cbf801b223ce0c4a92a74d7
parent49d17bc04386293b3f659e24070f618f5f1b3b05
parent5104e712380acca2faef5cfd7dc24a3ffc82bfbe
Mailing lists can now have their own header matching rules, although
site-defined rules still take precedence.  Importing a Mailman 2.1 list with
header matching rules defined will create them in Mailman 3, albeit with a few
unsupported corner cases.  Definition of new header matching rules is not yet
exposed through the REST API.  Given by AurĂ©lien Bompard.

Code cleaning pass by Barry Warsaw.

Closes !42