> -----Original Message-----
> From: Bart Schaefer [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, February 26, 2002 9:39 AM
> To: [EMAIL PROTECTED]
> Subject: [SAtalk] Latest SUBJ_ALL_CAPS rule in CVS
> 
> 
> 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,}$/

Posix character classes (a la [:lower:]) were apparently introduced in
Perl at v5.6.0.  Is there anything in particular that'd be lost by
changing [:lower:] to [a-z] to maintain compatibility with the v5.0
line?  (Otherwise, this rule throws out an error message that "Character
class syntax [: :] is reserved for future extensions" for at least the
version of Perl that's included with a base FreeBSD installation.)


---
Mark Roedel           | "Blessed is he who has learned to laugh
Systems Programmer    |  at himself, for he shall never cease
LeTourneau University |  to be entertained."
Longview, Texas, USA  |                          -- John Powell


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

Reply via email to