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.
我想Sendmail使用 Milter 进行配置以包含自定义 X-headers(我想使用免费版本)。
Sendmail
我该怎么做呢?
您不会说出“Milter”的意思,因为它是一个 API。最简单的答案是在使用 milter API 的应用程序中添加 X-* 标头。例如,使用 python-pymilter 的应用程序可能会使用:
self.add_header("X-DSpam-Score",'%f' % ds.probability)