Skip to content
This repository has been archived by the owner on Oct 31, 2020. It is now read-only.

Latest commit

 

History

History
38 lines (25 loc) · 1.29 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.29 KB

NOTE: This library has been moved into python-slimta.

About

Adds an SPF authorization extension to python-slimta. This enables MTAs built on python-slimta to apply policies to incoming mail based on the result of an SPF lookup check.

Build Status Coverage Status

Getting Started

If you haven't yet installed python-slimta, refer to the "Getting Started" section. Once inside your virtualenv:

(.venv)$ python setup.py develop

To run the suite of included unit tests:

(.venv)$ py.test

Refer to the API Documentation and Manual for more information on using this extension.