# HG changeset patch # User Carl Byington # Date 1405721056 25200 # Node ID 7fb5911fe3a4d91a5136f3677b7eb2f26758a70c # Parent fbbc341001ccdf5e48587eab318dedc9f97125a7 allow broken SRS0+ rather than the correct SRS0= tag diff -r fbbc341001cc -r 7fb5911fe3a4 ChangeLog --- a/ChangeLog Fri Jul 18 15:01:27 2014 -0700 +++ b/ChangeLog Fri Jul 18 15:04:16 2014 -0700 @@ -1,3 +1,6 @@ +6.43 2014-07-18 + Allow broken SRS0+ rather than the correct SRS0= tag. + 6.42 2014-06-28 Never add auto-whitelist entries for outgoing mail from localhost. diff -r fbbc341001cc -r 7fb5911fe3a4 NEWS --- a/NEWS Fri Jul 18 15:01:27 2014 -0700 +++ b/NEWS Fri Jul 18 15:04:16 2014 -0700 @@ -1,3 +1,4 @@ +6.43 2014-07-18 Allow broken SRS0+ rather than the correct SRS0= tag. 6.42 2014-06-28 Never add auto-whitelist entries for outgoing mail from localhost. 6.41 2014-03-21 Unique ip connection limits only apply to authenticated connections. 6.40 2014-02-05 Fix possible segfault in mlfi_connect, hostaddr might be null. diff -r fbbc341001cc -r 7fb5911fe3a4 dnsbl.spec.in --- a/dnsbl.spec.in Fri Jul 18 15:01:27 2014 -0700 +++ b/dnsbl.spec.in Fri Jul 18 15:04:16 2014 -0700 @@ -103,6 +103,9 @@ %changelog +* Fri Jul 18 2014 Carl Byington - 6.43-1 +- Allow broken SRS0+ rather than the correct SRS0= tag. + * Sat Jun 28 2014 Carl Byington - 6.42-1 - Never add auto-whitelist entries for outgoing mail from localhost.