Mark Sapiro pushed to branch master at GNU Mailman / Mailman Core


Commits:
9fd26a73 by Kunal Mehta at 2021-05-31T18:05:43-07:00
Require flufl.bounce >=3.0.2

The newer version fixes various issues when parsing bounce messages.

Closes #892.

- - - - -
30f32295 by Mark Sapiro at 2021-06-02T13:19:47+00:00
Merge branch 'better-bounce' into 'master'

Require flufl.bounce >=3.0.2

Closes #892

See merge request mailman/mailman!871
- - - - -


2 changed files:

- setup.py
- src/mailman/docs/NEWS.rst


Changes:

=====================================
setup.py
=====================================
@@ -118,7 +118,7 @@ case second 'm'.  Any other spelling is incorrect.""",
         'click>=8.0.0',
         'dnspython>=1.14.0',
         'falcon>=3.0.0',
-        'flufl.bounce',
+        'flufl.bounce>=3.0.2',
         'flufl.i18n>=2.0',
         'flufl.lock>=3.1',
         'importlib_resources>=1.1.0',


=====================================
src/mailman/docs/NEWS.rst
=====================================
@@ -69,6 +69,8 @@ Bugs
   (Closes #903)
 * The ``Message`` ``senders()`` method now gets all the addresses from the
   configured headers.  (Closes #905)
+* Require flufl.bounce >=3.0.2, which improves parsing of bounce messages.
+  (Closes #892)
 
 Command line
 ------------



View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/3cf67d79f070038103e7212398e6cf4ed21b04e2...30f322951e961ff47e1a32ffcf5894f2ceb7583f

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/3cf67d79f070038103e7212398e6cf4ed21b04e2...30f322951e961ff47e1a32ffcf5894f2ceb7583f
You're receiving this email because of your account on gitlab.com.


_______________________________________________
Mailman-checkins mailing list -- mailman-checkins@python.org
To unsubscribe send an email to mailman-checkins-le...@python.org
https://mail.python.org/mailman3/lists/mailman-checkins.python.org/
Member address: arch...@jab.org

Reply via email to