index
:
mailman.git
address-events
feature/drop-runner-priviliges
fix/confirm-list-mismatch
list-style-descriptions
master
modules-no-instantiate
mta-smtps-starttls
pipelines-dynamical-instantiation
pluggable-components
pluggable-workflows
plugin
precompile-rest-matchers
save-workflow-steps
The GNU Mailing List manager.
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mailman
/
runners
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a rule to discard messages with no valid sender address.
Mark Sapiro
2017-06-30
1
-4
/
+4
*
Update the configuration documentation.
Barry Warsaw
2017-04-16
1
-0
/
+2
*
Fix typo LTMP -> LMTP.
Mark Sapiro
2017-01-31
1
-1
/
+1
*
Simplified the various list settings and remamed several things.
Mark Sapiro
2016-12-26
1
-1
/
+1
*
Merge branch 'dmarc' of gitlab.com:msapiro/mailman into dmarc
Mark Sapiro
2016-11-26
1
-3
/
+3
|
\
|
*
Fixed some doctests for the addition of the dmarc-moderation rule.
Mark Sapiro
2016-11-01
1
-3
/
+3
*
|
Replace smtpd with aiosmtpd.
Barry Warsaw
2016-11-24
1
-1
/
+1
|
/
*
Prevent posting from banned addresses
Aurélien Bompard
2016-10-27
1
-3
/
+4
*
Fix doctests to properly set unsubscription_policy = SubscriptionPolicy.open
Mark Sapiro
2016-10-25
1
-1
/
+1
*
Simplify the implementation.
Barry Warsaw
2016-10-17
1
-2
/
+1
*
Another test fix.
Barry Warsaw
2016-09-16
1
-9
/
+11
*
A few more changes.
Barry Warsaw
2016-09-08
1
-3
/
+5
*
Added unsubscribe instructions to list:member:generic:footer.txt
Francesco Ariis
2016-08-25
1
-4
/
+4
*
Reorganize the documentation for better accesibility
Abhilash Raj
2016-08-21
1
-0
/
+8
*
New template system. Closes #249
Barry Warsaw
2016-07-16
1
-8
/
+4
*
Fixed mailman/issue#234.
Mark Sapiro
2016-05-15
1
-1
/
+7
*
Make creating Link objects a more convenient.
Barry Warsaw
2016-01-25
1
-4
/
+2
*
Add a send-digests subcommand to send list digests right now.
Barry Warsaw
2015-12-20
1
-1
/
+1
*
Reorder the default-posting-chain to avoid spam.
Aurélien Bompard
2015-11-21
1
-2
/
+2
*
Vendorize Python 3.5's smtpd module, which properly handles non-UTF-8 byte
Barry Warsaw
2015-09-07
1
-1
/
+1
*
For now, treat `DeliveryMode.summary_digests` the same as `.mime_digests`.
Barry Warsaw
2015-09-06
1
-6
/
+28
*
* REST API version 3.1 introduced. Mostly backward compatible with version
Barry Warsaw
2015-07-18
1
-0
/
+10
*
* Messages now include a `Message-ID-Hash` as the replacement for
Barry Warsaw
2015-06-14
2
-0
/
+3
*
Prepare for 3.1.
Barry Warsaw
2015-05-01
1
-1
/
+1
*
Plumb the subscription policy through the REST API.
Barry Warsaw
2015-04-15
1
-1
/
+1
*
Prevent replay attacks with the confirmation token.
Barry Warsaw
2015-04-15
1
-2
/
+2
*
Full test suite passes.
Barry Warsaw
2015-04-14
1
-0
/
+1
*
Checkpointing.
Barry Warsaw
2015-04-14
1
-3
/
+1
*
Fix merge turd.
Barry Warsaw
2015-03-29
1
-1
/
+1
*
Merge abompard's subpolicy branch port with trunk. Still a WIP.
Barry Warsaw
2015-03-29
1
-1
/
+1
|
\
|
*
Resurrect Barry's subpolicy branch (lp:~barry/mailman/subpolicy)
Aurélien Bompard
2015-03-20
1
-15
/
+4
*
|
Replace add_member() with subscribe() helper.
Barry Warsaw
2015-03-26
1
-10
/
+4
*
|
Extended test helper subscribe() which takes an optional email address and
Barry Warsaw
2015-03-26
1
-0
/
+4
*
|
* Refactor add_member() so that it uses a RequestRecord namedtuple.
Barry Warsaw
2015-03-21
1
-6
/
+10
|
/
*
* ``$cwd`` is now an additional substitution variable for the ``mailman.cfg``
Barry Warsaw
2015-01-03
2
-12
/
+15
*
* You can access the system configuration via the resource path
Barry Warsaw
2014-12-26
1
-1
/
+1
*
Move internationalized digest tests to unittests.
Barry Warsaw
2014-12-20
1
-199
/
+1
*
Fix LMTP runner tests.
Barry Warsaw
2014-12-17
1
-46
/
+14
*
More test repair.
Barry Warsaw
2014-12-15
2
-10
/
+10
*
Use listid instead of (fqdn) listname in the metadata pickle.
Barry Warsaw
2014-12-15
3
-16
/
+16
*
Tox-ify the test suite. Now you don't have to create a virtualenv separately.
Barry Warsaw
2014-11-07
1
-6
/
+6
*
Use print functions consistently through, and update all __future__ imports to
Barry Warsaw
2014-04-28
6
-31
/
+31
*
Several internal improvements:
Barry Warsaw
2014-01-06
1
-0
/
+1
*
Add enough __init__.py files to make these docs directories discoverable.
Barry Warsaw
2013-08-26
1
-0
/
+0
*
* Fixed the RFC 1153 digest footer to be compliant. (LP: #887610)
Barry Warsaw
2012-09-05
1
-0
/
+8
|
\
|
*
Pretty printing is not necessary when the output actually matches.
Mark Sapiro
2012-04-11
1
-3
/
+2
|
*
Fixed the RFC 1153 digest footer to be compliant.
Mark Sapiro
2012-04-11
1
-2
/
+11
*
|
* `passlib`_ is now used for all password hashing instead of flufl.password.
Barry Warsaw
2012-07-02
1
-5
/
+5
|
/
*
- Improve the NNTP doctest.
Barry Warsaw
2012-04-02
1
-119
/
+17
*
* The `news` runner and queue has been renamed to the more accurate `nntp`.
Barry Warsaw
2012-03-31
1
-20
/
+17
[next]