Abhilash Raj pushed to branch release-3.1 at mailman / Mailman Core
Commits: 23f7aca9 by Mark Sapiro at 2017-11-12T12:13:23-08:00 Fixed an AttributeError in subject prefixing. Backport of !295 - - - - - ffd58961 by Mark Sapiro at 2017-11-12T12:33:00-08:00 Ignore syntactically invalid sender addresses. Backport !294 - - - - - 313ebc99 by Mark Sapiro at 2017-11-12T12:36:24-08:00 Added a rule to discard messages with no valid sender address. Backport !297 - - - - - d40da871 by Mark Sapiro at 2017-11-12T12:38:37-08:00 Added (\+.*)? to -bounces and -confirm regexp maps for Postfix. recipient_delimiter = + is not sufficient for regexp tables. Backport !323 - - - - - 1fa1c538 by Mark Sapiro at 2017-11-12T12:40:01-08:00 Avoid new flake8 3.5.0 E722, bare except:. Backport !335 - - - - - 7997dfaa by Mark Sapiro at 2017-11-12T12:41:32-08:00 A list whose name is one of the subaddresses can now be posted to. Backport !338 - - - - - 301c70b3 by Mark Sapiro at 2017-11-12T12:43:38-08:00 Ensure all holds/rejects have a reason. Backport !301 - - - - - 930aa994 by Barry Warsaw at 2017-11-12T12:47:16-08:00 Fix runner started/exiting log messages. Closes #393 Backport !311 - - - - - aa0eafcc by Jonas Meurer at 2017-11-12T12:50:00-08:00 Consider /etc/mailman3/mailman.cfg as config file Backport !319 - - - - - 5f58bd8b by Aurélien Bompard at 2017-11-12T12:52:01-08:00 Protect against messages without a sender Fixes: #414 Backport !324 - - - - - 5ae96bad by Barry Warsaw at 2017-11-12T12:52:39-08:00 Work around a bug/change in Alembic In Alembic 0.9.6, they changed something which breaks the @public decorator on these methods. Backport !330 - - - - - ed557026 by Barry Warsaw at 2017-11-12T12:53:59-08:00 Allow a list's acceptable aliases to be cleared via REST. Backport !315 - - - - - b6f73120 by Mark Sapiro at 2017-11-12T12:56:04-08:00 Catch FileNotFoundError and PermissionError on html_to_plain_text_command. Backport !290 Did some reformatting and added tests. - - - - - 48c68968 by Abhilash Raj at 2017-11-12T13:23:23-08:00 Fix NEWS.rst to have single BUGS heading. - - - - - b57e1bc5 by Barry Warsaw at 2017-11-12T13:35:58-08:00 Rename metadata key for clarity Backport !304 - - - - - e3559a7f by Barry Warsaw at 2017-11-12T13:42:19-08:00 Provide a better way to avoid instantiating some components Backport !291 - - - - - a5b27a0c by Abhilash Raj at 2017-11-14T12:36:59-08:00 Pin dependencies for Python 3.4 compatibility. - - - - - 17ad09f7 by Abhilash Raj at 2017-11-15T15:47:12-08:00 Update ignore patters for coverage report. - - - - - 7725a8d6 by Abhilash Raj at 2017-11-16T07:45:55+00:00 Merge branch 'release-3.1' into 'release-3.1' Backports for 3.1.1 release See merge request mailman/mailman!344 - - - - - 30 changed files: - coverage.ini - setup.py - src/mailman/app/bounces.py - src/mailman/app/commands.py - src/mailman/app/docs/bounces.rst - src/mailman/app/workflow.py - src/mailman/bin/mailman.py - src/mailman/bin/runner.py - src/mailman/chains/base.py - src/mailman/chains/builtin.py - + src/mailman/chains/dmarc.py - src/mailman/chains/docs/moderation.rst - src/mailman/chains/headers.py - src/mailman/chains/hold.py - src/mailman/chains/moderation.py - src/mailman/chains/reject.py - src/mailman/chains/tests/test_accept.py - + src/mailman/chains/tests/test_dmarc.py - src/mailman/chains/tests/test_headers.py - src/mailman/chains/tests/test_hold.py - src/mailman/chains/tests/test_reject.py - src/mailman/config/docs/config.rst - src/mailman/core/chains.py - src/mailman/core/docs/chains.rst - src/mailman/core/i18n.py - src/mailman/core/initialize.py - src/mailman/core/logging.py - src/mailman/core/pipelines.py - src/mailman/core/rules.py - src/mailman/core/tests/test_pipelines.py The diff was not included because it is too large. View it on GitLab: https://gitlab.com/mailman/mailman/compare/b4371f7d828636cfcd154251648931d62d9fdc35...7725a8d6235520640abeace7744964a8eee9c846 --- View it on GitLab: https://gitlab.com/mailman/mailman/compare/b4371f7d828636cfcd154251648931d62d9fdc35...7725a8d6235520640abeace7744964a8eee9c846 You're receiving this email because of your account on gitlab.com.
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org