~kitterman/pypolicyd-spf:master

Last commit made on 2018-02-14
Get this branch:
git clone -b master https://git.launchpad.net/~kitterman/pypolicyd-spf
Only Scott Kitterman can upload to this branch. If you are Scott Kitterman please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~kitterman/pypolicyd-spf

Recent commits

e1e39f1... by Scott Kitterman

Refactor ExceptHook to avoid use of ancient string module

703f1a8... by Scott Kitterman

Release 2.0.2

3f5b5c4... by Scott Kitterman

  * 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)

8f659b8... by Scott Kitterman

Add bug to CHANGES

fda2800... by Scott Kitterman

  * 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

7927ba7... by Scott Kitterman

Update HELO checking default option in policyd-spf.conf(5)

5e81497... by Scott Kitterman

  * Update and correct Mail_From_pass_restriction description in
    policyd-spf.conf(5)

1f92772... by Scott Kitterman

  * Reorganize imports to make them more pep-8 like
  * Where imports aren't at the top of the file, add comments
  * 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

4327151... by Scott Kitterman

Make line spacing consistent in CHANGES

b019ded... by Scott Kitterman

Bump to 2.0.2 for start of next release.