some more fixes

This commit is contained in:
2021-10-04 13:18:53 +02:00
parent 32bebf873d
commit 251f15a1d9
3 changed files with 5 additions and 3 deletions

View File

@@ -362,7 +362,6 @@ class Quarantine:
"pretend": cfg["pretend"],
"type": "store",
"args": cfg["args"]["store"].get_config()})
storage_cfg["args"]["metadata"] = True
self._storage = Store(storage_cfg, local_addrs, debug)
self.smtp_host = cfg["args"]["smtp_host"]