登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
登录
注册
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
122
Star
0
Fork
24
src-openEuler
/
mailman
代码
Issues
4
Pull Requests
1
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
Upgrade to latest version 3.3.10
待办的
#IB6WK6
任务
zhangxianjun
创建于
2024-11-25 17:24
更新内容如下: Configuration ------------- * **BREAKING CHANGE**: The nntp runner is no longer started by default. If you have lists gating to/from usnet you need to add ``start: yes`` in the ``[runner.nntp]`` section in mailman.cfg. Bugs fixed ---------- * The ``mailman members`` command will now fall back to the member's user record display_name if the address record has none. (Closes #1107) * The user_name_or_email substitution in regular header/footer templates now works (Closes #1108) * The output from the ``mailman lists`` command no longer has trailing blanks and the command with the ``-d`` option doesn't fail with very long list ids. (Closes #1117 and #1118) * The text of the AlreadySubscribedError is now translatable. (Closes #1121) * The ``mailman import21`` command adjust spaces in ``subject_prefix`` for Mailman 2.1 compatibility. (Closes #1135) * An exception in the lmtp runner is caught and a retryable status returned. (Closes #1148) * Catch more generic requests exceptions on downloading suffix list to avoid shunting messages. (Closes #1140) * Reordered retrievals in the Task runner to avoid premature deletions due to a race condition. (Closes #1151) * The ``nttplib`` slated to be removed in Python 3.13. Getting from PyPI. (Closes #1144) * The web URL replacements now work in all templates. (Closes #1142) * Emergency moderation is now applied following mail loop detection, banned address detection and header matching so those actions are applied before an emergency hold. (Closes #173) * The performance of ``mailman findmember`` has been improved. (Closes #1095) * Moderation reasons in admin notices of held messages are now always in the list's preferred language. (Closes #1159) * The ``mailman import21`` command drops invalid regexps from the imported ``ban_list``. (Closes #1166) * The default setting for ``bounce_matching_headers`` is shortened. (Closes #1172) * The ``--force`` option for ``mailman start`` will now remove a stale lock if the ``pid`` that set it exists but is not a Mailman process. (Closes #1174) New Features ------------ * One can now add entries like ``@list@example.com`` to the ``accept_these_nonmembers`` attribute of a list to accept nonmember posts from members of another list. (Closes #794) * REST API now allows forwarding the held message to a new address when handling the message. (Fixes #174) * Add the ability to set web URLs by setting domain's ``base_url`` parameter which allows using parameters like ``$held_message_url`` in the templates. (See #981) * The ``mailman create`` command now has a ``--style-name NAME`` option. (Closes #1136) * The task runner will now delete message files that have no entry in the message store. (Closes #1145) * Set process title if setproctitle module is available. (Closes #1134) * Strip whitespaces from Message-ID header value in log not to separate into multiple lines (Closes #1139) * The lifetime of saved DSNs in the message store is now configurable with a default of 1 day. (Closes #1145) * Task runner now uses the configured dsn_lifetime when deleting bounce events. * Setting ``digest_size_threshold`` to zero now means ``unlimited``, i.e., a digest will never be sent based on size. (Closes #1158) * There is a new ``mailman admins`` command to add/delete owners or moderators of a list. (Closes #1160) Other ----- * The Mailman master process that starts the runners will now pass a number of environment variables to the runner processes that alter the behavior of the Python interpreter. See section ENVIRONMENT VARIABLES in `man python`. Packaging --------- * Migrate to using the new standard `pyproject.toml` for Python packaging instead of setup.py. This also moves from setuptools to pdm to be used as the build backend.
更新内容如下: Configuration ------------- * **BREAKING CHANGE**: The nntp runner is no longer started by default. If you have lists gating to/from usnet you need to add ``start: yes`` in the ``[runner.nntp]`` section in mailman.cfg. Bugs fixed ---------- * The ``mailman members`` command will now fall back to the member's user record display_name if the address record has none. (Closes #1107) * The user_name_or_email substitution in regular header/footer templates now works (Closes #1108) * The output from the ``mailman lists`` command no longer has trailing blanks and the command with the ``-d`` option doesn't fail with very long list ids. (Closes #1117 and #1118) * The text of the AlreadySubscribedError is now translatable. (Closes #1121) * The ``mailman import21`` command adjust spaces in ``subject_prefix`` for Mailman 2.1 compatibility. (Closes #1135) * An exception in the lmtp runner is caught and a retryable status returned. (Closes #1148) * Catch more generic requests exceptions on downloading suffix list to avoid shunting messages. (Closes #1140) * Reordered retrievals in the Task runner to avoid premature deletions due to a race condition. (Closes #1151) * The ``nttplib`` slated to be removed in Python 3.13. Getting from PyPI. (Closes #1144) * The web URL replacements now work in all templates. (Closes #1142) * Emergency moderation is now applied following mail loop detection, banned address detection and header matching so those actions are applied before an emergency hold. (Closes #173) * The performance of ``mailman findmember`` has been improved. (Closes #1095) * Moderation reasons in admin notices of held messages are now always in the list's preferred language. (Closes #1159) * The ``mailman import21`` command drops invalid regexps from the imported ``ban_list``. (Closes #1166) * The default setting for ``bounce_matching_headers`` is shortened. (Closes #1172) * The ``--force`` option for ``mailman start`` will now remove a stale lock if the ``pid`` that set it exists but is not a Mailman process. (Closes #1174) New Features ------------ * One can now add entries like ``@list@example.com`` to the ``accept_these_nonmembers`` attribute of a list to accept nonmember posts from members of another list. (Closes #794) * REST API now allows forwarding the held message to a new address when handling the message. (Fixes #174) * Add the ability to set web URLs by setting domain's ``base_url`` parameter which allows using parameters like ``$held_message_url`` in the templates. (See #981) * The ``mailman create`` command now has a ``--style-name NAME`` option. (Closes #1136) * The task runner will now delete message files that have no entry in the message store. (Closes #1145) * Set process title if setproctitle module is available. (Closes #1134) * Strip whitespaces from Message-ID header value in log not to separate into multiple lines (Closes #1139) * The lifetime of saved DSNs in the message store is now configurable with a default of 1 day. (Closes #1145) * Task runner now uses the configured dsn_lifetime when deleting bounce events. * Setting ``digest_size_threshold`` to zero now means ``unlimited``, i.e., a digest will never be sent based on size. (Closes #1158) * There is a new ``mailman admins`` command to add/delete owners or moderators of a list. (Closes #1160) Other ----- * The Mailman master process that starts the runners will now pass a number of environment variables to the runner processes that alter the behavior of the Python interpreter. See section ENVIRONMENT VARIABLES in `man python`. Packaging --------- * Migrate to using the new standard `pyproject.toml` for Python packaging instead of setup.py. This also moves from setuptools to pdm to be used as the build backend.
评论 (
1
)
登录
后才可以发表评论
状态
待办的
待办的
进行中
已完成
已拒绝
负责人
未设置
标签
sig/Application
未设置
项目
未立项任务
未立项任务
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (27)
标签 (24)
master
openEuler-25.09
openEuler-25.03
openEuler-24.03-LTS-Next
openEuler-24.03-LTS-SP2
openEuler-24.03-LTS-SP3
openEuler-24.03-LTS
openEuler-24.03-LTS-SP1
openEuler-24.09
openEuler-23.09
openEuler-23.03
openEuler-22.03-LTS-Next
openEuler-22.03-LTS-SP1
openEuler-22.03-LTS-SP2
openEuler-22.03-LTS-SP3
openEuler-22.03-LTS-SP4
openEuler-22.03-LTS
openEuler-22.09
openEuler-20.03-LTS-SP3
openEuler-20.03-LTS-SP4
openEuler-20.03-LTS-SP1
openEuler-20.03-LTS-Next
openEuler-20.03-LTS
openEuler-20.03-LTS-SP2
openEuler-21.09
openEuler-21.03
openEuler-20.09
openEuler-25.09-release
openEuler-24.03-LTS-SP2-release
openEuler-25.03-release
openEuler-24.03-LTS-SP1-release
openEuler-22.03-LTS-SP4-release
openEuler-24.09-release
openEuler-24.03-LTS-release
openEuler-22.03-LTS-SP3-release
openEuler-23.09-rc5
openEuler-22.03-LTS-SP1-release
openEuler-22.09-release
openEuler-22.09-rc5
openEuler-22.09-20220829
openEuler-22.03-LTS-20220331
openEuler-22.03-LTS-round5
openEuler-22.03-LTS-round3
openEuler-22.03-LTS-round2
openEuler-22.03-LTS-round1
openEuler-20.03-LTS-SP3-release
openEuler-20.03-LTS-SP2-20210624
openEuler-21.03-20210330
openEuler-20.09-20200928
openEuler-20.03-LTS-20200606
openEuler-20.03-LTS-tag
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(1)
1
https://gitee.com/src-openeuler/mailman.git
git@gitee.com:src-openeuler/mailman.git
src-openeuler
mailman
mailman
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册