]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix grammar 3076/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Thu, 10 Oct 2019 11:01:30 +0000 (14:01 +0300)
committerGitHub <noreply@github.com>
Thu, 10 Oct 2019 11:01:30 +0000 (14:01 +0300)
rules/regexp/headers.lua

index 5ee848018f987ce8adcd6ac1e91a2ba63d69043c..dfd18f7df029c896388ca40d39638a9e6abe0386 100644 (file)
@@ -677,11 +677,11 @@ local no_inr_yes_ref = string.format('(%s) | (%s) | (%s) | (%s) | (%s) | (%s) |
 local subj_re = 'Subject=/^R[eE]:/H'
 local has_ref = '(header_exists(References) | header_exists(In-Reply-To))'
 local missing_ref = string.format('!(%s)', has_ref)
--- Fake reply (has RE in subject, but has not References header)
+-- Fake reply (has RE in subject, but has no References header)
 reconf['FAKE_REPLY_C'] = {
   re = string.format('(%s) & (%s) & (%s) & !(%s)', subj_re, missing_ref, no_inr_yes_ref, xm_msoe6),
   score = 6.0,
-  description = 'Fake reply (has RE in subject, but has not References header)',
+  description = 'Fake reply (has RE in subject, but has no References header)',
   group = 'subject'
 }