]> source.dussan.org Git - rspamd.git/commitdiff
Fix typo in SUBJ_EXCESS_QP description 2400/head
authorJelle Raaijmakers <jelle.raaijmakers@isaac.nl>
Mon, 6 Aug 2018 13:30:51 +0000 (15:30 +0200)
committerJelle Raaijmakers <jelle.raaijmakers@isaac.nl>
Mon, 6 Aug 2018 13:30:51 +0000 (15:30 +0200)
rules/regexp/headers.lua

index 148e204fe51ef8e79004100e91d9944cbe2980be..3daa58c4810ef03adfba38f5b0cd7753feba5a82 100644 (file)
@@ -276,7 +276,7 @@ local subj_encoded_qp = 'Subject=/\\=\\?\\S+\\?Q\\?/iX'
 reconf['SUBJ_EXCESS_QP'] = {
   re = string.format('%s & !%s', subj_encoded_qp, subj_needs_mime),
   score = 1.2,
-  description = 'Subect is unnecessarily encoded in quoted-printable',
+  description = 'Subject is unnecessarily encoded in quoted-printable',
   group = 'excessqp'
 }