From 6a73cfb05a09b97a0e60349264d7cb29cae239c4 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 23 Aug 2019 12:13:12 +0200 Subject: [PATCH] run make update for new schema and synopsis definition Signed-off-by: Thomas Lamprecht --- api-viewer/apidata.js | 8 ++++---- pmg.clamav-conf-opts.adoc | 6 +++--- pmg.conf.5-opts.adoc | 8 ++++---- pmg.spam-conf-opts.adoc | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/api-viewer/apidata.js b/api-viewer/apidata.js index e59b7e3..67dea75 100644 --- a/api-viewer/apidata.js +++ b/api-viewer/apidata.js @@ -7702,7 +7702,7 @@ var pmgapi = [ "properties" : { "archiveblockencrypted" : { "default" : 0, - "description" : "Whether to block encrypted archives and documents. Mark encrypted archives and documents as viruses.", + "description" : "Whether to mark encrypted archives and documents as heuristic virus match. A match does not necessarily result in an immediate block, it just raises the Spam Score by 'clamav_heuristic_score'.", "optional" : 1, "type" : "boolean", "typetext" : "" @@ -7725,7 +7725,7 @@ var pmgapi = [ }, "archivemaxsize" : { "default" : 25000000, - "description" : "Files larger than this limit won't be scanned.", + "description" : "Files larger than this limit (in bytes) won't be scanned.", "minimum" : 1000000, "optional" : 1, "type" : "integer", @@ -7763,7 +7763,7 @@ var pmgapi = [ }, "maxscansize" : { "default" : 100000000, - "description" : "Sets the maximum amount of data to be scanned for each input file.", + "description" : "Sets the maximum amount of data (in bytes) to be scanned for each input file.", "minimum" : 1000000, "optional" : 1, "type" : "integer", @@ -8122,7 +8122,7 @@ var pmgapi = [ }, "clamav_heuristic_score" : { "default" : 3, - "description" : "Score for ClamAV heuristics (Google Safe Browsing database, PhishingScanURLs, ...).", + "description" : "Score for ClamAV heuristics (Encrypted Archives/Documents, Google Safe Browsing database, PhishingScanURLs, ...).", "maximum" : 1000, "minimum" : 0, "optional" : 1, diff --git a/pmg.clamav-conf-opts.adoc b/pmg.clamav-conf-opts.adoc index ec8b9e3..3b72cc8 100644 --- a/pmg.clamav-conf-opts.adoc +++ b/pmg.clamav-conf-opts.adoc @@ -1,6 +1,6 @@ `archiveblockencrypted`: `` ('default =' `0`):: -Whether to block encrypted archives and documents. Mark encrypted archives and documents as viruses. +Whether to mark encrypted archives and documents as heuristic virus match. A match does not necessarily result in an immediate block, it just raises the Spam Score by 'clamav_heuristic_score'. `archivemaxfiles`: ` (0 - N)` ('default =' `1000`):: @@ -12,7 +12,7 @@ Nested archives are scanned recursively, e.g. if a ZIP archive contains a TAR f `archivemaxsize`: ` (1000000 - N)` ('default =' `25000000`):: -Files larger than this limit won't be scanned. +Files larger than this limit (in bytes) won't be scanned. `dbmirror`: `` ('default =' `database.clamav.net`):: @@ -24,7 +24,7 @@ This option sets the lowest number of Credit Card or Social Security numbers fou `maxscansize`: ` (1000000 - N)` ('default =' `100000000`):: -Sets the maximum amount of data to be scanned for each input file. +Sets the maximum amount of data (in bytes) to be scanned for each input file. `safebrowsing`: `` ('default =' `1`):: diff --git a/pmg.conf.5-opts.adoc b/pmg.conf.5-opts.adoc index f36bdc4..c828ed0 100644 --- a/pmg.conf.5-opts.adoc +++ b/pmg.conf.5-opts.adoc @@ -44,7 +44,7 @@ User Statistics Lifetime (days) `archiveblockencrypted`: `` ('default =' `0`):: -Whether to block encrypted archives and documents. Mark encrypted archives and documents as viruses. +Whether to mark encrypted archives and documents as heuristic virus match. A match does not necessarily result in an immediate block, it just raises the Spam Score by 'clamav_heuristic_score'. `archivemaxfiles`: ` (0 - N)` ('default =' `1000`):: @@ -56,7 +56,7 @@ Nested archives are scanned recursively, e.g. if a ZIP archive contains a TAR f `archivemaxsize`: ` (1000000 - N)` ('default =' `25000000`):: -Files larger than this limit won't be scanned. +Files larger than this limit (in bytes) won't be scanned. `dbmirror`: `` ('default =' `database.clamav.net`):: @@ -68,7 +68,7 @@ This option sets the lowest number of Credit Card or Social Security numbers fou `maxscansize`: ` (1000000 - N)` ('default =' `100000000`):: -Sets the maximum amount of data to be scanned for each input file. +Sets the maximum amount of data (in bytes) to be scanned for each input file. `safebrowsing`: `` ('default =' `1`):: @@ -200,7 +200,7 @@ Additional score for bounce mails. `clamav_heuristic_score`: ` (0 - 1000)` ('default =' `3`):: -Score for ClamAV heuristics (Google Safe Browsing database, PhishingScanURLs, ...). +Score for ClamAV heuristics (Encrypted Archives/Documents, Google Safe Browsing database, PhishingScanURLs, ...). `languages`: `(all|([a-z][a-z])+( ([a-z][a-z])+)*)` ('default =' `all`):: diff --git a/pmg.spam-conf-opts.adoc b/pmg.spam-conf-opts.adoc index 8934ca0..2c16eef 100644 --- a/pmg.spam-conf-opts.adoc +++ b/pmg.spam-conf-opts.adoc @@ -4,7 +4,7 @@ Additional score for bounce mails. `clamav_heuristic_score`: ` (0 - 1000)` ('default =' `3`):: -Score for ClamAV heuristics (Google Safe Browsing database, PhishingScanURLs, ...). +Score for ClamAV heuristics (Encrypted Archives/Documents, Google Safe Browsing database, PhishingScanURLs, ...). `languages`: `(all|([a-z][a-z])+( ([a-z][a-z])+)*)` ('default =' `all`):: -- 2.39.2