summaryrefslogtreecommitdiff
path: root/src/mailman/pipeline/owner_recipients.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/pipeline/owner_recipients.py')
-rw-r--r--src/mailman/pipeline/owner_recipients.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/pipeline/owner_recipients.py b/src/mailman/pipeline/owner_recipients.py
index ca6c17bd9..d6a750820 100644
--- a/src/mailman/pipeline/owner_recipients.py
+++ b/src/mailman/pipeline/owner_recipients.py
@@ -26,7 +26,9 @@ __all__ = [
+# pylint: disable-msg=W0613
def process(mlist, msg, msgdata):
+ """Add owner recipients."""
# The recipients are the owner and the moderator
msgdata['recipients'] = mlist.owner + mlist.moderator
# Don't decorate these messages with the header/footers