This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 7495f7f466e3917ec0a4f16d9350952751e992be Author: Tung Van TRAN <[email protected]> AuthorDate: Tue Mar 21 16:32:12 2023 +0700 [CLEAN CODE] Fix antora build - invalid style for listing block - WARNING: DLP.adoc: line 8: invalid style for listing block: xml --- server/apps/distributed-app/docs/modules/ROOT/partials/DLP.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/apps/distributed-app/docs/modules/ROOT/partials/DLP.adoc b/server/apps/distributed-app/docs/modules/ROOT/partials/DLP.adoc index 87fe91a9e6..9de0941148 100644 --- a/server/apps/distributed-app/docs/modules/ROOT/partials/DLP.adoc +++ b/server/apps/distributed-app/docs/modules/ROOT/partials/DLP.adoc @@ -4,7 +4,6 @@ Enable evaluation of incoming emails against DLP rules (Data Leak Prevention) at Example: -[xml] ---- <mailet match="DLP" class="ToRepository"> <repositoryPath>/var/mail/quarantine</repositoryPath> @@ -19,7 +18,6 @@ Additionally a cache can be added to reduce queries done to the underlying datab Example: -[xml] ---- <mailet match="DLP=cache:60s" class="ToRepository"> <repositoryPath>/var/mail/quarantine</repositoryPath> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
