It is that.  I changed it last night.  Except I shortened it by removing
the second half, which is superfluous (well technically I should have
done {7,} but I'm lazy)

C

On Tue, 2002-02-26 at 07:39, Bart Schaefer wrote:
> diff -r1.32 -r1.33
> 47c47
> < header SUBJ_ALL_CAPS          Subject =~ /^[A-Z0-9\W]{6,}[^a-z]+$/
> ---
> > header SUBJ_ALL_CAPS          Subject =~ /^[^[:lower:]]{6,}$/
> 
> Shouldn't that be
> 
> header SUBJ_ALL_CAPS          Subject =~ /^[^[:lower:]]{6,}[^[:lower:]]+$/
> 
> ??
> 
> 
> _______________________________________________
> Spamassassin-talk mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/spamassassin-talk
> 
> 


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

Reply via email to