return length($subject) && ($subject eq uc($subject));

might be better if it were:

   return (length($subject) >= 8) && ($subject eq uc($subject));

or something of the sort.

Found this when researching a false positive. The subject was something
like:

        RE: ONLYME



Actually, this seems like a nice place to split out two different spam
attributes, the big-scorer being the latter test.

Alex


-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to