aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-SpamAssassin/files
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2002-02-26 14:56:44 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2002-02-26 14:56:44 +0000
commit10fcee4c62f50bf39a551b8507823922ecde9f4a (patch)
tree56852c6e149084c958479013cb758bc389dd24ef /mail/p5-Mail-SpamAssassin/files
parentdf961b0ee195f5b32de129d3fe049cfcba8386c2 (diff)
Notes
Diffstat (limited to 'mail/p5-Mail-SpamAssassin/files')
-rw-r--r--mail/p5-Mail-SpamAssassin/files/patch-rules-20_head_tests.cf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p5-Mail-SpamAssassin/files/patch-rules-20_head_tests.cf b/mail/p5-Mail-SpamAssassin/files/patch-rules-20_head_tests.cf
index 211360ea7abe..df8e517230e2 100644
--- a/mail/p5-Mail-SpamAssassin/files/patch-rules-20_head_tests.cf
+++ b/mail/p5-Mail-SpamAssassin/files/patch-rules-20_head_tests.cf
@@ -5,7 +5,7 @@
describe TO_INVESTORS To: non-existent 'Investors' address
-header SUBJ_ALL_CAPS Subject =~ /^[A-Z0-9\W]{6,}[^a-z]+$/
-+header SUBJ_ALL_CAPS Subject =~ /^[A-Z0-9]{6,}[^a-z]+$/
++header SUBJ_ALL_CAPS Subject =~ /^[^[:lower:]]*([[:upper:]][^[:lower:]]*){6,}[^[:lower:]]*$/
describe SUBJ_ALL_CAPS Subject is all capitals
# (allow this test to pass if there's no Message-Id header)