Code

fix for sf bug 691046
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sat, 22 Feb 2003 06:47:04 +0000 (06:47 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sat, 22 Feb 2003 06:47:04 +0000 (06:47 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1539 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/mailgw.py

index 83ccce00001ae06cace065da72202e2629b930ee..14b5d03ec4d66cb391980907235971ac5eda12e0 100644 (file)
@@ -73,7 +73,7 @@ are calling the create() method to create a new node). If an auditor raises
 an exception, the original message is bounced back to the sender with the
 explanatory message given in the exception. 
 
-$Id: mailgw.py,v 1.109 2003-02-06 05:43:47 richard Exp $
+$Id: mailgw.py,v 1.110 2003-02-22 06:47:04 richard Exp $
 '''
 
 import string, re, os, mimetools, cStringIO, smtplib, socket, binascii, quopri
@@ -168,7 +168,7 @@ class MailGW:
     def __init__(self, instance, db, arguments={}):
         self.instance = instance
         self.db = db
-        self.arguments = {}
+        self.arguments = arguments
 
         # should we trap exceptions (normal usage) or pass them through
         # (for testing)