> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Larry Gilson
> Sent: Thursday, October 30, 2003 7:35 AM
> To: 'Jennifer Wheeler'; [EMAIL PROTECTED]
> Subject: RE: [SAtalk] Exessive HTML Code
> 
> Thanks Jennifer!  I should have know you would be on top of this.
> 
> --Larry
> 
> > 
> > I've been using similar rules without havoc.  The font/font 
> > could be much better, I was just lazy and wrote it just for 
> > the spam I had and haven't gotten around to tweaking that 
> > one.  You could include some more, I just threw these in.
> > 
> > rawbody  J_HTML_FNTFNT  /<font color\=\#.{0,6}><\/font>/i
> > score    J_HTML_FNTFNT  1.0
> > 
> > rawbody  J_HTML_I_I     /<i><\/i>/i
> > score    J_HTML_I_I     1.0
> > 
> > rawbody  J_HTML_B_B     /<b><\/b>/i
> > score    J_HTML_B_B     1.0
> > 
> > rawbody  J_HTML_LI_LI   /<li><\/li>/i
> > score    J_HTML_LI_LI   1.0
> > 
> > rawbody  J_HTML_UL_UL   /<ul><\/ul>/i
> > score    J_HTML_UL_UL   1.0
> >     
> > rawbody  J_HTML_U_U /<u><\/u>/i
> > score          J_HTML_U_U   1.0
> > 
> > But this was for obfuscating <b></b>phrases rather than 
> > words.  I did several so I wouldn't have to score them as 
> > high.  They wouldn't do diddly for the score in Mark's 
> > example, that's the first I've seen those tags as 'popcorn' 
> > in the source. I figured it was coming based on the other 
> > little evasive things they're doing. (many unsuccessful) The 
> > key is keep doing secret tweaks to your P&B as they change 
> > their style, mustn't show all your cards. ;)  but a tweak on 
> > P&B wouldn't be practical in this case. (in my inexperienced 
> > opinion) Perhaps it's time for a new set.  That would be an 
> > easy technique to stop them from using lest they get tagged.  
> > When I get some time, I'll play around.
> > 
> > Jennifer
> 

I put together this list of the alphabet, plus li,ul, & Jennifer's FNTFNT,
into a useless.cf file.  Maybe it will save somebody some typing....
Valid tags I have set to score at 0.5 for now, others score at 3.0

-Matt


# Useless HTML Tags
# 10/29/2003 - Matt Yackley
# Useless
# Function: adjective
# Date: 1593
# : having or being of no use: a : INEFFECTUAL b : not able to give service
or aid : INEPT

rawbody MY_USELESS_A /<a><\/a>/i
score MY_USELESS_A 0.5

rawbody MY_USELESS_B /<b><\/b>/i
score MY_USELESS_B 0.5

rawbody MY_USELESS_I /<i><\/i>/i
score MY_USELESS_I 0.5

rawbody MY_USELESS_U /<u><\/u>/i
score MY_USELESS_U 0.5

rawbody MY_USELESS_LI /<li><\/li>/i
score MY_USELESS_LI 0.5

rawbody MY_USELESS_UL /<ul><\/ul>/i
score MY_USELESS_UL 0.5

# Thanks Jennifer #
rawbody MY_USELESS_FONT  /<font color\=\#.{0,6}><\/font>/i
score MY_USELESS_FONT  0.5

rawbody MY_USELESS_C /<c><\/c>/i
score MY_USELESS_C 3.0

rawbody MY_USELESS_D /<d><\/d>/i
score MY_USELESS_D 3.0

rawbody MY_USELESS_E /<e><\/e>/i
score MY_USELESS_E 3.0

rawbody MY_USELESS_F /<f><\/f>/i
score MY_USELESS_F 3.0

rawbody MY_USELESS_G /<g><\/g>/i
score MY_USELESS_G 3.0

rawbody MY_USELESS_H /<h><\/h>/i
score MY_USELESS_H 3.0

rawbody MY_USELESS_J /<j><\/j>/i
score MY_USELESS_J 3.0

rawbody MY_USELESS_K /<k><\/k>/i
score MY_USELESS_K 3.0

rawbody MY_USELESS_L /<l><\/l>/i
score MY_USELESS_L 3.0

rawbody MY_USELESS_M /<m><\/m>/i
score MY_USELESS_M 3.0

rawbody MY_USELESS_N /<n><\/n>/i
score MY_USELESS_F 3.0

rawbody MY_USELESS_O /<o><\/o>/i
score MY_USELESS_O 3.0

rawbody MY_USELESS_Q /<q><\/q>/i
score MY_USELESS_Q 3.0

rawbody MY_USELESS_R /<r><\/r>/i
score MY_USELESS_R 3.0

rawbody MY_USELESS_S /<s><\/s>/I
score MY_USELESS_S 3.0

rawbody MY_USELESS_T /<t><\/t>/i
score MY_USELESS_T 3.0

rawbody MY_USELESS_V /<v><\/v>/i
score MY_USELESS_V 3.0

rawbody MY_USELESS_W /<w><\/w>/i
score MY_USELESS_W 3.0

rawbody MY_USELESS_X /<x><\/x>/i
score MY_USELESS_X 3.0

rawbody MY_USELESS_Y /<y><\/y>/i
score MY_USELESS_Y 3.0

rawbody MY_USELESS_Z /<z><\/z>/i
score MY_USELESS_Z 3.0


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to