Merge pull request #7 from apache/humbedooh/default-to-dev

comment out devnull target, fall back to dev@project until we have assessed the scale of missing configs
diff --git a/notifier.py b/notifier.py
index 704dc77..256934e 100644
--- a/notifier.py
+++ b/notifier.py
@@ -193,7 +193,7 @@
                     key = rule.format(**rule_dict)
                     if key in scheme and scheme[key]:  # If we have this scheme and it is non-empty, return it
                         return scheme[key]
-                return self.config["default_recipient"]  # No (non-empty) scheme found, return default git recipient
+                # return self.config["default_recipient"]  # No (non-empty) scheme found, return default git recipient
 
             elif itype == "commit" and "commits" in scheme:
                 return scheme["commits"]