This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 4d320818749e470c9d667e2302c7362999553da5 Author: Juhan Aasaru <[email protected]> AuthorDate: Mon Sep 28 14:57:03 2020 +0300 JAMES-3187 fix links containing @-symbol --- docs/modules/community/pages/mailing-lists.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/modules/community/pages/mailing-lists.adoc b/docs/modules/community/pages/mailing-lists.adoc index 73aeed7..9c45901 100644 --- a/docs/modules/community/pages/mailing-lists.adoc +++ b/docs/modules/community/pages/mailing-lists.adoc @@ -17,7 +17,7 @@ You can browse the mailing list archives online using the https://lists.apache.o *Low traffic* mailto:[email protected][Subscribe] mailto:[email protected][Unsubscribe] -https://lists.apache.org/[email protected][Archive] +link:++https://lists.apache.org/[email protected]++[Archive] This is the list where users of the Apache James (Server) meet and discuss issues. Developers are also expected to be subscribed to this list to offer support to users of Apache James (Server). @@ -27,7 +27,7 @@ subscribed to this list to offer support to users of Apache James (Server). *Medium traffic* mailto:[email protected][Subscribe] mailto:[email protected][Unsubscribe] -https://lists.apache.org/[email protected][Archive] +link:++https://lists.apache.org/[email protected]++[Archive] This is the list where participating developers of the Apache James Project meet and discuss issues, code changes/additions, etc. Do not send mail to this list with usage questions or configuration problems -- that's what server-user@james is for. @@ -37,7 +37,7 @@ etc. Do not send mail to this list with usage questions or configuration problem *Medium traffic* mailto:[email protected][Subscribe] mailto:[email protected][Unsubscribe] -https://lists.apache.org/[email protected][Archive] +link:++https://lists.apache.org/[email protected]++[Archive] Discussions on the http://james.apache.org/mime4j[Mime4j] parser library. @@ -46,7 +46,7 @@ Discussions on the http://james.apache.org/mime4j[Mime4j] parser library. *Low traffic* mailto:[email protected][Subscribe] mailto:[email protected][Unsubscribe] -https://lists.apache.org/[email protected][Archive] +link:++https://lists.apache.org/[email protected]++[Archive] This is the list for general discussions related to the running of the project, it is the public list of the James project management committee (PMC) and is a public list opened to all. Do not send mail to this list with James @@ -57,7 +57,7 @@ software problems -- that's what server-user@james is for. *High traffic* mailto:[email protected][Subscribe] mailto:[email protected][Unsubscribe] -https://lists.apache.org/[email protected][Archive] +link:++https://lists.apache.org/[email protected]++[Archive] Subscribers to this list get notices of each and every code change, build results, testing notices, etc. This list is not for asking help, raising issues or starting discussions on the james product -- other mailing lists are specifically --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
