From ac5438e4bce9943dafd0485161ed20939563b799 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 8 Mar 2012 13:33:24 -0500 Subject: [PATCH] moved a comment up to the top --- webcit/sieve.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/webcit/sieve.c b/webcit/sieve.c index 6b7279365..3761b1131 100644 --- a/webcit/sieve.c +++ b/webcit/sieve.c @@ -8,6 +8,8 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. + * + * FIXME: add logic to exclude the webcit-generated script from the manual script selection */ #include "webcit.h" @@ -586,9 +588,6 @@ HashList *GetSieveScriptListing(StrBuf *Target, WCTemplputParams *TP) (vRuleset != NULL)) { Ruleset = (SieveListing *) vRuleset; - - // FIXME add logic to skip if it's the webcit generated script - serv_printf("MSIV getscript|%s", ChrPtr(Ruleset->Name)); StrBuf_ServGetln(Line); if (GetServerStatus(Line, NULL) == 1) -- 2.30.2