./mail/mailman3, GNU mailing list manager

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.3.9, Package name: py311-mailman-3.3.9, Maintainer: pkgsrc-users

Mailman is free software for managing electronic mail discussion and
e-newsletter lists. Mailman is integrated with the web, making it easy
for users to manage their accounts and for list owners to administer
their lists. Mailman supports built-in archiving, automatic bounce
processing, content filtering, digest delivery, spam filters, and
more.


Master sites:

Filesize: 2122.356 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-12 12:54:05 by Mark Davies | Files touched by this commit (4) | Package updated
Log message:
mailman3: update to 3.3.9

3.3.9

Configuration
* BREAKING CHANGE: logging.http section has now been split into two parts,
  logging.http is for the Mailman internal code and logging.gunicorn is
  for Gunicorn specifically since they have different logging formats.
  This should fix suprious errors with KeyError: t that was often
  confusing for users.
* Python 3.9 is now the minimum supported version of Python.

Bugs fixed
* config.mta.remove_dkim_headers now applies to messages to -owner.
* The master process now robustly detects when runner processes terminate
  and restarts them.
* Setting Postfix transport_file_type: regex without setting something
  for postmap_command: no longer throws an exception.
* When bounce processing disables delivery for a user, the user’s score is
  reset so it will be zero if delivery is enabled.
* The mailman shell command now works and displays the banner with
  use_ipython: yes.
* Bogus Message-ID headers that have been observed in the wild are now fixed.
* Raising StopIteration in a workflow process no longer creates a
  mailman.error log entry.
* The task runner now evicts old, processed bounce events.
* We now require authheaders>=0.15.2.
* Digests no longer contain a bogus Archived-At header.
* Content filtering will no longer add its report to a non-mixed multipart
  message but will wrap the message and add the report to the wrapper.
* The administrivia rule will now decode encoded message bodies.
* Email address validation now accepts quoted local parts and @ in local part.
* The default for max_recipients has been reduced to 10 to avoid possible lost
  mail when a large number of invalid recipients causes the MTA to disconnect.
* Messages preserved or forwarded by content filtering are now the original
  message rather than the content filtered one.
* List welcome and goodbye messages to users with English preferred_language
  now have their Subject: RFC 2047 encoded as needed.
* Bounce processing notifications due to a DSN for multiple users now have
  the DSN attached to each notice.

New Features
* There is a new dmarc_addresses list attribute which is a list of email
  addresses and patterns matching email addresses. If a post is From: an
  address matching one of these, dmarc mitigations will be applied
  regardless of the From: domain’s dmarc policy.
   2023-10-14 03:20:19 by Mark Davies | Files touched by this commit (3)
Log message:
mailman3: remove dependency on py-importlib_resources.

https://gitlab.com/mailman/mailman/-/commit/1346ffdbd2ad36e3f37732f3217be3b34dc7bc48
Remove dependency on importlib_resources as versions >=6 not compatible.
Therefore now requires at least python3.9
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-06-18 14:22:58 by Adam Ciarcinski | Files touched by this commit (5) | Package updated
Log message:
py-zope.configuration: updated to 5.0; renamed from py-ZopeConfiguration

5.0 (2023-05-04)
- Drop support for Python 2.7, 3.5, 3.6.
- Add support for Python 3.11.
   2023-06-18 07:21:44 by Adam Ciarcinski | Files touched by this commit (5)
Log message:
py-ZopeComponent: moved to py-zope.component
   2023-06-17 03:28:02 by Mark Davies | Files touched by this commit (2)
Log message:
mailman3: use argument in mailman_doit() in rcscript.
also pass --force on start
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2023-06-04 05:27:43 by Mark Davies | Files touched by this commit (10)
Log message:
mailman3: add version 3.3.8

Mailman is free software for managing electronic mail discussion and
e-newsletter lists. Mailman is integrated with the web, making it easy
for users to manage their accounts and for list owners to administer
their lists. Mailman supports built-in archiving, automatic bounce
processing, content filtering, digest delivery, spam filters, and
more.