> 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.
I'll check, but I haven't changed any of those rules in months. Could there be something about certain incoming messages which triggers this kind of error only under certain cases? -- Lloyd Zusman [EMAIL PROTECTED] _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
