Hello Alexander,

On Mittwoch, 28. November 2001 at 00:29:09 you wrote (at least in part):

AL> I want filter in The Bat (with RegExp for mathing, yes), which selects
AL> only _possible spam message_ (number is 5 or more) and move these
AL> messes to separate "zoo", where I can open "spam hunting"... I don't
AL> want move _"all except zero"_, it's bad solution (I think)

With the current version of filtering: I don't know ... maybe with a
quite complex regular expression .. I'm not a friend of those as they
may have effects on performance.
But fortunately there's a work around possible :-)
Change your server side tool to use 0-9 for acceptable messages and
start SPAM filtering from 10 up.

This way the regular expression can be:

(?ism)^X-Spam-Chance:\s*\d{2,}
-- 
Regards
Peter Palmreuther                            mailto:[EMAIL PROTECTED]
(The Bat! v1.54/10e on Windows NT 5.0 Build 2195 Service Pack 2)

File not found, I'll load something *I* think is interesting.


-- 
______________________________________________________
Archives   : http://tbtech.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]

Reply via email to