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 -- Greg Ward - software developer [EMAIL PROTECTED] MEMS Exchange http://www.mems-exchange.org _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk