run make update for new schema and synopsis definition

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-08-23 12:13:12 +02:00
parent 8686c16175
commit 6a73cfb05a
4 changed files with 12 additions and 12 deletions

View File

@ -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" : "<boolean>"
@ -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,

View File

@ -1,6 +1,6 @@
`archiveblockencrypted`: `<boolean>` ('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`: `<integer> (0 - N)` ('default =' `1000`)::
@ -12,7 +12,7 @@ Nested archives are scanned recursively, e.g. if a ZIP archive contains a TAR f
`archivemaxsize`: `<integer> (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`: `<string>` ('default =' `database.clamav.net`)::
@ -24,7 +24,7 @@ This option sets the lowest number of Credit Card or Social Security numbers fou
`maxscansize`: `<integer> (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`: `<boolean>` ('default =' `1`)::

View File

@ -44,7 +44,7 @@ User Statistics Lifetime (days)
`archiveblockencrypted`: `<boolean>` ('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`: `<integer> (0 - N)` ('default =' `1000`)::
@ -56,7 +56,7 @@ Nested archives are scanned recursively, e.g. if a ZIP archive contains a TAR f
`archivemaxsize`: `<integer> (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`: `<string>` ('default =' `database.clamav.net`)::
@ -68,7 +68,7 @@ This option sets the lowest number of Credit Card or Social Security numbers fou
`maxscansize`: `<integer> (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`: `<boolean>` ('default =' `1`)::
@ -200,7 +200,7 @@ Additional score for bounce mails.
`clamav_heuristic_score`: `<integer> (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`)::

View File

@ -4,7 +4,7 @@ Additional score for bounce mails.
`clamav_heuristic_score`: `<integer> (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`)::