diff options
author | hartzell <hartzell@alerce.com> | 2019-05-11 18:22:16 -0700 |
---|---|---|
committer | hartzell <hartzell@alerce.com> | 2019-05-11 18:22:16 -0700 |
commit | d5edf15131ade2b16a0d3d1724c640a9a005b155 (patch) | |
tree | 5418ed7ce205c48e4b6501880e8718b1e2ad92c9 /conf/modules.d | |
parent | add9643384954079d7975707b3476ca927640849 (diff) | |
download | rspamd-d5edf15131ade2b16a0d3d1724c640a9a005b155.tar.gz rspamd-d5edf15131ade2b16a0d3d1724c640a9a005b155.zip |
Fix typos (separately, transferred)
Diffstat (limited to 'conf/modules.d')
-rw-r--r-- | conf/modules.d/antivirus.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/modules.d/antivirus.conf b/conf/modules.d/antivirus.conf index e48f9329a..def5a6c75 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; |