You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2020/08/21 10:07:19 UTC

[incubator-ponymail-foal] branch master updated: Minor fixups

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

sebb 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 37c01bd  Minor fixups
37c01bd is described below

commit 37c01bd6725afa5bc2e5834027375fb095236084
Author: Sebb <se...@apache.org>
AuthorDate: Fri Aug 21 11:07:04 2020 +0100

    Minor fixups
---
 tools/ponymail.yaml.tmp | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/tools/ponymail.yaml.tmp b/tools/ponymail.yaml.tmp
index 987ca17..febb7a6 100644
--- a/tools/ponymail.yaml.tmp
+++ b/tools/ponymail.yaml.tmp
@@ -18,6 +18,10 @@
 # Pony Mail Configuration file
 
 
+##############################################################
+# THIS IS AN EXAMPLE FOR TESTING - RUN setup.py PLEASE       #
+##############################################################
+
 # Main ES configuration
 elasticsearch:
     hostname:               localhost
@@ -33,9 +37,11 @@ elasticsearch:
 archiver:
     #generator:             medium|full|cluster|dkim|other (dkim recommended)
     generator:              cluster
-    nonce:                  ~
+    # nonce:                optional secret salt ('pepper')
 
 debug:
     #cropout:               string to crop from list-id
+    # e.g. Strip out incubator except at top level
+    # cropout:                (\w+\.\w+)\.incubator\.apache\.org \1.apache.org
 
             
\ No newline at end of file