Add tmp dummy mail report so that the diagnoser kinda works instead of failing miserably

This commit is contained in:
Alexandre Aubin 2019-10-11 20:04:53 +02:00
parent e67e9e27ba
commit d6eb55d2a2

View file

@ -13,7 +13,11 @@ class MailDiagnoser(Diagnoser):
def run(self):
return # TODO / FIXME TO BE IMPLEMETED in the future ...
# TODO / FIXME TO BE IMPLEMETED in the future ...
yield dict(meta={},
status="WARNING",
summary=("nothing_implemented_yet", {}))
# Mail blacklist using dig requests (c.f. ljf's code)