summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-12-04 15:10:45 -0400
committerKali Kaneko <kali@leap.se>2015-12-04 15:10:45 -0400
commit9085a1662f9a2f306a38662e49a3cfac2d69d1b7 (patch)
treed5dca13b2c3e858a81edebedccfc20f561a6ddee
parent461c411d27e7f87ceb61265b5185c266cfb1e4b4 (diff)
[bug] skip fingerprint-map section for watching too
-rwxr-xr-xpkg/mx.tac3
1 files changed, 2 insertions, 1 deletions
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")