Skip to content

Commit 0d057b9

Browse files
jean1ikedas
authored andcommittedNov 25, 2017
Fix listname typo
list name was not rendered as a dot was missing (listname instead of list.name)
1 parent ede4227 commit 0d057b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎default/mail_tt2/listmaster_notification.tt2

+3-3
Original file line numberDiff line numberDiff line change
@@ -338,13 +338,13 @@ Subject: [% FILTER qencode %][%|loc(list.name, list.host)%]Listmaster: list %1@%
338338

339339
[%|loc%]See the logs for more details.[%END%]
340340

341-
[%|loc%]Check the bounces in this list:[% END %] [% 'reviewbouncing' | url_abs([listname]) %]
341+
[%|loc%]Check the bounces in this list:[% END %] [% 'reviewbouncing' | url_abs([list.name]) %]
342342

343343
[% ELSIF type == 'automatic_list_creation_failed' -%]
344344
Subject: [% FILTER qencode %][%|loc%]Listmaster: internal server error [%END%][%END%]
345345

346-
[% IF listname -%]
347-
[%|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%]
346+
[% IF list.name -%]
347+
[%|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%]
348348
[%- ELSE -%]
349349
[%|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%]
350350
[%- END -%]

0 commit comments

Comments
 (0)
Please sign in to comment.