From 2ab107e1728290a2c244dbeee561763e7d7b9749 Mon Sep 17 00:00:00 2001 From: kedder Date: Thu, 24 Apr 2003 20:30:37 +0000 Subject: [PATCH] syntax error git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1685 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 b78d294..3e6cb8e 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.119 2003-04-24 07:22:08 richard Exp $ +$Id: mailgw.py,v 1.120 2003-04-24 20:30:37 kedder Exp $ ''' import string, re, os, mimetools, cStringIO, smtplib, socket, binascii, quopri @@ -139,7 +139,7 @@ def openSMTPConnection(config): # use TLS? use_tls = getattr(config, 'MAILHOST_TLS', 'no') - if use_tls == 'yes' + if use_tls == 'yes': # do we have key files too? keyfile = getattr(config, 'MAILHOST_TLS_KEYFILE', '') if keyfile: -- 2.30.2