From 3ff5552223d5badcc5510937ea172038fcd43704 Mon Sep 17 00:00:00 2001 From: BENOIT JEAN Date: Sat, 11 Nov 2017 22:58:17 +0100 Subject: [PATCH] Fix listname typo list name was not rendered as a dot was missing (listname instead of list.name) --- default/mail_tt2/listmaster_notification.tt2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/default/mail_tt2/listmaster_notification.tt2 b/default/mail_tt2/listmaster_notification.tt2 index cb2754c67..367fce127 100644 --- a/default/mail_tt2/listmaster_notification.tt2 +++ b/default/mail_tt2/listmaster_notification.tt2 @@ -338,13 +338,13 @@ Subject: [% FILTER qencode %][%|loc(list.name, list.host)%]Listmaster: list %1@% [%|loc%]See logs for more details.[%END%] -[%|loc%]Check the bounces in this list:[% END %] [% 'reviewbouncing' | url_abs([listname]) %] +[%|loc%]Check the bounces in this list:[% END %] [% 'reviewbouncing' | url_abs([list.name]) %] [% ELSIF type == 'automatic_list_creation_failed' -%] Subject: [% FILTER qencode %][%|loc%]Listmaster: internal server error [%END%][%END%] -[% IF listname -%] -[%|loc(listname,family,robot,msg_id)%]Failed to process message. Unable to create the dynamic list %1 on family %2@%3. Message <%4> was ignored.[%END%] +[% IF list.name -%] +[%|loc(list.name,family,robot,msg_id)%]Failed to process message. Unable to create the dynamic list %1 on family %2@%3. Message <%4> was ignored.[%END%] [%- ELSE -%] [%|loc(family,robot,msg_id)%]Failed to process message: family %1@%2 does not exist. Unable to create the dynamic list. Message <%3> was ignored.[%END%] [%- END -%]