From 894b129acbd5e460f063890f05f3490c258de819 Mon Sep 17 00:00:00 2001 From: Otthorn Date: Sat, 8 Dec 2018 17:41:42 +0100 Subject: [PATCH] Minuscule pour la redirection des mail --- templates/list | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/list b/templates/list index 356f9a6..76788cf 100644 --- a/templates/list +++ b/templates/list @@ -4,9 +4,9 @@ {% for user in data -%} {%- for alias in user.email_address -%} {%- if user.local_email_redirect -%} -{{ alias.local_part }}:{{ user.email }} +{{ alias.local_part }}:{{ user.email|lower }} {%- else -%} -{{ alias.local_part }}:{{ alias.user }} +{{ alias.local_part }}:{{ alias.user|lower }} {% endif %} {%- endfor -%} {%- endfor -%}