diff roundup/mailgw.py @ 1618:bc43a9677217

syntax error
author Andrey Lebedev <kedder@users.sourceforge.net>
date Thu, 24 Apr 2003 20:30:37 +0000
parents 12637989ca4b
children fc9dafcb62e0
line wrap: on
line diff
--- a/roundup/mailgw.py	Thu Apr 24 07:51:52 2003 +0000
+++ b/roundup/mailgw.py	Thu Apr 24 20:30:37 2003 +0000
@@ -73,7 +73,7 @@
 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 @@
 
     # 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:

Roundup Issue Tracker: http://roundup-tracker.org/