diff options
-rw-r--r-- | CHANGELOG | 7 | ||||
-rw-r--r-- | changes/bug_6795_reject-mail-if-no-pgp-key-found | 2 | ||||
-rw-r--r-- | changes/bug_6854_fix-bounce-message-recipient | 1 | ||||
-rw-r--r-- | changes/bug_6858_fix-bounces | 1 | ||||
-rw-r--r-- | changes/bug_correctly-return-async-bouncer-deferred | 1 |
5 files changed, 7 insertions, 5 deletions
@@ -1,3 +1,10 @@ +0.6.2 Apr 21, 2015: + o Add PGP key lookup on access check server and reject mail if no PGP key + was found for the user. Closes #6795. + o Fix bounce message recipient. Closes #6854. + o Implement bouncing as per RFCs 6522, 3834 and 3464. Closes #6858. + o Correctly return async bouncer deferred. + 0.6.1 Feb 11, 2015: o Process unprocessed mail when MX starts (closes #2591). o Log to syslog. Closes: #6307 diff --git a/changes/bug_6795_reject-mail-if-no-pgp-key-found b/changes/bug_6795_reject-mail-if-no-pgp-key-found deleted file mode 100644 index 4fb3583..0000000 --- a/changes/bug_6795_reject-mail-if-no-pgp-key-found +++ /dev/null @@ -1,2 +0,0 @@ - o Add PGP key lookup on access check server and reject mail if no PGP key - was found for the user. Closes #6795. diff --git a/changes/bug_6854_fix-bounce-message-recipient b/changes/bug_6854_fix-bounce-message-recipient deleted file mode 100644 index 417c894..0000000 --- a/changes/bug_6854_fix-bounce-message-recipient +++ /dev/null @@ -1 +0,0 @@ - o Fix bounce message recipient. Closes #6854. diff --git a/changes/bug_6858_fix-bounces b/changes/bug_6858_fix-bounces deleted file mode 100644 index 7fb7724..0000000 --- a/changes/bug_6858_fix-bounces +++ /dev/null @@ -1 +0,0 @@ - o Implement bouncing as per RFCs 6522, 3834 and 3464. Closes #6858. diff --git a/changes/bug_correctly-return-async-bouncer-deferred b/changes/bug_correctly-return-async-bouncer-deferred deleted file mode 100644 index 15d3691..0000000 --- a/changes/bug_correctly-return-async-bouncer-deferred +++ /dev/null @@ -1 +0,0 @@ - o Correctly return async bouncer deferred. |