Browse Source
[Minor] Use unicode property for currency detection
Issue: #4320
pull/4323/head
Vsevolod Stakhov
3 years ago
No known key found for this signature in database
GPG Key ID: 7647B6790081437
1 changed files with
1 additions and
1 deletions
-
rules/regexp/headers.lua
|
|
|
@ -865,7 +865,7 @@ reconf['SUBJECT_HAS_QUESTION'] = { |
|
|
|
} |
|
|
|
|
|
|
|
reconf['SUBJECT_HAS_CURRENCY'] = { |
|
|
|
re = 'Subject=/[$€$¢¥₽]/Hu', |
|
|
|
re = 'Subject=/\\p{Sc}/Hu', |
|
|
|
description = 'Subject contains currency', |
|
|
|
score = 1.0, |
|
|
|
group = 'headers' |
|
|
|
|