commit 099d952: [Minor] Fix grammar

GitHub noreply at github.com
Thu Oct 10 11:42:06 UTC 2019


Author: Alexander Moisseev
Date: 2019-10-10 14:01:30 +0300
URL: https://github.com/rspamd/rspamd/commit/099d952c660b2c520e25afaf992d1338a44eca30 (refs/pull/3076/head)

[Minor] Fix grammar

---
 rules/regexp/headers.lua | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/regexp/headers.lua b/rules/regexp/headers.lua
index 5ee848018..dfd18f7df 100644
--- a/rules/regexp/headers.lua
+++ b/rules/regexp/headers.lua
@@ -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'
 }
 


More information about the Commits mailing list