From 4ea3250be39842a1776a990a3693fea0a9ceb41c Mon Sep 17 00:00:00 2001 From: Pavel Rochnyack Date: Wed, 23 Dec 2020 10:45:33 +0700 Subject: [PATCH] Fix typos in code comments --- rules/regexp/headers.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/regexp/headers.lua b/rules/regexp/headers.lua index f1b114103..430c88fd3 100644 --- a/rules/regexp/headers.lua +++ b/rules/regexp/headers.lua @@ -978,7 +978,7 @@ reconf['OLD_X_MAILER'] = { local bad_x_mailers = { -- header name repeated in the header value [[X-Mailer: ]], - -- Mozilla Thunderbird uses User-Agnet header, not X-Mailer + -- Mozilla Thunderbird uses User-Agent header, not X-Mailer -- Early Thunderbird had U-A like: -- Mozilla Thunderbird 1.0.2 (Windows/20050317) -- Thunderbird 2.0.0.23 (X11/20090812) @@ -995,8 +995,8 @@ reconf['FORGED_X_MAILER'] = { } -- X-Mailer headers like: 'Internet Mail Service (5.5.2650.21)' are being --- forged by spammers, but MS Exachange 5.5 is still being used (in 2020) on --- some mail servers. Example of genuene headers (DC-EXMPL is a hostname which +-- forged by spammers, but MS Exchange 5.5 is still being used (in 2020) on +-- some mail servers. Example of genuine headers (DC-EXMPL is a hostname which -- can be a FQDN): -- Received: by DC-EXMPL with Internet Mail Service (5.5.2656.59) -- id ; Tue, 8 Dec 2020 07:10:54 -0600 -- 2.39.5