Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在为客户编写一个模块来处理用户的筛选邮件过滤器文件。我需要使用 python,但令我失望的是,我找不到一个很好的库/包来处理筛滤器。
问题是:有这样的东西吗?
Milters是一个邮件过滤器库,而不是专门的 Sieve。此外,这里是python 邮件列表中的一个项目,询问想要实现 RFC 3028(邮件过滤器的筛子语言)的人。它的日期为 2009 年 12 月,看起来并不乐观,但其中有一些想法。我认为你的问题的答案是否定的。