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 8f5f3d2  Enclose sender_domains with quotes, in case it is * (wildcard)
8f5f3d2 is described below

commit 8f5f3d2e34b847edafc209e9d533ef1d280b0fff
Author: Daniel Gruno <[email protected]>
AuthorDate: Thu Feb 18 10:15:04 2021 +0100

    Enclose sender_domains with quotes, in case it is * (wildcard)
---
 tools/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/setup.py b/tools/setup.py
index 69df254..7caaf3e 100755
--- a/tools/setup.py
+++ b/tools/setup.py
@@ -450,7 +450,7 @@ database:
 ui:
   wordcloud:       %s
   mailhost:        %s
-  sender_domains:  %s
+  sender_domains:  "%s"
   traceback:       true
 
 tasks:

Reply via email to