Download project files

How do I verify a download?


110 of 27 releases

2.0.2 release from the 2.0 series released

Release information
Changelog:

--- 2.0.2 (2017-12-14)
  * Fix treatment of No_Mail configuration parameter so that specifying
    No_Mail = False (the default) does not cause incorrect results (Thanks to
    David Jones on spf-devel for reporting)
  * Conditionally import authres is Header_Type is AR and raise an error if it
    is missing (sorry pep-8) to avoid cases where users change the config
    and suddenly it doesn't work for an example, see:
    https://bugzilla.redhat.com/show_bug.cgi?id=1208876
  * Update and correct Mail_From_pass_restriction description in
    policyd-spf.conf(5 ()
  * Update HELO checking default option in policyd-spf.conf(5) (LP: #1724107)
  * Note that SPF_Not_Pass is not consistent with RFC 7208 in the HELO
    checking section of policyd-spf.conf(5) - already documented for Mail From

File Description Downloads
download icon pypolicyd-spf-2.0.2.tar.gz (md5, sig) 2.0.2 4,035
last downloaded 24 hours ago
Total downloads: 4,035

2.0.1 release from the 2.0 series released

Release information
Changelog:

--- 2.0.1 (2016-12-08)
  * Man page formatting and spelling corrections
  * Corrected default debug level (LP: #1647089)
  * Amplified loging level '-1' description
  * Forward port version 1.3.2 fixes for detection of missing Authserv_Id that
    were inadvertently not brought back to trunk

File Description Downloads
download icon pypolicyd-spf-2.0.1.tar.gz (md5, sig) pypolicyd-spf 2.0.1 1,168
last downloaded 40 weeks ago
Total downloads: 1,168

2.0.0 release from the 2.0 series released

Release information
Release notes:

The release has incompatibilities with previous releases. Please review the changelog and updated documentation.

Changelog:

--- 2.0.0 (2016-12-02)
  ! No longer python2 compatible, minimum python3 version is 3.3 for ipaddress
  ! Removed support for use of ipaddr
  ! Changed default for HELO checking from SPF_Not_Pass to Fail (same as
    MailFrom) even though I think Not Pass makes more sense in order to
    still the complaints (Fedora, you can drop your sed call in the spec file
    now). (LP: #1571144)
  ! Changed default for Authserv-ID to use local hostname to provide a
    reasonable default Authserv-ID. (LP: #1575608)
  ! Increased minimum pyspf (python-spf) version to 2.0.9 so that Void_Limit
    is always available and used.
  ! Added new Hide_Receiver option to prevent accidental disclosure of BCC
    receivers and enabled it by default to maximize privacy. (LP: #1394294)
  ! Changed the name of the defaultSeedOnly option to TestOnly. The previous
    name is still accepted, but an error is logged. The old name is a legacy
    from the greylising functionaliy in tumgreyspf (from which this was forked
    in 2007). The new name better reflects what the option does.
  + Added new Reason_Message option to allow for custom reject/defer message
    (LP: #1422324) - Thanks to Bastian Blank for the significant patch
  + Added support for RFC 7372 email authentication specific enhanced status
    codes as well as an option to use standard Postfix codes instead
  + Added new HELO_Whitelist option to allow for whitelisting from SPF checks
    based on specific HELO/EHLO names (LP: #1602761)
  + Added new Whitelist_Lookup_Time to allow for adjustments on the maximum
    time allowed for whitelist related DNS lookups to complete - This should
    also help with LP: #1622137
  + Refactored and extended per user configuration to work for more
    configuration options
  + Added new 'None' option for Header_Type. When set, no header field of any
    kind is added to the message (LP: #1531724)
  + Added new Mock option for enhanced interoperability with downstream
    milters - See policyd-spf.conf.5 for details
  * Fix additional cases of choking on invalid email addresses (LP: #1342105)
  * Reviewed and refactored logging to provide logging details at various
    detail levels more consistent with the documentation. Also added a new
    log level, '-1' for completely silent running.
  * Added a new PERFORMANCE CONSIDERATIONS section to policyd-spf.1.
  * Fix python3 incompatibility in cases where HELO name is somehow missing
    (LP: #1184102)
  * Improved per-user settings processing to avoid issues with multiple or
    incorrect header fields being appended to multi-recipient messages
  * Refactored processing for the No_Mail option to use the pyspf cache from
    the previous SPF query rather than a new DNS lookup - should help with
    LP: #1622137
  * Fixed an issue that may have caused issues with multi-recipient use of
    restriction classes
  * Fixed a typo in policyd-spf-peruser.5 that made the example configuration
    file invalid

File Description Downloads
download icon pypolicyd-spf-2.0.0.tar.gz (md5, sig) pypolicyd-spf 2.0.0 77
last downloaded 40 weeks ago
Total downloads: 77

1.3.2 release from the 1.3 series released

Release information
Changelog:

--- 1.3.2 (2015-08-12)
  * Fix python3 incompatibility in cases where HELO name is somehow missing
    (LP: #1184102)
  * Updated README to mention the minimum ipaddr version, if needed, is 2.1.10
    (LP: #1229862)
  * Fix up header caching (LP: #1422325)
  * Fix and refactor for simplicity detection of Authserv_Id missing from
    configuration (LP: #1484239)
  * Add try/except around SPF record queries of No_Mail option to avoid errors
    on bogus TXT records

File Description Downloads
download icon pypolicyd-spf-1.3.2.tar.gz (md5, sig) 1.3.2 4,314
last downloaded 3 weeks ago
Total downloads: 4,314

1.3.1 release from the 1.3 series released

Release information
Changelog:

--- 1.3.1 (2014-06-14)
  * Fix case where, when run with python3 the policy server would choke on
    email addresses that contained non-ascii characters (LP: #1325579)

File Description Downloads
download icon pypolicyd-spf-1.3.1.tar.gz (md5, sig) Release tarball 1,916
last downloaded 40 weeks ago
Total downloads: 1,916

1.3 release from the 1.3 series released

Release information
Changelog:

--- 1.3 (2014-09-14)
  ! Updates related to the new SPF RFC, RFC 7208
    - Added new config option, Lookup_Time, to adjust SPF record timeout limit
      (default 20 seconds per RFC 7208) Requires at least pyspf 2.0.7
    - Added new config option, Void_Limit, to enable the new void lookup limit
      instroduced in RFC 7208 to be adjusted - Default is 2 as recommended in
      RFC 7208, section 4.6.4. Has no effect on pyspf before 2.0.9.
    - Updated documentation to refer to RFC 7208 (and RFC 7001 for
      authentication results)
    - Updated descriptions in documentation to describe spec compliance
      relative to RFC 7208 instead of RFC 4408
  * Guard against crashes when forming header field contents if the receiver
    is somehow missing

File Description Downloads
download icon pypolicyd-spf-1.3.tar.gz (md5, sig) Release tarball 804
last downloaded 19 weeks ago
Total downloads: 804

1.2 release from the 1.2 series released

Release information
Changelog:

--- 1.2 (2013-07-25)
  ! Added external dependency on ipaddr module for python versions < 3.3
  * Fix PTR whitelist to work with IPv6 connections (patch from Frank
    Hunszinger) - LP: #1179266
  * Replace custom code with use of ipaddr/ipaddress to perform CIDR matching
  ! CIDR network definitions are now more limited to correct networks
    - Double slashes are no longer allowed
    - Updated defaults and documentation for skip_addresses to match

File Description Downloads
download icon pypolicyd-spf-1.2.tar.gz (md5, sig) 1.2 2,353
last downloaded 22 weeks ago
Total downloads: 2,353

1.1.2 release from the 1.1 series released

Release information
Changelog:

  * Add MANIFEST.in and rename in setup.py to make package compatible with
    using sdist (fixes missing files in 1.1.1)

File Description Downloads
download icon pypolicyd-spf-1.1.2.tar.gz (md5, sig) 1.1.2 436
last downloaded 29 weeks ago
Total downloads: 436

1.1 release from the 1.1 series released

Release information
Changelog:

--- 1.1 (2012-07-21 21:30 -0400)
  + Ported to Python 3. Tested on python3.2, python2.7, and python2.6.
    Versions previous to python2.6 will not work.

File Description Downloads
download icon pypolicyd-spf-1.1.tar.gz (md5, sig) 1.1 2,104
last downloaded 24 hours ago
Total downloads: 2,104

1.0 release from the 1.0 series released

Release information
Changelog:

--- 1.0 (2012-03-17 23:34 -0400)
  * Fixed missing authentication results headers for no authentication
    performed cases (when authres is enabled)
  * Fixed ambiguous config file warning in per user processing
  * Make functions private (leading underscore)
  * Fixed erroneous use of syslog.LOG_ERR in per user processing

File Description Downloads
download icon pypolicyd-spf-1.0.tar.gz (md5, sig) 1.0 release 1,321
last downloaded 4 weeks ago
Total downloads: 1,321

110 of 27 releases