From 9091617bfa646db2993f7c03aad9b28e5cee3e86 Mon Sep 17 00:00:00 2001 From: richard Date: Sat, 22 Feb 2003 06:47:04 +0000 Subject: [PATCH] fix for sf bug 691046 git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1539 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/mailgw.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roundup/mailgw.py b/roundup/mailgw.py index 83ccce0..14b5d03 100644 --- a/roundup/mailgw.py +++ b/roundup/mailgw.py @@ -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) -- 2.30.2