From a25e5acba423aaf007609869d43acdc30b7534c6 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 13 Dec 2019 15:16:26 -0500 Subject: [PATCH] chore(tool): conditionally activate the Sieve script --- Tools/SOGoToolUpdateAutoReply.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Tools/SOGoToolUpdateAutoReply.m b/Tools/SOGoToolUpdateAutoReply.m index b37786b1e..f39d15503 100644 --- a/Tools/SOGoToolUpdateAutoReply.m +++ b/Tools/SOGoToolUpdateAutoReply.m @@ -127,7 +127,9 @@ account = [folder lookupName: @"0" inContext: localContext acquire: NO]; [account setContext: localContext]; - result = [account updateFiltersWithUsername: theUsername andPassword: thePassword]; + result = [account updateFiltersWithUsername: theUsername + andPassword: thePassword + forceActivation: NO]; if (!result) { // Can't update Sieve script -- Reactivate auto-reply