summaryrefslogtreecommitdiff
path: root/mailman/Message.py
diff options
context:
space:
mode:
authorBarry Warsaw2008-03-30 22:55:22 -0400
committerBarry Warsaw2008-03-30 22:55:22 -0400
commit898678d457422ba6a0a858362995b30a94fd758f (patch)
tree1b2457513fcbf56f4afc4f7c501935faf01e5a86 /mailman/Message.py
parent0e1c2be3e6110ccece3cbd0ebc5bfd0eb76c3aad (diff)
downloadmailman-898678d457422ba6a0a858362995b30a94fd758f.tar.gz
mailman-898678d457422ba6a0a858362995b30a94fd758f.tar.zst
mailman-898678d457422ba6a0a858362995b30a94fd758f.zip
Diffstat (limited to 'mailman/Message.py')
-rw-r--r--mailman/Message.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/mailman/Message.py b/mailman/Message.py
index e822dd0ff..42c778894 100644
--- a/mailman/Message.py
+++ b/mailman/Message.py
@@ -270,7 +270,6 @@ class UserNotification(Message):
recips=self.recips,
nodecorate=True,
reduced_list_headers=True,
- pipeline='virgin',
)
if mlist is not None:
enqueue_kws['listname'] = mlist.fqdn_listname
@@ -307,5 +306,4 @@ class OwnerNotification(UserNotification):
nodecorate=True,
reduced_list_headers=True,
envsender=self._sender,
- pipeline='virgin',
**_kws)