summaryrefslogtreecommitdiff
path: root/src/mailman/handlers/owner_recipients.py
diff options
context:
space:
mode:
authorBarry Warsaw2012-03-23 19:15:43 -0400
committerBarry Warsaw2012-03-23 19:15:43 -0400
commite005e1b12fa0bd82d2e126df476b5505b440ce36 (patch)
treef51fe7931545e23058cdb65595c7caed9b43bb0e /src/mailman/handlers/owner_recipients.py
parent1d9fdeb0e587352a3bc66a3263152614bb6085dd (diff)
downloadmailman-e005e1b12fa0bd82d2e126df476b5505b440ce36.tar.gz
mailman-e005e1b12fa0bd82d2e126df476b5505b440ce36.tar.zst
mailman-e005e1b12fa0bd82d2e126df476b5505b440ce36.zip
Diffstat (limited to 'src/mailman/handlers/owner_recipients.py')
-rw-r--r--src/mailman/handlers/owner_recipients.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mailman/handlers/owner_recipients.py b/src/mailman/handlers/owner_recipients.py
index 80ed3e598..e431d00cf 100644
--- a/src/mailman/handlers/owner_recipients.py
+++ b/src/mailman/handlers/owner_recipients.py
@@ -62,3 +62,6 @@ class OwnerRecipients:
# Don't decorate these messages with the header/footers. Eventually
# we should support unique decorations for owner emails.
msgdata['nodecorate'] = True
+ # We should probably always VERP deliveries to the owners. We
+ # *really* want to know if they are bouncing.
+ msgdata['verp'] = True