diff options
Diffstat (limited to 'rules/regexp/headers.lua')
-rw-r--r-- | rules/regexp/headers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/regexp/headers.lua b/rules/regexp/headers.lua index 7397ed84b..dc339b0ad 100644 --- a/rules/regexp/headers.lua +++ b/rules/regexp/headers.lua @@ -904,7 +904,7 @@ reconf['HAS_ORG_HEADER'] = { } reconf['HAS_CD_HEADER'] = { - re = string.format('header_exists(Content-Description)'), + re = 'header_exists(Content-Description)', description = 'Has Content-Description header', score = 0.0, group = 'headers' |