Revision: 8102
          http://svn.sourceforge.net/mailman/?rev=8102&view=rev
Author:   tkikuchi
Date:     2006-11-26 16:35:38 -0800 (Sun, 26 Nov 2006)

Log Message:
-----------
internal_name() to fqdn_listname change.

Modified Paths:
--------------
    trunk/mailman/Mailman/Queue/BounceRunner.py
    trunk/mailman/Mailman/Queue/OutgoingRunner.py

Modified: trunk/mailman/Mailman/Queue/BounceRunner.py
===================================================================
--- trunk/mailman/Mailman/Queue/BounceRunner.py 2006-11-26 02:01:38 UTC (rev 
8101)
+++ trunk/mailman/Mailman/Queue/BounceRunner.py 2006-11-27 00:35:38 UTC (rev 
8102)
@@ -221,7 +221,7 @@
         # although I'm unsure how that could happen.  Possibly ScanMessages()
         # can let None's sneak through.  In any event, this will kill them.
         addrs = filter(None, addrs)
-        self._queue_bounces(mlist.internal_name(), addrs, msg)
+        self._queue_bounces(mlist.fqdn_listname, addrs, msg)
 
     _doperiodic = BounceMixin._doperiodic
 

Modified: trunk/mailman/Mailman/Queue/OutgoingRunner.py
===================================================================
--- trunk/mailman/Mailman/Queue/OutgoingRunner.py       2006-11-26 02:01:38 UTC 
(rev 8101)
+++ trunk/mailman/Mailman/Queue/OutgoingRunner.py       2006-11-27 00:35:38 UTC 
(rev 8102)
@@ -99,7 +99,7 @@
                 # 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.


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to