Exception in thread - Python

Use this forum to report bugs and to check for bugfixes and new releases of OpenEMM

Moderator: moderator

williamnovel
Posts: 3
Joined: Thu Oct 16, 2008 3:38 pm

Exception in thread - Python

Post 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
maschoff
Site Admin
Posts: 2602
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Post 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").
OpenEMM Maintainer
Post Reply