Re: [Assp-user] ASSP stops unexpectedly

2006-08-26 Thread Rybski Dajo
backreferences (whatever that is). Dajo -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Rybski Dajo Verzonden: zaterdag 26 augustus 2006 14:16 Aan: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy Onderwerp: Re: [Assp-user] ASSP stops unexpectedly

Re: [Assp-user] ASSP stops unexpectedly

2006-08-26 Thread Rybski Dajo
I believe I found why the regex crashes ASSP, but I'm not good enough in writing regex's to solve it. As I said earlier the regex causing the crash here is the one for side-effect from the ASSP wiki: \b[S$5]+\s?\S?\s?\W?[I1\!\|lt]+\s?\S?\s?\W?D+\s?\S?\s?\W?(\s?\S?\s?\W?)+

Re: [Assp-user] ASSP stops unexpectedly

2006-08-26 Thread Matti Haack
My Regex Program (Regex Buddy) Shows me a strange backreference in the middle and some more problems. Try this Regex instead: \b[S$5][\s\W]{0,}[I|!][\s\W]{0,}[DO][\s\W]{0,}(?:[E3]{0,}[\s\W]{0,}){1,}F{1,}[\s\W]{0,}[E3][\s\W]{0,}C[\s\W]{0,}[T][\s\W]{0,} It should do the job wihtout referencing a

Re: [Assp-user] ASSP stops unexpectedly

2006-08-26 Thread Micheal Espinola Jr
Rybski Dajo wrote: I entered this regex in rexv.org and got no response from server. After testing the problem seems to be with the dollar sign $ at the beginning (5th char). After removing the $ the regex works fine on rexv.org. I'm going to test this in ASSP soon. According to rexv.org

Re: [Assp-user] ASSP stops unexpectedly

2006-08-25 Thread Fritz Borgstedt
What steps can I take to troubleshoot this? Show us the log. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier

Re: [Assp-user] ASSP stops unexpectedly

2006-08-25 Thread Rybski Dajo
Onderwerp: Re: [Assp-user] ASSP stops unexpectedly What steps can I take to troubleshoot this? Show us the log. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre

Re: [Assp-user] ASSP stops unexpectedly

2006-08-25 Thread Rybski Dajo
] [mailto:[EMAIL PROTECTED] Namens Fritz Borgstedt Verzonden: vrijdag 25 augustus 2006 15:52 Aan: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy Onderwerp: Re: [Assp-user] ASSP stops unexpectedly Questions and Answers for users of ASSP Anti-Spam SMTP Proxy assp-user@lists.sourceforge.net

Re: [Assp-user] ASSP stops unexpectedly

2006-08-25 Thread Rybski Dajo
Only bombre is left I'm afraid. That's the next one to disable... With dobombre = 0 the mail is considered bayesian spam and ASSP keeps running just fine. Is there an easy way to check individual RE's ? Or where should I look further?

Re: [Assp-user] ASSP stops unexpectedly

2006-08-25 Thread Fritz Borgstedt
Only bombre is left I'm afraid. That's the next one to disable... With dobombre = 0 the mail is considered bayesian spam and ASSP keeps running just fine. Is there an easy way to check individual RE's ? Or where should I look further? Remove the last additions. I remember some regex here some

Re: [Assp-user] ASSP stops unexpectedly

2006-08-25 Thread Dickson, Paul
, 2006 11:30 AM To: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy Subject: Re: [Assp-user] ASSP stops unexpectedly Only bombre is left I'm afraid. That's the next one to disable... With dobombre = 0 the mail is considered bayesian spam and ASSP keeps running just fine

Re: [Assp-user] ASSP stops unexpectedly

2006-08-25 Thread Rybski Dajo
some regex which caused segmentation errors, somebody else remembering? I removed the regex I got from the wiki (those Michael mentioned) and it seems solved. Are all of them not behaving correctly? Those regex were actually catching a lot of spam and it's a pity I have to remove them...

Re: [Assp-user] ASSP stops unexpectedly

2006-08-25 Thread Fritz Borgstedt
I've noticed it you restart assp from the commandline, and there is a bad regex, assp spews the entire regex file at you. One way to tell if it is that badly formed. That would be an error in the regex. - Using Tomcat but

Re: [Assp-user] ASSP stops unexpectedly

2006-08-25 Thread Rybski Dajo
some regex which caused segmentation errors, somebody else remembering? I removed the regex I got from the wiki (those Michael mentioned) and it seems solved. Are all of them not behaving correctly? Those regex were actually catching a lot of spam and it's a pity I have to remove them...

Re: [Assp-user] ASSP stops unexpectedly

2006-08-25 Thread Fritz Borgstedt
Questions and Answers for users of ASSP Anti-Spam SMTP Proxy assp-user@lists.sourceforge.net schreibt: Are all of them not behaving correctly? Those regex were actually catching a lot of spam and it's a pity I have to remove them... You could help in testing them by adding one after the other.