On 01 March 2002, Craig R Hughes said:
> Just changed it in CVS to:
> 
> header SUBJ_ALL_CAPS             Subject =~ /^[^a-z]*$/

But that'll match an empty subject.  (No comments on whether that's a
spam discriminator, but it probably happens more often in non-spam than
an "ALL CAPS" subject does.)

How 'bout this:

  header SUBJ_ALL_CAPS             Subject =~ /^[^a-z]{3,}$/

(for some value of 3)?

        Greg

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

Reply via email to