diff roundup/mailgw.py @ 4477:9be284ce56b7

Fixed bug in mailgw refactoring, patch issue2550697 (thanks Hubert Touvet)
author Richard Jones <richard@users.sourceforge.net>
date Thu, 14 Apr 2011 05:29:39 +0000
parents 90aae2faac72
children 693c75d56ebe
line wrap: on
line diff
--- a/roundup/mailgw.py	Wed Apr 06 13:29:32 2011 +0000
+++ b/roundup/mailgw.py	Thu Apr 14 05:29:39 2011 +0000
@@ -704,7 +704,7 @@
             attempts.append(classname)
 
         if self.mailgw.default_class:
-            attempts.append(self.default_class)
+            attempts.append(self.mailgw.default_class)
         else:
             attempts.append(self.config['MAILGW_DEFAULT_CLASS'])
 

Roundup Issue Tracker: http://roundup-tracker.org/