This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new b7864fd  tighten up some mappings
b7864fd is described below

commit b7864fd840b663c90280a14527d8ff4a0cadc774
Author: Daniel Gruno <[email protected]>
AuthorDate: Sat Sep 25 13:17:38 2021 -0500

    tighten up some mappings
---
 tools/mappings.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tools/mappings.yaml b/tools/mappings.yaml
index d607f07..a6dbff5 100644
--- a/tools/mappings.yaml
+++ b/tools/mappings.yaml
@@ -2,6 +2,7 @@
 # It is used solely by setup.py during the setup process, and should not be
 # edited prior to installation.
 account:
+  dynamic: strict
   properties:
     cid:
       type: keyword
@@ -24,10 +25,12 @@ account:
     request_id:
       type: keyword
 attachment:
+  dynamic: strict
   properties:
     source:
       type: binary
 mailinglist:
+  dynamic: strict
   properties:
     description:
       type: keyword
@@ -36,6 +39,7 @@ mailinglist:
     name:
       type: keyword
 mbox:
+  dynamic: strict
   properties:
     attachments:
       properties:
@@ -139,6 +143,7 @@ session:
     cid:
       type: keyword
 source:
+  dynamic: strict
   properties:
     message-id:
       type: keyword

Reply via email to