Lloyd Zusman <[EMAIL PROTECTED]> writes: > File "./TMDA/FilterParser.py", line 1069, in firstmatch > File "/usr/local/lib/python2.3/sre.py", line 137, in search > return _compile(pattern, flags).search(string) > RuntimeError: maximum recursion limit exceeded
Something in your configuration has exceeded the maximum depth of the Python interpreter stack. This limit prevents infinite recursion from causing an overflow of the C stack and crashing Python. Check your 'body' and/or 'headers' rules. You probably bungled one of the regular expressions. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
