diff options
Diffstat (limited to 'Mailman/Handlers/OwnerRecips.py')
| -rw-r--r-- | Mailman/Handlers/OwnerRecips.py | 1 |
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 |
