diff options
author | Kali Kaneko <kali@leap.se> | 2015-12-04 15:10:45 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-12-04 15:52:28 -0400 |
commit | 37672d4caf1d2a0907732d1df257b13f0fdfd4a5 (patch) | |
tree | 7f4eafe9be959da8a1acf5d41841e7b8bbd4db80 /pkg | |
parent | 0226ccbc7a8b43e5d8ea9825a5a9aebb6c0c5755 (diff) |
[bug] skip fingerprint-map section for watching too
Diffstat (limited to 'pkg')
-rwxr-xr-x | pkg/mx.tac | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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") |