Hello,
because ResultsDB instances work fine, I decided to lower the burden on fedora mailman and our mailboxes and disabled "ok" test results notifications coming from autoqa production server into autoqa-results ML. This is now set in autoqa.conf both on production and staging:
result_email_blacklist = ^.*: (PASSED|FAILED|INFO);.*$
That means autoqa-results will receive only CRASHED, ABORTED and NEEDS_INSPECTION emails. ResultsDB doesn't support any notification system yet, so it's useful. All the rest can be found in ResultsDBs.
Kamil