diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index c68a6042f8..78a7e35679 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -51,7 +51,13 @@ name: mailman website: admin.fedoraproject.org regex: /mailman/(.*)$ - target: https://lists.fedoraproject.org/$1 + target: https://lists.fedoraproject.org/mailman/$1 + + - role: httpd/redirectmatch + name: mailman-pipermail + website: admin.fedoraproject.org + regex: /pipermail/(.*)$ + target: https://lists.fedoraproject.org/pipermail/$1 - role: httpd/redirectmatch name: 00-bodhi2-cutover-users