summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-03-14 22:37:14 +0000
committerbwarsaw2002-03-14 22:37:14 +0000
commitefb6722b026554b4ec227dfb281e8a7ed735b92e (patch)
treeeb7da8dd7ffd57b32aeac59fe50f5f1d15634dfe
parent9dd5ca1da8d6d6986bfe6a77aa4fcd2f67c36127 (diff)
downloadmailman-efb6722b026554b4ec227dfb281e8a7ed735b92e.tar.gz
mailman-efb6722b026554b4ec227dfb281e8a7ed735b92e.tar.zst
mailman-efb6722b026554b4ec227dfb281e8a7ed735b92e.zip
-rw-r--r--Mailman/Handlers/OwnerRecips.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mailman/Handlers/OwnerRecips.py b/Mailman/Handlers/OwnerRecips.py
index b14235d21..6c25b1085 100644
--- a/Mailman/Handlers/OwnerRecips.py
+++ b/Mailman/Handlers/OwnerRecips.py
@@ -24,3 +24,4 @@ def process(mlist, msg, msgdata):
msgdata['recips'] = mlist.owner + mlist.moderator
# Don't decorate these messages with the header/footers
msgdata['nodecorate'] = 1
+ msgdata['personalize'] = 0