共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > raspf |
raspf
|
1 | 0 | 300 |
贡献者 | 讨论 | 代码提交 |
There are no good, maintained C libraries to handle SPF in UNIX.
There is a good Python one.
So, let's port it!
The current status is:
it's ready for testing, but probably not for production use, until it's tested some more.
- It works like PySPF ( no divergences in over 350 tests).
- It's compliant: It passes 100% of the official SPF Test Suite (with two warnings).
- It's memory leak free. Ok, not really, but it has no leaks on any of the over 400 tests it runs. There are a couple of places where it may leak, though.