summaryrefslogtreecommitdiff
path: root/pkg/mx.tac
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/mx.tac')
-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")