aboutsummaryrefslogtreecommitdiffstats
path: root/mail/py-spf
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.07sunpoet2012-02-082-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove DIST_SUBDIR - Do not silence installation message Note that there are two source tarballs (pyspf-2.0.7.tar.gz). One is 46,283 bytes from CHEESESHOP and the other is 46,281 bytes from SF. Since the former has a wrong entry in pyspf.spec, we choose the latter and suspend adding CHEESESHOP to MASTER_SITES. Changes: - Allow for timeouts to be global for all DNS lookups instead of per DNS lookup to allow for MAY processing time limitsin RFC 4408 10.1. See README for details. - Use openspf.net for SPF web site instead of openspf.org - Extend query.get_header to return either Received-SPF (still default) or RFC 5451 Authentication Results headers (needs authres 0.3 or later) - Rework query.parse_header: - Make query.parse_header automatically select Received-DPF or Authentication Results header types and use them to collect SPF results from trusted relays - Add query.parse_header_spf and query.parse_header_ar functions for header type specific processing - Finish Python3 port - works with python2.6/2.7/3.2 and 2to3 is no longer required - will also work with newer py3dns where TXT records are returned as type bytes and not strings - Accounts for new py3dns error classes coming in py3dns 3.0.2 (but fully backward compatible with earlier versions) - check for 7-bit ascii on TXT and SPF records - fix CNAME chain duplicating TXT records
* - Update to 2.0.6sunpoet2012-02-022-4/+4
| | | | | | - Take maintainership Changes: http://sourceforge.net/projects/pymilter/files/pyspf/pyspf-2.0.6/readme.txt/view
* - Reassign to the heaptabthorpe2012-02-011-1/+1
|
* - remove MD5ohauer2011-07-031-1/+0
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with M
* - Update to 2.0.5mnag2008-11-243-10/+8
| | | | | PR: 128985 Submitted by: Yi-Jheng Lin <yzlin___cs.nctu.edu.tw>
* - Update to 2.0.4mnag2008-04-144-23/+33
| | | | | PR: 109033 Submitted by: Koen Martens<gmc___sonologic.nl>
* - Make Python 2.5.1 the default Python versionalexbl2007-07-301-0/+1
| | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
* Add SHA256mnag2005-11-091-0/+1
|
* Update my emailmnag2005-09-172-3/+3
| | | | Approved by: pav (mentor)
* - Fix dependency linepav2005-07-202-5/+6
| | | | | | | - Use PLIST_FILES PR: ports/83744 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
* Add py-spf, a python implementation of SPF.pav2004-12-284-0/+55
PR: ports/75521 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>