dkimpy-milter:stable1.0

Last commit made on 2020-01-15
Get this branch:
git clone -b stable1.0 https://git.launchpad.net/dkimpy-milter
Members of dkimpy-milter-dev can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
stable1.0
Repository:
lp:dkimpy-milter

Recent commits

539d503... by Scott Kitterman

Fix typo in log message

04dd916... by Scott Kitterman

Add release date for 1.0.3

34b2edb... by Scott Kitterman

 - Delete own_socketfile to resolve race condition where the permissions
   change fails on a Unix socket because it hasn't been created yet (libmilter
   will do this correctly on its own based on umask, the milter doesn't need
   to do it) (LP: #1849712)

d117330... by Scott Kitterman

Make error logging more explicit to aid debugging

2528632... by Scott Kitterman

Release 1.0.2

3ea22f1... by Scott Kitterman

Spelling fix

097e053... by Scott Kitterman

Update README now that sysv init is tested

419d2b5... by Scott Kitterman

Set version in setup.py to 1.0.2~rc1

3ff6852... by Scott Kitterman

Fix sysv init so it works (LP: #1839487)

7986de6... by Scott Kitterman

 - Catch more ascii encoding errors to improve resilience against bad data
   (LP: #1844189)