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

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根据一些规则对地图进行排序   java需要关于突破游戏冲突bug的帮助   在Javaservlet中打印XSLT转换的XML文档   使用volatile'status flag'布尔值的java同步?   java Hibernate 4.2、JPA 2.0关系OnetoMany单向注释   在java中,如何在不使用for循环的情况下找到数组列表中第二高的数字?   排序Java多维数组   安装位置上的java Izpack toggel复选框   使用SQL Server 2008数据库交付Java应用程序   处理如何解决线程“动画线程”java中的异常。lang.NullPointerException?   安卓如何在Java中调用OpenSSL方法?   JAVA使用tomcat在jsf应用程序上运行lang.StackOverflowerError   java隐藏javafx Listview中的垂直滚动条   java如何使用Spring Boot在运行时提供静态资源?   java如何将@EJB与远程接口结合使用”   java哪个版本是Sun/Oracle提供的JavaEEAPIX的最新版本。jar和下载最新版本>7.0   java向JavaFX ToggleSwitch添加更改侦听器   保存在哪里以及如何处理Java应用程序的版本?   java AsyncTask执行doInBackground()时出错