On Mon, Jun 10, 2002 at 09:58:36PM +0200, Jakub Wasielewski wrote:
> This is default config.
> But  25_body_tests_pl.cf  is  used while test! Everything is ok when I
> remove the 25_body_tests_pl.cf file from /usr/share/spamassassin. So I
> supose  this bug is there.

After changing my locale around to "pl", I found this behavior and traced
it down to these two rules.  They're not doing anything special, so it's
probably something related to the backtracking involved with all of the
".*" statements.

lang pl body PL_JEZELI_NIE             /je.*li.*nie .ycz.*sobie/i
lang pl body PL_ARTYKUL_USTAWY         /Art.*25.*ust.*2.*pkt.*2/i

I know no Polish, but the problem may be cleared up with a more stict
version of pattern matching.  For instance:

describe PL_JEZELI_NIE         Tresc zawiera 'Je\xbfeli (Pa\xf1stwo) nie 
\xbfyczycie(sz) so bie' 

I assume from this that we're supposed to match that text.  So assuming
there's some conjugation and stuff going on, maybe replacing the *
with {,3}?

I'm about to head home for the day, so I'll play with this on the
train. ;)  (I love having this TiBook! ;) )

-- 
Randomly Generated Tagline:
lp1 on fire
 (One of the more obfuscated kernel messages)

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

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

Reply via email to