From 45adb4d6cfdb8b9ed11e3efc398d00ec6dbdc0b0 Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 26 Mar 2015 15:25:50 -0300 Subject: [bug] limit pgp key lookup to access check server In order to minimize the number of couchdb queries and the number of mx lookups in case of junk mail this commit restricts the pgp key lookup to the access check server (and removes it from the alias server). Closes: #6795. --- changes/bug_6795_reject-mail-if-no-pgp-key-found | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'changes') diff --git a/changes/bug_6795_reject-mail-if-no-pgp-key-found b/changes/bug_6795_reject-mail-if-no-pgp-key-found index 7b9ef1f..4fb3583 100644 --- a/changes/bug_6795_reject-mail-if-no-pgp-key-found +++ b/changes/bug_6795_reject-mail-if-no-pgp-key-found @@ -1 +1,2 @@ - o Reject mail if no PGP key was found for a user. Closes #6795. + o Add PGP key lookup on access check server and reject mail if no PGP key + was found for the user. Closes #6795. -- cgit v1.2.3