Skip to content

Commit 5428144

Browse files
author
Andrey Lebedev
committed
syntax error
1 parent 4b5e263 commit 5428144

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.119 2003-04-24 07:22:08 richard Exp $
76+
$Id: mailgw.py,v 1.120 2003-04-24 20:30:37 kedder Exp $
7777
'''
7878

7979
import string, re, os, mimetools, cStringIO, smtplib, socket, binascii, quopri
@@ -139,7 +139,7 @@ def openSMTPConnection(config):
139139

140140
# use TLS?
141141
use_tls = getattr(config, 'MAILHOST_TLS', 'no')
142-
if use_tls == 'yes'
142+
if use_tls == 'yes':
143143
# do we have key files too?
144144
keyfile = getattr(config, 'MAILHOST_TLS_KEYFILE', '')
145145
if keyfile:

0 commit comments

Comments
 (0)