On Thu, 2002-02-21 at 20:53, Craig Hughes wrote:
> On Thu, 2002-02-21 at 10:22, Arpi wrote:
[Original regexp]
> > > FOR_INSTANT_ACCESS:
> > > /(?:CLICK HERE|).{0,20}\s+INSTANT\s+ACCESS.{0,20}\s+(?:|CLICK HERE)/i

> I think
> body FOR_INSTANT_ACCESS         /INSTANT ACCESS/i
> is fine by itself.  I'll make that change now.

Why not a pair of expressions like
        /INSTANT\s+ACCESS/ && /CLICK\s+HERE/

Which could of courser very easily be made 2 (lower scoring) rules,
although if you simplify the rules down like that, the ability to
multiple up the scoring if pairs of rules match would be nice.

        Nigel.
-- 
[ Nigel Metheringham           [EMAIL PROTECTED] ]
[ Phone: +44 1423 850000                         Fax +44 1423 858866 ]
[ - Comments in this message are my own and not ITO opinion/policy - ]


_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to