Author: maven-release Date: 2014-03-18 11:21:20 +0100 (Tue, 18 Mar 2014) New Revision: 58 Url: http://forge.codelutin.com/projects/adminsys/repository/revisions/58 Log: refs #4626 (fix codelutin.com release email sender) Modified: scripts/redmine-tools/list-default-option.cfg Modified: scripts/redmine-tools/list-default-option.cfg =================================================================== --- scripts/redmine-tools/list-default-option.cfg 2014-03-05 10:18:15 UTC (rev 57) +++ scripts/redmine-tools/list-default-option.cfg 2014-03-18 10:21:20 UTC (rev 58) @@ -3,6 +3,8 @@ # config_list -i list-default-option.cfg <list_name> # # actually: +# 20130318 chemit@codelutin.com +# - add '^.*@users.codelutin.com' and 'noreply@codelutin.com' as permanent possible poster # 20111026 chemit@codelutin.com # - add '^.*@users.forge.codelutin.com' and 'noreply@forge.codelutin.com' as permanent possible poster # 20100106 chemit @@ -47,7 +49,7 @@ # expression match. A line consisting of the @ character followed by a # list name specifies another Mailman list in this installation, all of # whose member addresses will be accepted for this list. -accept_these_nonmembers = ['^.*@codelutin.com', '^.*@users.nuiton.org', '^.*@users.chorem.org', '^.*@users.forge.codelutin.com', 'noreply@nuiton.org', 'noreply@chorem.org', 'noreply@forge.codelutin.com'] +accept_these_nonmembers = ['^.*@codelutin.com', '^.*@users.nuiton.org', '^.*@users.chorem.org', '^.*@users.forge.codelutin.com', '^.*@users.codelutin.com', 'noreply@nuiton.org', 'noreply@chorem.org', 'noreply@forge.codelutin.com', 'noreply@codelutin.com'] # When a post from a non-member is received, the message's sender is # matched against the list of explicitly <a
participants (1)
-
maven-releaseļ¼ users.forge.codelutin.com