[Assp-test] fixes and changes in 2.0.2_1.2.08

2010-09-10 Thread Thomas Eckardt
Hi all, fixed in 2.0.2_1.2.08 - some weights (RBL URIBL) where wrong calculated - new regex Optimizer.pm module 1.05 changed: - a single regex can be exluded from optimization by putting <<< in front and >>> at the end of the line - URIBL: if an URI is obfuscated and it is reported by a

Re: [Assp-test] Blocking the new email virus

2010-09-10 Thread Thomas Eckardt
If someone wants to detect all links that points to an executable file, the following regex will do it: <<<(?:(?i:[\=\%][46]8|\&\#(?:0?72|104)\;?|h)(?:\=(?:\015?\012|\015))?(?i:[\=\%][57]4|\&\#(?:0?84|116)\;?|t)(?:\=(?:\015?\012|\015))?|(?i:[\=\%][46]6|\&\#(?:0?70|102)\;?|f)(?:\=(?:\015?\012|\015

[Assp-test] Antwort: Re: Antwort: Re: Blocking the new email virus

2010-09-10 Thread Thomas Eckardt
> I'm not clear on where your variant should be placed. Was already posted in the thrad. >> Use the regex in 'bombDataRe'. Thomas Von:ad...@trekcom.net An: ASSP development mailing list Datum: 10.09.2010 18:57 Betreff:Re: [Assp-test] Antwort: Re: Blocking the new email vir

[Assp-test] Antwort: Re: Antwort: Re: Blocking the new email virus

2010-09-10 Thread Thomas Eckardt
>Is there a way to not optimize only some lines instead of all? Yes, put '<<<' in front and '>>>' at the end of the line (without the quotes). There is a small issue in that feature, it only works, if it is not the only line in file - sorry. Thomas Von:K Post An: ASSP development

Re: [Assp-test] Antwort: Re: Blocking the new email virus

2010-09-10 Thread admin
Thanks for your work. I'm not clear on where your variant should be placed. Could you elaborate a little for us newbie's? Thanks, Roger On 9/10/2010 10:00 AM, Thomas Eckardt wrote: > This variant is more exact (and tested !), > > (?:(?i:[\=\%][46]8|\&\#(?:0?72|104)\;?|h)(?:\=(?:\015?\012|\01

[Assp-test] URIBL weighting

2010-09-10 Thread Fritz Borgstedt
Starting with 1.8.1.0 (0.0.18) the weighting in URIBL is done differently: URIBL Service Providers* (URIBLServiceProvider) Domain Names of URIBLs to use separated by "|". You may set for every provider a weight like multi.surbl.org=>50|black.uribl.com=>25. The value of the weight can be set dire

Re: [Assp-test] Antwort: Re: Blocking the new email virus

2010-09-10 Thread Dale
Hi Thomas I see this is now coming up Error: Worker_1: read timeout at /usr/local/lib/perl5/site_perl/5.10.1/LWP/Protocol/http.pm line 426. at /usr/local/lib/perl5/site_perl/5.10.1/LWP/UserAgent.pm line 844. Dale - Original Message - From: "Thomas Eckardt" To: "Dale" ; "ASSP

Re: [Assp-test] Antwort: Re: Blocking the new email virus

2010-09-10 Thread K Post
THANK YOU THOMAS, not just for the regex but for the clear explanation! I didn't mean to imply that ASSP was a problem or anything, just that with email brings line breaks, hex and dec encoding, etc... The a-d-n-o-r command that you wrote about goes in the config file? That disables optimization

[Assp-test] Antwort: Re: Blocking the new email virus

2010-09-10 Thread Thomas Eckardt
This variant is more exact (and tested !), (?:(?i:[\=\%][46]8|\&\#(?:0?72|104)\;?|h)(?:\=(?:\015?\012|\015))?(?i:[\=\%][57]4|\&\#(?:0?84|116)\;?|t)(?:\=(?:\015?\012|\015))?|(?i:[\=\%][46]6|\&\#(?:0?70|102)\;?|f)(?:\=(?:\015?\012|\015))?)(?i:[\=\%][57]4|\&\#(?:0?84|116)\;?|t)(?:\=(?:\015?\012|\015)

Re: [Assp-test] Blocking the new email virus

2010-09-10 Thread Dale
Hi Thomas Just to confirm, in file:files/bombdatare.txt I add in one line, (?:(?i:[\=\%][46]8|\&\#(?:0?72|104)\;?|h)(?i:[\=\%][57]4|\&\#(?:0?84|116)\;?|t)|(?i:[\=\%][46]6|\&\#(?:0?70|102)\;?|f))(?i:[\=\%][57]4|\&\#(?:0?84|116)\;?|t)(?i:[\=\%][57]0|\&\#(?:0?80|112)\;?|p)(?i:[\=\%][57]3|\&\#(?:0?83

Re: [Assp-test] Blocking the new email virus

2010-09-10 Thread Thomas Eckardt
To detect very bad URL's, I recommend to use 'a bit more' extended regexes. (?:(?i:[\=\%][46]8|\&\#(?:0?72|104)\;?|h)(?i:[\=\%][57]4|\&\#(?:0?84|116)\;?|t)|(?i:[\=\%][46]6|\&\#(?:0?70|102)\;?|f))(?i:[\=\%][57]4|\&\#(?:0?84|116)\;?|t)(?i:[\=\%][57]0|\&\#(?:0?80|112)\;?|p)(?i:[\=\%][57]3|\&\#(?:0?8