mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Add tmp dummy mail report so that the diagnoser kinda works instead of failing miserably
This commit is contained in:
parent
e67e9e27ba
commit
d6eb55d2a2
1 changed files with 5 additions and 1 deletions
|
@ -13,7 +13,11 @@ class MailDiagnoser(Diagnoser):
|
||||||
|
|
||||||
def run(self):
|
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)
|
# Mail blacklist using dig requests (c.f. ljf's code)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue