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:10:45 -0400 |
commit | 9085a1662f9a2f306a38662e49a3cfac2d69d1b7 (patch) | |
tree | d5dca13b2c3e858a81edebedccfc20f561a6ddee | |
parent | 461c411d27e7f87ceb61265b5185c266cfb1e4b4 (diff) |
[bug] skip fingerprint-map section for watching too
-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") |