Ver código fonte

Fix typos (separately, transferred)

tags/1.9.3
hartzell 5 anos atrás
pai
commit
d5edf15131
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1
    1
      conf/modules.d/antivirus.conf
  2. 1
    1
      src/plugins/lua/antivirus.lua

+ 1
- 1
conf/modules.d/antivirus.conf Ver arquivo

# If set force this action if any virus is found (default unset: no action is forced) # If set force this action if any virus is found (default unset: no action is forced)
# action = "reject"; # action = "reject";
# message = '${SCANNER}: virus found: "${VIRUS}"'; # 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; #scan_mime_parts = true;
# Scanning Text is suitable for some av scanner databases (e.g. Sanesecurity) # Scanning Text is suitable for some av scanner databases (e.g. Sanesecurity)
#scan_text_mime = false; #scan_text_mime = false;

+ 1
- 1
src/plugins/lua/antivirus.lua Ver arquivo

# action = "reject"; # action = "reject";
# If set, then rejection message is set to this value (mention single quotes) # If set, then rejection message is set to this value (mention single quotes)
# message = '${SCANNER}: virus found: "${VIRUS}"'; # 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; #scan_mime_parts = true;
# Scanning Text is suitable for some av scanner databases (e.g. Sanesecurity) # Scanning Text is suitable for some av scanner databases (e.g. Sanesecurity)
#scan_text_mime = false; #scan_text_mime = false;

Carregando…
Cancelar
Salvar