From 37672d4caf1d2a0907732d1df257b13f0fdfd4a5 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 4 Dec 2015 15:10:45 -0400 Subject: [bug] skip fingerprint-map section for watching too --- pkg/mx.tac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/mx.tac b/pkg/mx.tac index 6f7b104..4ae08f2 100755 --- a/pkg/mx.tac +++ b/pkg/mx.tac @@ -82,7 +82,8 @@ check_recipient.setServiceParent(application) # Mail receiver directories = [] for section in config.sections(): - if section in ("couchdb", "alias map", "check recipient", "bounce"): + if section in ("couchdb", "alias map", "check recipient", + "fingerprint map", "bounce"): continue to_watch = config.get(section, "path") recursive = config.getboolean(section, "recursive") -- cgit v1.2.3