You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by Justin Mason <jm...@jmason.org> on 2004/12/14 01:46:33 UTC

Re: svn commit: r111767 - /spamassassin/trunk/rules/70_testing.cf

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


quinlan@apache.org writes:
> Author: quinlan
> Date: Mon Dec 13 16:39:58 2004
> New Revision: 111767
> 
> URL: http://svn.apache.org/viewcvs?view=rev&rev=111767
> Log:
> remove Flex Hex rules due to low accuracy

what were the results?

- --j.

> Modified:
>    spamassassin/trunk/rules/70_testing.cf
> 
> Modified: spamassassin/trunk/rules/70_testing.cf
> Url:
> http://svn.apache.org/viewcvs/spamassassin/trunk/rules/70_testing.cf?view=diff&rev=111767&p1=spamassassin/trunk/rules/70_testing.cf&r1=111766&p2=spamassassin/trunk/rules/70_testing.cf&r2=111767
> ==============================================================================
> --- spamassassin/trunk/rules/70_testing.cf	(original)
> +++ spamassassin/trunk/rules/70_testing.cf	Mon Dec 13 16:39:58 2004
> @@ -444,10 +444,6 @@
>  
>  ########################################################################
>  
> -body T_HTML_COLOR_FLEX_HEX_1	eval:html_test('flex_hex1')
> -body T_HTML_COLOR_FLEX_HEX_2	eval:html_test('flex_hex2')
> -body T_HTML_COLOR_FLEX_HEX_3	eval:html_test('flex_hex3')
> -
>  body T_HTML_TAG_EXIST_BGSOUND	eval:html_tag_exists('bgsound')
>  
>  body T_HTML_IMAGE_SIZE_ZERO	eval:html_test('image_size_zero')
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Exmh CVS

iD8DBQFBvjfoMJF5cimLx9ARAqmeAJoC1LsFiyy7oAgPh2cn5hzSIwKuPQCbBBqg
GPRmVGi65Qmr255n9XfEjQc=
=hWvP
-----END PGP SIGNATURE-----


Re: svn commit: r111767 - /spamassassin/trunk/rules/70_testing.cf

Posted by Daniel Quinlan <qu...@pathname.com>.
Justin Mason <jm...@jmason.org> writes:

>> remove Flex Hex rules due to low accuracy

> what were the results?

http://www.pathname.com/~quinlan/DETAILS.new

  0.410   0.3699   1.2903    0.223   0.45    0.01  T_HTML_COLOR_FLEX_HEX_3
  0.466   0.4103   1.6762    0.197   0.41    0.01  T_HTML_COLOR_FLEX_HEX_1
  0.466   0.4103   1.6762    0.197   0.41    0.01  T_HTML_COLOR_FLEX_HEX_2

and if I look at per-user results on HTML messages:

  0.466  0.4103  1.6762  0.197  0.41  0.01  T_HTML_COLOR_FLEX_HEX_1
  0.502  0.2352  1.2411  0.159  0.36  0.01  T_HTML_COLOR_FLEX_HEX_1:cthielen
  1.661  1.6682  0.0000  1.000  0.70  0.01  T_HTML_COLOR_FLEX_HEX_1:daf
  0.038  0.0395  0.0000  1.000  0.42  0.01  T_HTML_COLOR_FLEX_HEX_1:jm
  0.526  0.5422  0.0000  1.000  0.62  0.01  T_HTML_COLOR_FLEX_HEX_1:quinlan
  0.182  0.1009  0.9072  0.100  0.20  0.01  T_HTML_COLOR_FLEX_HEX_1:rODbegbie
  0.197  0.0964  2.6475  0.035  0.16  0.01  T_HTML_COLOR_FLEX_HEX_1:theo

I added leading/trailing whitespace trimming to the code today (found
during some more testing) and it's possible that would fix some of the
ham hits, but I really doubt it's worth more.

It might be better to go after specific patterns, but it doesn't really
seem like a very fertile area.

  #FaFtFw
  #FaFuFb
  #FgFhFu
  #FlFlFx
  #FoFcFf
  #FoFnFs
  #FrFnFb
  #FwFjFz
  #FxFeFu
  #fffffg

Daniel

-- 
Daniel Quinlan
http://www.pathname.com/~quinlan/