From 0a4d495d7ceacdfe7563c68a1e7fa726e0d3bbd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 13 Jun 2019 10:30:53 -0400 Subject: [PATCH] redirect approval@dap.ps to dapps-approvals@status.im MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- files/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/index.js b/files/index.js index cf8d734..fad4d97 100644 --- a/files/index.js +++ b/files/index.js @@ -35,6 +35,9 @@ var defaultConfig = { emailBucket: "ses-forwarder-emails", emailKeyPrefix: "dap.ps/", forwardMapping: { + "approval@dap.ps": [ + "dapps-approvals@status.im", + ], "@dap.ps": [ "andy@status.im", ],