summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8de635d)
raw | patch | inline | side by side (parent: 8de635d)
author | jlgijsbers <jlgijsbers@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 8 Sep 2003 21:27:16 +0000 (21:27 +0000) | ||
committer | jlgijsbers <jlgijsbers@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 8 Sep 2003 21:27:16 +0000 (21:27 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1872 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/mailgw.py | patch | blob | history |
diff --git a/roundup/mailgw.py b/roundup/mailgw.py
index afa95873234c92163fbb262075789c18738010a7..23e294315d474aeb23fd3760766311606f6f813c 100644 (file)
--- a/roundup/mailgw.py
+++ b/roundup/mailgw.py
an exception, the original message is bounced back to the sender with the
explanatory message given in the exception.
-$Id: mailgw.py,v 1.131 2003-09-08 21:18:56 jlgijsbers Exp $
+$Id: mailgw.py,v 1.132 2003-09-08 21:27:16 jlgijsbers Exp $
"""
import string, re, os, mimetools, cStringIO, smtplib, socket, binascii, quopri
self.db.confirm_registration(otk.group('otk'))
subject = 'Your registration to %s is complete' % \
self.instance.config.TRACKER_NAME
- sendto = [message.getaddrlist('from')[0][1]]
+ sendto = message.getaddrlist('from')[0][1]
self.mailer.standard_message(sendto, subject, '')
return
elif hasattr(self.instance.config, 'MAIL_DEFAULT_CLASS') and \