{"ForceToDisk","force-to-disk",0,CLOPT_TYPE_BOOL,MATCH_BOOL,0,NULL,0,OPT_CLAMD|OPT_CLAMSCAN,"This option causes memory or nested map scans to dump the content to disk.\nIf you turn on this option, more data is written to disk and is available\nwhen the leave-temps option is enabled at the cost of more disk writes.","no"},
{"MaxScanTime","max-scantime",0,CLOPT_TYPE_NUMBER,MATCH_NUMBER,0,NULL,0,OPT_CLAMD|OPT_CLAMSCAN,"This option sets the maximum amount of time a scan may take to complete.\nIn this version, this field only affects the scan time of ZIP archives.\nThe value of 0 disables the limit.\nWARNING: disabling this limit or setting it too high may result allow scanning\nof certain files to lock up the scanning process/threads resulting in a Denial of Service.\nThe value is in milliseconds.","120000"},
{"MaxScanSize","max-scansize",0,CLOPT_TYPE_SIZE,MATCH_SIZE,CLI_DEFAULT_MAXSCANSIZE,NULL,0,OPT_CLAMD|OPT_CLAMSCAN,"This option sets the maximum amount of data to be scanned for each input file.\nArchives and other containers are recursively extracted and scanned up to this\nvalue.\nThe value of 0 disables the limit.\nWARNING: disabling this limit or setting it too high may result in severe\ndamage.","100M"},
{"MaxFileSize","max-filesize",0,CLOPT_TYPE_SIZE,MATCH_SIZE,CLI_DEFAULT_MAXFILESIZE,NULL,0,OPT_CLAMD|OPT_MILTER|OPT_CLAMSCAN,"Files/messages larger than this limit won't be scanned. Affects the input\nfile itself as well as files contained inside it (when the input file is\nan archive, a document or some other kind of container).\nThe value of 0 disables the limit.\nWARNING: disabling this limit or setting it too high may result in severe\ndamage to the system.","25M"},
{"MaxRecHWP3","max-rechwp3",0,CLOPT_TYPE_NUMBER,MATCH_NUMBER,CLI_DEFAULT_MAXRECHWP3,NULL,0,OPT_CLAMD|OPT_CLAMSCAN,"This option sets the maximum recursive calls to HWP3 parsing function.\nHWP3 files using more than this limit will be terminated and alert the user.\nScans will be unable to scan any HWP3 attachments if the recursive limit is reached.\nNegative values are not allowed.\nWARNING: setting this limit too high may result in severe damage or impact performance.","16"},
{"TimeLimit","timelimit",0,CLOPT_TYPE_NUMBER,MATCH_NUMBER,0,NULL,0,OPT_CLAMSCAN,"This clamscan option is currently for testing only. It sets the engine parameter CL_ENGINE_TIME_LIMIT. The value is in milliseconds.","0"},
{"PCREMatchLimit","pcre-match-limit",0,CLOPT_TYPE_NUMBER,MATCH_NUMBER,CLI_DEFAULT_PCRE_MATCH_LIMIT,NULL,0,OPT_CLAMD|OPT_CLAMSCAN,"This option sets the maximum calls to the PCRE match function during an instance of regex matching.\nInstances using more than this limit will be terminated and alert the user but the scan will continue.\nFor more information on match_limit, see the PCRE documentation.\nNegative values are not allowed.\nWARNING: setting this limit too high may severely impact performance.","100000"},
{"PCRERecMatchLimit","pcre-recmatch-limit",0,CLOPT_TYPE_NUMBER,MATCH_NUMBER,CLI_DEFAULT_PCRE_RECMATCH_LIMIT,NULL,0,OPT_CLAMD|OPT_CLAMSCAN,"This option sets the maximum recursive calls to the PCRE match function during an instance of regex matching.\nInstances using more than this limit will be terminated and alert the user but the scan will continue.\nFor more information on match_limit_recursion, see the PCRE documentation.\nNegative values are not allowed and values > PCREMatchLimit are superfluous.\nWARNING: setting this limit too high may severely impact performance.","5000"},
{"TimeLimit","timelimit",0,CLOPT_TYPE_NUMBER,MATCH_NUMBER,0,NULL,0,OPT_CLAMSCAN|OPT_DEPRECATED,"Deprecated option to set the max-scantime.\nThe value is in milliseconds.","120000"},
{"DetectBrokenExecutables","detect-broken",0,CLOPT_TYPE_BOOL,MATCH_BOOL,0,NULL,0,OPT_CLAMD|OPT_CLAMSCAN|OPT_DEPRECATED,"Deprecated option to alert on broken PE and ELF executable files.","no"},
{"AlgorithmicDetection","algorithmic-detection",0,CLOPT_TYPE_BOOL,MATCH_BOOL,1,NULL,0,OPT_CLAMD|OPT_CLAMSCAN,"Deprecated option to enable heuristic alerts (e.g. \"Heuristics.<sig name>\")","no"},