~ubuntu-branches/ubuntu/trusty/pypolicyd-spf/trusty-backports

« back to all changes in this revision

Viewing changes to CHANGES

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-02-17 02:10:38 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20100217021038-sxy84vvtn9j4a808
Tags: 0.8.0-0ubuntu1
* New upstream release
  - Updated Debian config patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#   ! = Changed something significant, or removed a feature
5
5
#   * = Fixed a bug, or made a minor improvement
6
6
 
 
7
--- 0.8 (2010-02-17 01:38 -0500)
 
8
  + Add Domain_Whitelist_PTR to allow whitelisting from SPF tests based on
 
9
    rDNS PTR match (patch from Colin Stewart <colin@owlfish.com>)
 
10
  * Only check Domain_Whitelist if it actually exists in the configuration
 
11
  + Add No_Mail option to allow for only rejecting from hosts/domains that
 
12
    send no mail ("v=spf1 -all")
 
13
  + Add ability to provide per user (per recipient) settings
 
14
  * Fixed a bug so that skipping SPF checks due to localhost or any whitelist
 
15
    settings does not prepend multiple headers per message for multi recipient
 
16
    messages
 
17
  * Fixed a bug so that non-reject HELO results are correctly used when Mail
 
18
    From checks are disabled (No_Check)
 
19
  * Clean up unused code in policydspfsupp.py
7
20
--- 0.7.3 (2010-01-07 01:00 -0500)
8
21
  * No longer require Python 2.5 (Thanks to Matthew Munsey
9
22
    <openspf@msm.unending.org>)