From: Vsevolod Stakhov Date: Tue, 25 Apr 2017 09:08:12 +0000 (+0100) Subject: [Minor] Fix rule X-Git-Tag: 1.5.7~17 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0c0fa9e30a328ff1a5ee1e4ac51e61a957f2cd65;p=rspamd.git [Minor] Fix rule --- diff --git a/rules/regexp/headers.lua b/rules/regexp/headers.lua index 12a2b6249..593052a38 100644 --- a/rules/regexp/headers.lua +++ b/rules/regexp/headers.lua @@ -94,7 +94,7 @@ reconf['R_RCVD_SPAMBOTS'] = { -- Charset is missing in message reconf['R_MISSING_CHARSET'] = { re = string.format('content_type_is_type(text) & !content_type_has_param(charset) & !%s', - r_cte_7bit), + 'compare_transfer_encoding(7bit)'), score = 2.5, description = 'Charset is missing in a message', group = 'header'