Just changed it in CVS to: header SUBJ_ALL_CAPS Subject =~ /^[^a-z]*$/
C Greg Ward wrote: > Date: Fri, 1 Mar 2002 08:49:34 -0500 > From: Greg Ward <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: [SAtalk] rule SUBJ_ALL_CAPS not working right > > On 01 March 2002, Evert Jan van Ramselaar said: > > I get the idea the rule SUBJ_ALL_CAPS is not working right in all > > situations. > > I have seen it getting triggered on a subject without any capital, > > and on subjects with just one word in capitals. > > If you're using SA 2.1 with Perl 5.005, this rule is broken. It uses > regex features added in Perl 5.6. I changed it to > > header SUBJ_ALL_CAPS Subject =~ /^[^a-z]{6,}$/ > > which is clearly biased against non-English languages, but at least it > works with Perl 5.005. > > Craig, this hasn't been fixed in CVS. Is it going to be? > > Greg > _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk