Subversion Repositories configs

Rev

Rev 203 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 203 Rev 204
Line 281... Line 281...
281
# scan-time.
281
# scan-time.
282
# When disabled, virus/phish detected by heuristic scans will be reported only
282
# When disabled, virus/phish detected by heuristic scans will be reported only
283
# at the end of a scan. If an archive contains both a heuristically detected
283
# at the end of a scan. If an archive contains both a heuristically detected
284
# virus/phish, and a real malware, the real malware will be reported
284
# virus/phish, and a real malware, the real malware will be reported
285
#
285
#
286
# Keep this disabled if you intend to handle "*.Heuristics.*" viruses
286
# Keep this disabled if you intend to handle "Heuristics.*" viruses
287
# differently from "real" malware.
287
# differently from "real" malware.
288
# If a non-heuristically-detected virus (signature-based) is found first,
288
# If a non-heuristically-detected virus (signature-based) is found first,
289
# the scan is interrupted immediately, regardless of this config option.
289
# the scan is interrupted immediately, regardless of this config option.
290
#
290
#
291
# Default: no
291
# Default: no
Line 531... Line 531...
531
 
531
 
532
# Nested archives are scanned recursively, e.g. if a Zip archive contains a RAR
532
# Nested archives are scanned recursively, e.g. if a Zip archive contains a RAR
533
# file, all files within it will also be scanned. This options specifies how
533
# file, all files within it will also be scanned. This options specifies how
534
# deeply the process should be continued.
534
# deeply the process should be continued.
535
# Note: setting this limit too high may result in severe damage to the system.
535
# Note: setting this limit too high may result in severe damage to the system.
536
# Default: 16
536
# Default: 17
537
#MaxRecursion 10
537
#MaxRecursion 10
538
 
538
 
539
# Number of files to be scanned within an archive, a document, or any other
539
# Number of files to be scanned within an archive, a document, or any other
540
# container file.
540
# container file.
541
# Value of 0 disables the limit.
541
# Value of 0 disables the limit.
Line 637... Line 637...
637
# performance.
637
# performance.
638
# Default: 25M
638
# Default: 25M
639
#PCREMaxFileSize 100M
639
#PCREMaxFileSize 100M
640
 
640
 
641
# When AlertExceedsMax is set, files exceeding the MaxFileSize, MaxScanSize, or
641
# When AlertExceedsMax is set, files exceeding the MaxFileSize, MaxScanSize, or
642
# MaxRecursion limit will be flagged with the virus
642
# MaxRecursion limit will be flagged with the virus name starting with
643
# "Heuristics.Limits.Exceeded".
643
# "Heuristics.Limits.Exceeded".
644
# Default: no
644
# Default: no
645
#AlertExceedsMax yes
645
#AlertExceedsMax yes
646
 
646
 
647
##
647
##