]> source.dussan.org Git - rspamd.git/commitdiff
Fix typos (separately, transferred) 2896/head
authorhartzell <hartzell@alerce.com>
Sun, 12 May 2019 01:22:16 +0000 (18:22 -0700)
committerhartzell <hartzell@alerce.com>
Sun, 12 May 2019 01:22:16 +0000 (18:22 -0700)
conf/modules.d/antivirus.conf
src/plugins/lua/antivirus.lua

index e48f9329a83f8852b24d48f156a6511f185cdbb5..def5a6c7560ab597a3ba4179d77ef7b00716a0e1 100644 (file)
@@ -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;
index cb89a264f7ca227cc085c5e693184165934ccad8..dbc235eebec8d47cec51505e2501bb6a68d06a59 100644 (file)
@@ -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;