Re: [Mailman-Users] New install: Uncaught runner exception: nothing torepeat

2005-10-22 Thread Dwight Tovey
Dwight Tovey said: > > Mark Sapiro said: >> You're almost there. If you look at lines 97 and 98 in >> /usr/local/mailman/Mailman/Handlers/SpamDetect.py, you'll see >> >> for header, regex in mm_cfg.KNOWN_SPAMMERS: >> cre = re.compile(regex, re.IGNORECASE) >> >> Thus, the bad regex is i

Re: [Mailman-Users] New install: Uncaught runner exception: nothing torepeat

2005-10-22 Thread Dwight Tovey
Mark Sapiro said: > You're almost there. If you look at lines 97 and 98 in > /usr/local/mailman/Mailman/Handlers/SpamDetect.py, you'll see > > for header, regex in mm_cfg.KNOWN_SPAMMERS: > cre = re.compile(regex, re.IGNORECASE) > > Thus, the bad regex is in the KNOWN_SPAMMERS list in m

Re: [Mailman-Users] New install: Uncaught runner exception: nothing torepeat

2005-10-22 Thread Mark Sapiro
Dwight Tovey wrote: > >Next I go in to the list info page and sign up. The confirmation message >succesfully goes out. I then confirm the subscription (either by clicking >on the supplied link or sending back a reply) and from the logs I can see >that Mailman tries to send out a notification to t