If I'm not wrong, starting from the following regexp

INetMsg\.=>1.0
Heuristics=>1.25
Safebrowsing=>1.25
Sanesecurity\.Jurlbl\.Auto\.x=>1.6
INetMsg\.SpamDomain-2w\.=>2.0
(MSRBL-Images\.)=>2.1
winnow\.spam\.x=>2.1
Sanesecurity\.Jurlbl\.x=>2.6
Email.Spam\d{1,4}-SecuriteInfo=>4.1
(Email|HTML|Sanesecurity)\.(Phishing|Spear|(Spam|Scam)[a-z0-9]?)\.i=>4.6
Phishing\.=>4.6
(MSRBL-SPAM\.)=>5.1
Sanesecurity\.(Hdr|Img|ImgO|Junk|Doc|Casino)\.x=>6.1
Sanesecurity\.(Loan|Porn|Bou|Dipl|Cred)\.x=>6.1
Sanesecurity\.(Lott|Fake|SpamImg|Job|Stk)\.x=>6.1
winnow\.phish\.x=>6.1

and converting the weights for ASSP the result should be

INetMsg\.=>0.16
Heuristics=>0.2
Safebrowsing=>0.6
Sanesecurity\.Jurlbl\.Auto\.x=>0.26
INetMsg\.SpamDomain-2w\.=>0.33
(MSRBL-Images\.)=>0.35
winnow\.spam\.x=>0.35
Sanesecurity\.Jurlbl\.x=>0.43
Email.Spam\d{1,4}-SecuriteInfo=>0.68
(Email|HTML|Sanesecurity)\.(Phishing|Spear|(Spam|Scam)[a-z0-9]?)\.i=>0.7
6
Phishing\.=>0.76
(MSRBL-SPAM\.)=>0.85
Sanesecurity\.(Hdr|Img|ImgO|Junk|Doc|Casino)\.x=>1
Sanesecurity\.(Loan|Porn|Bou|Dipl|Cred)\.x=>1
Sanesecurity\.(Lott|Fake|SpamImg|Job|Stk)\.x=>1
winnow\.phish\.x=>1

not sure if the entries at weight "1" are appropriate or should be
removed; since in the original list the 6.1 values meant "reject"
so probably those entries shouldn't be there

Also, I hope I got my divisions correct; I just divided the original
score by 6 so the 1.0 original score in the first list became 0.16
for the ASSP scoring list since ASSP is multiplying the vsValencePB
by the given value, so, for example having a vsValencePB of 25
and a hit on the first regexp (0.16) will result in a score of 4 ..
again,
not sure if it's correct or if the score should be increased (figures
seem low to me)

If you spot some mistake please let me know


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to