summaryrefslogtreecommitdiff
path: root/Mailman/rules/moderation.py
diff options
context:
space:
mode:
authorBarry Warsaw2008-01-23 23:47:50 -0500
committerBarry Warsaw2008-01-23 23:47:50 -0500
commitdf637148d8fa2d5c101a990ee6766ea8547f000a (patch)
tree92e3e1c218c6f59031a0d0383a98a38e38dc2f9f /Mailman/rules/moderation.py
parent4460aad316db5c8af9b84c392e67441acaac9d72 (diff)
downloadmailman-df637148d8fa2d5c101a990ee6766ea8547f000a.tar.gz
mailman-df637148d8fa2d5c101a990ee6766ea8547f000a.tar.zst
mailman-df637148d8fa2d5c101a990ee6766ea8547f000a.zip
Diffstat (limited to 'Mailman/rules/moderation.py')
-rw-r--r--Mailman/rules/moderation.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/Mailman/rules/moderation.py b/Mailman/rules/moderation.py
index 9fa7cd34d..29a478662 100644
--- a/Mailman/rules/moderation.py
+++ b/Mailman/rules/moderation.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -37,6 +37,7 @@ class Moderation:
name = 'moderation'
description = _('Match messages sent by moderated members.')
+ record = True
def check(self, mlist, msg, msgdata):
"""See `IRule`."""
@@ -54,6 +55,7 @@ class NonMember:
name = 'non-member'
description = _('Match messages sent by non-members.')
+ record = True
def check(self, mlist, msg, msgdata):
"""See `IRule`."""