summaryrefslogtreecommitdiff
path: root/Mailman/Queue/OutgoingRunner.py
diff options
context:
space:
mode:
authortkikuchi2006-11-27 00:35:38 +0000
committertkikuchi2006-11-27 00:35:38 +0000
commitbb9f0c58c062cf0bc7ca0e103355443445af2923 (patch)
tree9b827d7359653ccb7c4fdc3f0a4a5e2857c7dd44 /Mailman/Queue/OutgoingRunner.py
parent4bc945e546d0d706f498123a5c9887925736f0f5 (diff)
downloadmailman-bb9f0c58c062cf0bc7ca0e103355443445af2923.tar.gz
mailman-bb9f0c58c062cf0bc7ca0e103355443445af2923.tar.zst
mailman-bb9f0c58c062cf0bc7ca0e103355443445af2923.zip
Diffstat (limited to 'Mailman/Queue/OutgoingRunner.py')
-rw-r--r--Mailman/Queue/OutgoingRunner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Queue/OutgoingRunner.py b/Mailman/Queue/OutgoingRunner.py
index 351f24da6..78929398c 100644
--- a/Mailman/Queue/OutgoingRunner.py
+++ b/Mailman/Queue/OutgoingRunner.py
@@ -99,7 +99,7 @@ class OutgoingRunner(Runner, BounceMixin):
# this is what's sent to the user in the probe message. Maybe
# we should craft a bounce-like message containing information
# about the permanent SMTP failure?
- self._queue_bounces(mlist.internal_name(), e.permfailures, msg)
+ self._queue_bounces(mlist.fqdn_listname, e.permfailures, msg)
# Move temporary failures to the qfiles/retry queue which will
# occasionally move them back here for another shot at
# delivery.