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 2017/04/12 21:02:49 UTC

incubator-ponymail git commit: Fix indentation and add trailing commas Move before final non-commented entry so commas work

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master 6f11997b7 -> f7df316e9


Fix indentation and add trailing commas
Move before final non-commented entry so commas work

Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/f7df316e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/f7df316e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/f7df316e

Branch: refs/heads/master
Commit: f7df316e9b3da829beaec22521db8f239604497a
Parents: 6f11997
Author: Sebb <se...@apache.org>
Authored: Wed Apr 12 22:02:45 2017 +0100
Committer: Sebb <se...@apache.org>
Committed: Wed Apr 12 22:02:45 2017 +0100

----------------------------------------------------------------------
 tools/setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/f7df316e/tools/setup.py
----------------------------------------------------------------------
diff --git a/tools/setup.py b/tools/setup.py
index 1187286..4798e15 100755
--- a/tools/setup.py
+++ b/tools/setup.py
@@ -515,9 +515,9 @@ local config = {
 --            env = 'subprocess' -- use environment vars instead of request headers
 --        }
     },
+--  no_association = {}, -- domains that are not allowed for email association
+--  listsDisplay = 'regex', -- if defined, hide list names that don't match the regex
     antispam = true  -- Whether or not to add anti-spam measures aimed at anonymous users.
-    -- no_association = {} -- domains that are not allowed for email association
-    -- listsDisplay = 'regex' -- if defined, hide list names that don't match the regex
 }
 return config
             """ % (hostname, port, dbname, mlserver, mldom, "true" if wce else "false"))