diff options
| author | Barry Warsaw | 2009-12-14 22:49:47 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-12-14 22:49:47 -0500 |
| commit | 7592ba511e37a299e3329f95e584873f3613dc5f (patch) | |
| tree | d7b11c6d0ebbb5006d1ff12a1829659a05dbfb17 /src/mailman/pipeline/owner_recipients.py | |
| parent | 91020e5c0b7cc70b12d16741bd415b5eb017b63e (diff) | |
| download | mailman-7592ba511e37a299e3329f95e584873f3613dc5f.tar.gz mailman-7592ba511e37a299e3329f95e584873f3613dc5f.tar.zst mailman-7592ba511e37a299e3329f95e584873f3613dc5f.zip | |
Diffstat (limited to 'src/mailman/pipeline/owner_recipients.py')
| -rw-r--r-- | src/mailman/pipeline/owner_recipients.py | 2 |
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 |
