I've installed SA 3.4.1. I'm writing body rules to deal with some persistent spam I'm getting.
plain-text match rules are simple enough. Much of the spam contains 'tortured html'. I just want to get clear about how to correctly match it. For example, here's a body snippet from one of those 'tortured' spams ----- #hearthrugs-tablecloths-dishcovers-coalscuttles-a { pl= ay-during: auto; page-break-before: auto }</style><title>Succes= sful women join us and become even more successful...</title><meta content= =3D"IE=3Dedge" http-equiv=3D"X-UA-Compatible"/><meta content=3D"width=3Ddev= ice-width, initial-scale=3D1" name=3D"viewport"/> ----- Notice that the phrase "Successful women" is (1) line-broken, and (2) contains a "=" separator How would I write a body rule to match on " Succes= sful women " and all the possible line-broken and "="-delimited variations? There's obviously a lot of them. Does SA *already* do some sort of fuzzy matching? Jason