Skip to content

Commit f0f0294

Browse files
author
Richard Jones
committed
fix for [SF#691046]
1 parent c878681 commit f0f0294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/mailgw.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class node. Any parts of other types are each stored in separate files
7373
an exception, the original message is bounced back to the sender with the
7474
explanatory message given in the exception.
7575
76-
$Id: mailgw.py,v 1.109 2003-02-06 05:43:47 richard Exp $
76+
$Id: mailgw.py,v 1.110 2003-02-22 06:47:04 richard Exp $
7777
'''
7878

7979
import string, re, os, mimetools, cStringIO, smtplib, socket, binascii, quopri
@@ -168,7 +168,7 @@ class MailGW:
168168
def __init__(self, instance, db, arguments={}):
169169
self.instance = instance
170170
self.db = db
171-
self.arguments = {}
171+
self.arguments = arguments
172172

173173
# should we trap exceptions (normal usage) or pass them through
174174
# (for testing)

0 commit comments

Comments
 (0)