Hello,
From Ipswitch website/rules:
Here is an example for newer SPAM where words have spaces in between the letters. For instance the word test would show up as
t<--12-->e<--12-->s<--12-->t.
The rule to filter this would be: B~t.{8}e.{8}s.{8}t:junk
OK!
But who sends such spam?
My spam looks like : t<-sds-->e<--sdqwds-->s<--ghztjtjtj-->t
So: different length of the html-comments!!!
Question:
why does my filter: t.{0,13}e.{0,13}s.{0,13}t
doesnt work?? Please HELP!
I read this filter this way:: t with unknown 0-13 letters followed by e with unknown 0-13 letters followed by s ......
should match
test
te st
t e s t
t-e-s-t
t<--!ddd-->e<--blabla->s<--!ddddsdd-->t
if i filter t*e*s*t almost all mails are hit, because nearly all longer mails contain t and e and s and t (test is not my word,think on viagra etc.) in the body
i use imail 7.07 so i cant use the AND or OR feature new in 8.x
