Page 1 of 1

Exception in thread - Python

Posted: Thu Nov 06, 2008 6:37 pm
by williamnovel
Below is the exception when I started up OpenEMM.. I am not sending any mailings at this stage, sometime ago I have sent for 500 emails. Whether the following exception will result in any poor performance.

Starting up .. home is C:\OpenEMM .. found codebase .. found database.
Running, press return for termination: Exception in thread Thread-59:
Traceback (most recent call last):
File "C:\Python25\lib\threading.py", line 486, in __bootstrap_inner
self.run()
File "C:\OpenEMM\bin\scripts\semu.py", line 531, in run
qrelay = Spool.relays.getRelay (domain)
File "C:\OpenEMM\bin\scripts\semu.py", line 331, in getRelay
r = self.findRelay (domain, now)
File "C:\OpenEMM\bin\scripts\semu.py", line 297, in findRelay
(rtype, resolv) = self.findDomain (domain)
File "C:\OpenEMM\bin\scripts\semu.py", line 270, in findDomain
return self.nsLookup (domain)
File "C:\OpenEMM\bin\scripts\semu.py", line 208, in nsLookup
pat = re.compile ('^%s[ \t]+' % domain)
File "C:\Python25\lib\re.py", line 188, in compile
return _compile(pattern, flags)
File "C:\Python25\lib\re.py", line 241, in _compile
raise error, v # invalid expression
error: multiple repeat


With Regards

Posted: Fri Nov 07, 2008 4:50 pm
by maschoff
The reason for this error message could be a recipient's email address with a weird domain name which should not exist (like "c++.org").