diff options
| author | bwarsaw | 2002-03-12 00:50:21 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-03-12 00:50:21 +0000 |
| commit | f5266528b7b266ef36054650065680998731d791 (patch) | |
| tree | 11617bec0fb8b558fc9bf8b6d2fec0cff027c923 /Mailman/Handlers/OwnerRecips.py | |
| parent | 5559e100f6a0f57beb519ffb2e594082ad20d1af (diff) | |
| download | mailman-f5266528b7b266ef36054650065680998731d791.tar.gz mailman-f5266528b7b266ef36054650065680998731d791.tar.zst mailman-f5266528b7b266ef36054650065680998731d791.zip | |
Diffstat (limited to 'Mailman/Handlers/OwnerRecips.py')
| -rw-r--r-- | Mailman/Handlers/OwnerRecips.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mailman/Handlers/OwnerRecips.py b/Mailman/Handlers/OwnerRecips.py index eedd72b6c..b14235d21 100644 --- a/Mailman/Handlers/OwnerRecips.py +++ b/Mailman/Handlers/OwnerRecips.py @@ -20,4 +20,7 @@ def process(mlist, msg, msgdata): + # The recipients are the owner and the moderator msgdata['recips'] = mlist.owner + mlist.moderator + # Don't decorate these messages with the header/footers + msgdata['nodecorate'] = 1 |
