瀏覽代碼

Fix typos (separately, transferred)

tags/1.9.3
hartzell 5 年之前
父節點
當前提交
d5edf15131
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      conf/modules.d/antivirus.conf
  2. 1
    1
      src/plugins/lua/antivirus.lua

+ 1
- 1
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;

+ 1
- 1
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;

Loading…
取消
儲存