From 7e7f3f1111a27a9763672b9260a5a03288d0f6b5 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 7 Jan 2015 15:52:22 -0500 Subject: [PATCH] Forgot to specify the fasnick here. --- fmn/lib/defaults.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/fmn/lib/defaults.py b/fmn/lib/defaults.py index 6f5b21e..3bfbc49 100644 --- a/fmn/lib/defaults.py +++ b/fmn/lib/defaults.py @@ -14,9 +14,6 @@ # filters) exclusion_packages = [ - # If this is a message about a package of mine, **and** i'm responsible for - # it, then don't trigger this filter. Rely on the other one. - 'user_filter', ] exclusion_username = [ @@ -344,6 +341,13 @@ def contexts(): filt.add_rule(session, valid_paths, "fmn.rules:user_package_filter", fasnick=nick) + # If this is a message about a package of mine, **and** i'm responsible + # for it, then don't trigger this filter. Rely on the previous one. + filt.add_rule(session, valid_paths, + "fmn.rules:user_filter", + fasnick=nick, + negated=True) + # Right off the bat, ignore all messages from non-primary kojis. filt.add_rule(session, valid_paths, "fmn.rules:koji_instance",