Ramprasad A Padmanabhan wrote:
One problem with the above regex.. it will match "tablets" or "tabs" in an
un-obfuscated form.
I think that is ok in the subject.
subject with tablets even un obfuscated still deserves a score around 1
Depends what kind of tablet you're talking about.. If
On Tue, 2005-07-19 at 21:34, Matt Kettler wrote:
> Ramprasad A Padmanabhan wrote:
> > Hi list,
> >Our servers are frequently getting spam mails with taablets , or
> > ta.blets in the subject.
> >
> > I run rules_du_jour regularly, I am surprised there is no ruleset for
> > catching this kind
Ramprasad A Padmanabhan wrote:
Hi list,
Our servers are frequently getting spam mails with taablets , or
ta.blets in the subject.
I run rules_du_jour regularly, I am surprised there is no ruleset for
catching this kind of subjects
/\bta+\.?b(let)?s\b/
Has someone already a ruleset fo
Hi list,
Our servers are frequently getting spam mails with taablets , or
ta.blets in the subject.
I run rules_du_jour regularly, I am surprised there is no ruleset for
catching this kind of subjects
/\bta+\.?b(let)?s\b/
Has someone already a ruleset for this
Thanks
Ram
--