From: hartzell Date: Sun, 12 May 2019 01:22:16 +0000 (-0700) Subject: Fix typos (separately, transferred) X-Git-Tag: 1.9.3~4^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2896%2Fhead;p=thirdparty%2Frspamd.git Fix typos (separately, transferred) --- diff --git a/conf/modules.d/antivirus.conf b/conf/modules.d/antivirus.conf index e48f9329a8..def5a6c756 100644 --- a/conf/modules.d/antivirus.conf +++ b/conf/modules.d/antivirus.conf @@ -19,7 +19,7 @@ antivirus { # If set force this action if any virus is found (default unset: no action is forced) # action = "reject"; # message = '${SCANNER}: virus found: "${VIRUS}"'; - # Scan mime_parts seperately - otherwise the complete mail will be transfered to AV Scanner + # Scan mime_parts separately - otherwise the complete mail will be transferred to AV Scanner #scan_mime_parts = true; # Scanning Text is suitable for some av scanner databases (e.g. Sanesecurity) #scan_text_mime = false; diff --git a/src/plugins/lua/antivirus.lua b/src/plugins/lua/antivirus.lua index cb89a264f7..dbc235eebe 100644 --- a/src/plugins/lua/antivirus.lua +++ b/src/plugins/lua/antivirus.lua @@ -34,7 +34,7 @@ antivirus { # action = "reject"; # If set, then rejection message is set to this value (mention single quotes) # message = '${SCANNER}: virus found: "${VIRUS}"'; - # Scan mime_parts seperately - otherwise the complete mail will be transfered to AV Scanner + # Scan mime_parts separately - otherwise the complete mail will be transferred to AV Scanner #scan_mime_parts = true; # Scanning Text is suitable for some av scanner databases (e.g. Sanesecurity) #scan_text_mime = false;