Metadata-Version: 1.1
Name: pysrs
Version: 1.0.3
Summary: Python SRS (Sender Rewriting Scheme) library
Home-page: http://pythonhosted.org/milter/pysrs.html
Author: Stuart Gathman (Perl version by Shevek)
Author-email: stuart@gathman.org
License: Python license
Description: Python SRS (Sender Rewriting Scheme) library.
        As SPF is implemented, MTAs that check SPF must account for any forwarders.
        One way to handle forwarding is to have the forwarding MTA rewrite envfrom to a
        domain they are authorized to use.
        
        See http://www.openspf.org/SRS for details.
        The Perl reference implementation and a C implementation are at
        http://www.libsrs2.org/
        
Keywords: SPF,SRS,SES
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Python License (CNRI Python License)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Communications :: Email :: Mail Transport Agents
Classifier: Topic :: Software Development :: Libraries :: Python Modules
