邮件列表发布确认后台程序

postconfirm的Python项目详细描述


小心

这是一个alpha版本。当功能正常时, 包装可能甚至不是beta质量。汇编 用c编写的组件只在linux下测试过。

说明

postconfirm由postconfirmd组成,后者是长期运行的 (守护进程)部分和后配置,后者是 处理电子邮件确认的客户机-服务器程序。它是 作为邮件列表的前端。它提供了 功能性,是tmda的一个子集,但适应于 大容量使用,没有任何接近所有铃声的地方 还有TMDA的口哨声。另一方面,因为 白名单查找是由长时间运行的服务器部分 验证海报是否已确认 地址比tmda小得多。这使它成为一个因素 比生产中的tmda快1000或更多,具有内存占用 小20倍。

变更日志

版本0.42.1(2018年7月31日)

  • Added domain name normalization (to lowercase) before checking whether we got a hit on the _dmarc domain lookup. Commented out verbose wall-time log messages.

版本0.42.0(2018年5月9日)

  • Added a check on the sender address during dmarc-reverse processing, requiring that the sender is whitelisted or has a confirmed address.
  • Changed the logging of dmarc-reverse processing to use a more compact log line format, and commented out some debug logging statements.
  • Added exception catching and loggin for failures to open smtp sessions to the configured server and port.
  • Fixed a log writing bug.

版本0.41.5(2018年4月20日)

  • Fixed dmarc_reverse() to not re-send to other addresses than the indicated recipient.

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java exoplayer启用视频字幕   java在读取RSS源时“1字节UTF8序列的1字节无效”   在Array Android Java中维护最新的5个用户?   swing命令在Java actionperformed中运行了两次   使用java将数据从cassandra迁移到多个文件   java connect MySQL数据库与playframework 2.5   java无法在片段中的SimpleAdapter中创建getView   java有线scala类型设计   java谷歌云消息开发者安卓代码崩溃   java使用@NoRepositoryBean运行Spring集成测试,没有@Repository实现   java在使用抽象类时为@RequestBody指定类型   java如何返回数组的和,并使用以下代码启动它?   java DecryptoJS中不返回所需数据的解密   java如何解析xml并选择要发送的项目   Eclipse中的java Google Web工具包   java获取两个文本的相似度百分比