1[%# listmaster_notification.tt2 ~%]
2To: [%"Listmaster"|loc|mailbox(to)%]
3[% IF type == 'request_list_creation' -%]
4Subject: [%"List \"%1@%2\" creation request from %3"|loc(list.name,domain,email)|qencode%]
5
6[%|loc(email,list.name)%]%1 requested creation of list "%2"[%END%]
7
8[% list.name %]@[% domain %]
9[% list.subject %]
10[% 'info' | url_abs([list.name]) %]
11
12[%|loc%]To activate/delete this mailing list:[%END%]
13[% 'get_pending_lists' | url_abs %]
14
15[%- ELSIF type == 'list_created' -%]
16[% PROCESS 'list_created.tt2' -%]
17
18[%- ELSIF type == 'list_rejected' -%]
19[% PROCESS 'list_rejected.tt2' -%]
20
21[%- ELSIF type == 'request_list_renaming' -%]
22[%- IF mode == 'copy' -%]
23Subject: [%"%1 mailing list creation"|loc(new_listname)|qencode%]
24
25[%|loc(email,old_listname,new_listname)%]%1 has copied list "%2" as a new list "%3"[%END-%]
26[%- ELSE -%]
27Subject: [%"List \"%1\" renaming"|loc(list.name)|qencode%]
28
29[%|loc(email,old_listname,new_listname)%]%1 has renamed list "%2" to "%3"[%END%]
30[% END %]
31
32[%|loc%]To activate/delete this mailing list:[%END%]
33[% 'get_pending_lists' | url_abs %]
34
35[% ELSIF type == 'no_db' -%]
36Subject: [%"No database"|loc|qencode%]
37
38[%|loc(db_name)%]Cannot connect to database %1, still trying...[%END%]
39
40
41[% ELSIF type == 'missing_dbd' -%]
42Subject: [%"No database driver for %1"|loc(db_type)|qencode%]
43
44[%|loc(db_type,db_module)%]No database driver installed for %1; you should download and install %2 from CPAN.[%END%]
45
46[% ELSIF type == 'crash' -%]
47Subject: [%"Previous process %1 crashed"|loc(crashed_process)|qencode%]
48X-Sympa-NoWrap: yes
49
50[%|wrap(0,0)%][%|loc(crashed_process,pid)%]Previous process %1 (with PID %2) has died unexpectedly.[%END%][%END#wrap%]
51[%|loc(crash_date)%]Date of crash: %1[%END%]
52[%|loc%]Errors:[%END%]
53
54[% FOREACH err IN crash_err -%]
55[% err %]
56[% END %]
57
58[%|wrap(0,0)%][%|loc%]Check log file for further details.[%END%][%END#wrap%]
59
60[% ELSIF type == 'upgrade_failed' -%]
61Subject: [%"Upgrade procedures failed"|loc|qencode%]
62
63[%|loc%]Sympa encountered the following error while running upgrade procedures: [%END%]
64     [%error%]
65
66[%|loc%]Check log file for further details.[%END%]
67
68[% ELSIF type == 'password_encrypted' -%]
69Subject: [%"Password should be rehashed"|loc|qencode%]
70
71[%|loc%]Password in database seems encrypted. Run upgrade_sympa_password.pl to rehash passwords.[%END%]
72
73[% ELSIF type == 'db_struct_updated' -%]
74Subject: [%"Database structure updated"|loc|qencode%]
75X-Sympa-NoWrap: yes
76
77[%|wrap(0,0)%][%|loc(db_name)%]The database structure has been updated. Check the log file for further details: [%END%][%END#wrap%]
78
79[% FOREACH report_item IN report -%]
80[% report_item %]
81[% END %]
82
83[% ELSIF type == 'css_updated' -%]
84Subject: [%"CSS files have been updated"|loc|qencode%]
85
86[%|loc%]Static CSS files have been updated.  Check log file for details.[%END%]
87
88[% ELSIF type == 'css_update_failed' -%]
89Subject: [%|qencode%][%|loc%]CSS update failed[%END%][%END%]
90
91[%|loc%]Static CSS failed updating.[%END%]
92
93[% IF error == 'cannot_mkdir' -%]
94[%|loc(target,message)%]Cannot make directory %1: %2.[%END -%]
95[% ELSIF error == 'cannot_open_file' -%]
96[%|loc(file,message)%]Cannot open file %1: %2.[%END -%]
97[% ELSIF error == 'tt2_error' -%]
98[%|loc(message)%]Parsing template failed: %1.[%END -%]
99[% ELSE -%]
100[%|loc%]Unknown error.[%END -%]
101[%END %]
102
103[% ELSIF type == 'db_restored' -%]
104Subject: [%"Database connection restored"|loc|qencode%]
105
106[%|loc(db_name)%]Connection to database %1 restored.[%END%]
107
108[% ELSIF type == 'bulk_error' -%]
109Subject: [%"Bulk mailer error"|loc|qencode%]
110
111[%|loc(message_id)%]Sympa failed to store a message <%1> in the bulk mailer. You should check log files !![%END%]
112
113[% ELSIF type == 'bulk_failed' -%]
114Subject: [%"Bulk mailer error"|loc|qencode%]
115
116[%|loc(message_id)%]Sympa failed to process a message <%1> in the bulk spool. You should check log files!![%END%]
117
118[% ELSIF type == 'loop_command' -%]
119Subject: [%"Loop detected"|loc|qencode%]
120MIME-Version: 1.0
121Content-Type: multipart/mixed; boundary="[% boundary %]"
122
123--[% boundary %]
124Content-Disposition: inline
125
126[%|loc%]A loop has been detected with the following message[%END%]
127
128--[% boundary %]
129Content-Type: message/rfc822
130Content-Transfer-Encoding: 8bit
131Content-Disposition: inline
132X-Sympa-Attach: yes
133
134[%# Message is attached here. #%]
135
136--[% boundary %]--
137
138[% ELSIF type == 'virus_scan_failed' -%]
139Subject: [%"Antivirus scan failed"|loc|qencode%]
140
141[%|loc%]The antivirus scan failed while processing the following file:[%END%]
142	[% filename %]
143
144[%|loc%]The error message returned was:[%END%]
145	[% error_msg %]
146
147
148[% ELSIF type == 'parameter_error' -%]
149Subject: [%"Parameter error"|loc|qencode%]
150
151[%|loc(par_name,par_value)%]The value for parameter %1 was badly defined: %2[%END%]
152[%|loc(action)%]%1 impossible.[%END%]
153[%|loc%]See the logs for more details.[%END%]
154
155[% ELSIF type == 'unable_to_create_dir' -%]
156Subject: [%"Unable to create directory"|loc|qencode%]
157
158[%|loc(dir)%]Sympa could not create directory %1[%END%]
159[%|loc%]See the logs for more details.[%END%]
160
161[% ELSIF type == 'archiving_failed' -%]
162Subject: [%"A message archiving failed"|loc|qencode%]
163
164[%|loc(file,bad)%]Sympa could not archive message '%1'. Moving it into directory '%2'.[%END%]
165[%|loc%]See the logs for more details.[%END%]
166
167[% ELSIF type == 'automatic_bounce_management' -%]
168[% PROCESS 'automatic_bounce_management.tt2' -%]
169
170[% ELSIF type == 'arf_processing_failed' -%]
171Subject: [%"Processing email feedback report failed"|loc|qencode%]
172Content-Type: multipart/mixed; boundary="[%boundary%]"
173
174--[%boundary%]
175Content-Disposition: inline
176
177[%|loc%]Sympa could not handle email feedback report.[%END%]
178
179[%|loc(list.name,domain)%]List: %1@%2[%END%]
180[%|loc(error)%]Error: %1[%END%]
181[%|loc(feedback_type)%]Feedback type: %1[%END%]
182[%|loc%]See the logs for more details.[%END%]
183
184--[%boundary%]
185Content-Disposition: inline
186Content-Type: message/rfc822
187Content-Transfer-Encoding: 8bit
188X-Sympa-Attach: yes
189
190[%# msg #%]
191
192--[%boundary%]--
193
194[% ELSIF type == 'edit_list_error' -%]
195Subject: [%"incorrect format of edit_list.conf"|loc|qencode%]
196
197[%|loc%]edit_list.conf format has changed:
198'default' is no more accepted for a population.[%END%]
199
200[%|loc(param0)%]Refer to documentation to adapt %1.[%END%]
201[%|loc(param0)%]Until then we recommend your remove %1; default configuration will be used.[%END%]
202
203[% ELSIF type == 'sync_include_failed' -%]
204Subject: [%"Failed to include members for list '%1'"|loc(list.name)|qencode%]
205
206[%|loc%]Sympa could not include members from external data sources; the database or LDAP directory might be unreachable.[%END%]
207
208[%IF errors -%]
209[% FOREACH e = errors -%]
210[%|loc(e.name,e.type)%]Include of data source %1 (type %2) failed.[%END%]
211[% END %]
212
213[%END -%]
214[%|loc%]Check Sympa log files for more precise information[%END%]
215
216[% ELSIF type == 'sync_include_admin_failed' -%]
217Subject: [%"admins update failed for list %1"|loc(param0)|qencode%]
218
219[%|loc%]Sympa could not include admins from external data sources. The database or LDAP directory might be unreachable.[%END%]
220[%|loc%]Check Sympa log files for more precise information[%END%]
221
222[% ELSIF type == 'no_owner_defined' -%]
223Subject: [%"list %1 in status error_config"|loc(param0)|qencode%]
224
225[%|loc(param0)%]No owner is defined for list %1.[%END%]
226[%|loc%]The list status has been set to error_config.[%END%]
227[%|loc%]Check the Sympa log files for more information.[%END%]
228
229
230[% ELSIF type == 'listowner_email_changed' -%]
231Subject: [%"List owner/moderator email changes"|loc(param0)|qencode%]
232
233[%|loc(previous_email,new_email)%]Member %1 has changed their owner/editor email address to %2. This change has been performed for the following lists:[%END%]
234[% FOREACH updated_list IN updated_lists -%]
235[% updated_list %]
236[% END %]
237
238
239[% ELSIF type == 'failed_to_change_included_admin' -%]
240Subject: [%"List %1: Failed to change admin email address"|loc(list.name)|qencode%]
241
242[%|loc(current_email,new_email,datasource)%]Admin %1 could not change their admin email address (new email address is %2) because they are included via a the following data sources: %3.
243
244If you are able to do so, you should probably update these data sources with this person's new email address.[%END%]
245
246
247[% ELSIF type == 'error_copy_file' -%]
248Subject: [%"list %1 in status error_config"|loc(param0)|qencode%]
249
250[%|loc(param0,param1)%]Errors occurred while copying family %2 file in list %1 directory.[%END%]
251[%|loc%]The list status has been set to error_config.[%END%]
252[%|loc%]Check the Sympa log files for more information.[%END%]
253
254
255[% ELSIF type == 'no_respect_rules_family' -%]
256Subject: [%"list %1 in status error_config"|loc(param0)|qencode%]
257
258[%|loc(param0,param1)%]List %1 configuration does not respect family %2 rules.[%END%]
259[%|loc%]The list status has been set to error_config.[%END%]
260[%|loc%]Check the Sympa log files for more information.[%END%]
261
262[% ELSIF type == 'no_check_rules_family' -%]
263Subject: [%"list %1 in status error_config"|loc(param0)|qencode%]
264
265[%|loc(param0,param1)%]Sympa could not check family %2 rules with list %1 param_constraint.conf file.[%END%]
266[%|loc%]The list status has been set to error_config.[%END%]
267[%|loc%]Check the Sympa log files for more information.[%END%]
268
269
270[% ELSIF type == 'param_constraint_conf_error' -%]
271Subject: [%"errors in param_constraint.conf file"|loc|qencode%]
272
273[%|loc(param0)%]Error(s) found in the file %1.[%END%]
274[%|loc%]Check the Sympa log files for more information.[%END%]
275
276
277[% ELSIF type == 'param_constraint_conf_error' -%]
278Subject: [%"errors in param_constraint.conf file"|loc|qencode%]
279
280[%|loc(param0)%]Error(s) found in the file %1.[%END%]
281[%|loc%]Check the Sympa log files for more information.[%END%]
282
283[% ELSIF type == 'file_removed' -%]
284Subject: [%"File removed"|loc|qencode%]
285
286[%|loc(param0)%]The following file has been removed: %1[%END%]
287[%|loc(param1)%]A backup of the file has been made: %1[%END%]
288
289
290[% ELSIF type == 'no_list_family' -%]
291Subject: [%"list %1 in status error_config"|loc(param0)|qencode%]
292
293[%|loc(param0,param1)%]Sympa could not load family %2 for list %1.[%END%]
294[%|loc%]The list status has been set to error_config.[%END%]
295[%|loc%]Check the Sympa log files for more information.[%END%]
296
297[% ELSIF type == 'instantiation_family' -%]
298Subject: [%"list %1 in status error_config"|loc(param0)|qencode%]
299
300[%|loc(param0,param1)%]Failed to instantiate family %2 for list %1[%END%]
301[%|loc%]The list status has been set to error_config.[%END%]
302[%|loc%]Check the Sympa log files for more information.[%END%]
303
304[% ELSIF type == 'modify_list_family' -%]
305Subject: [%"list %1 in status error_config"|loc(param0)|qencode%]
306
307[%|loc(param0,param1)%]Sympa could not modify list %1 (Family %2)[%END%]
308[%|loc%]The list status has been set to error_config.[%END%]
309[%|loc%]Check the Sympa log files for more information.[%END%]
310
311[% ELSIF type == 'web_tt2_error' -%]
312Subject: [%"Failed to parse web template"|loc|qencode%]
313
314[%|loc%]Sympa could not deliver the requested page for the following reason: [%END%]
315[%|loc(param0)%]Error: %1[%END%]
316[%|loc%]Check the Sympa log files for more information.[%END%]
317
318[% ELSIF type == 'error_performing_condition' -%]
319Subject: [%"Failed to perform scenario condition"|loc|qencode%]
320
321[%|loc%]Sympa failed to perform scenario condition for the following reason: [%END%]
322[%|loc(error)%]Error: %1[%END%]
323[%|loc%]Check the Sympa log files for more information.[%END%]
324
325[%# INTERNAL SERVER ERROR  : MAIL -%]
326[% ELSIF type == 'mail_intern_error' -%]
327Subject: [%"Listmaster: internal server error"|loc|qencode%]
328
329[%|loc(who)%] User %1 has encountered an internal server error[%END%]
330([%action%][% IF msg_id %] - MSG_ID[%|loc%]:[%END%] [%msg_id%][%END%][% IF cmd %] - COMMAND[%|loc%]:[%END%] [%cmd%][%END%][% IF list.name %] - LIST[%|loc%]:[%END%] [%list.name%]@[%domain%][%END%])[%|loc%]:[%END%]
331
332[%IF error%][%error%]
333[%END%]
334
335[%|loc%]See the logs for more details.[%END%]
336
337[% ELSIF type == 'bounce_intern_error' -%]
338Subject: [%"Listmaster: internal server error"|loc(list.name)|qencode%]
339
340[%|loc(error)%]The following error occurred while managing bounces: %1[%END%]
341
342[%|loc%]See the logs for more details.[%END%]
343
344[% ELSIF type == 'hundred_percent_error' -%]
345Subject: [%"Listmaster: list %1@%2 at 100 percents error"|loc(list.name,domain)|qencode%]
346
347[%|loc(list.name,domain)%]The list %1@%2 has 100 percents of its users in error. Something unusual must have happened.[%END%]
348
349[%|loc(sender)%]The user %1, who tried to send a mail to this list, has been warned, as well as the list owners.[%END%]
350
351[%|loc%]See the logs for more details.[%END%]
352
353[%|loc%]Check the bounces in this list:[% END %] [% 'reviewbouncing' | url_abs([list.name]) %]
354
355[% ELSIF type == 'automatic_list_creation_failed' -%]
356Subject: [%"Listmaster: internal server error"|loc|qencode%]
357
358[% IF listname -%]
359[%|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%]
360[%- ELSE -%]
361[%|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%]
362[%- END -%]
363
364[%# INTERNAL SERVER ERROR  : WEB -%]
365[% ELSIF type == 'web_intern_error' -%]
366Subject: [%"Listmaster: internal server error"|loc(list.name)|qencode%]
367
368[%|loc(who)%] User %1 has encountered an internal server error[%END%]
369([%|loc%]Web interface[%END%] - ACTION[%|loc%]:[%END%] [%action%][% IF list.name %] - LIST[%|loc%]:[%END%] [%list.name%]@[%domain%][%END%])[%|loc%]:[%END%]
370
371[%IF error == 'chdir_error' %][%|loc%]Unable to change directory.[%END%]
372[%ELSIF error == 'no_authentication_service_name' %][%|loc%]The authentication server name is not defined.[%END%]
373[%ELSIF error == 'auth_conf_no_identified_user' %][%|loc%]auth.conf error: either email_http_header or host/get_email_by_uid_filter entries should be defined.[%END%]
374[%ELSIF error == 'unknown_authentication_service' %][%|loc(name)%]Unknown authentication service %1.[%END%]
375[%ELSIF error == 'add_user_db_failed' %][%|loc(user)%]Add user '%1' in DB failed.[%END%]
376[%ELSIF error == 'update_user_db_failed' %][%|loc(user)%]Update user '%1' in DB failed[%END%][% IF old_email %][%|loc(old_email)%] (old email: %1)[%END%][%END%]
377[%ELSIF error == 'add_subscriber_db_failed' %][%|loc(sub)%]Add subscriber '%1' in DB failed.[%END%]
378[%ELSIF error == 'update_subscriber_db_failed' %][%|loc(sub,old_email)%]Update subscriber '%1' in DB failed[%END%][% IF old_email %][%|loc(old_email)%] (old email: %1)[%END%][%END%]
379[%ELSIF error == 'delete_subscriber_db_failed' %][%|loc(sub)%]Delete subscriber '%1' in DB failed.[%END%]
380[%ELSIF error == 'delete_email_failed' %][%|loc(old_email)%]Delete user in DB for old email '%1' failed.[%END%]
381[%ELSIF error == 'subscriber_not_found' %][%|loc(email,list.name)%]Subscriber '%1' is not found in list %2.[%END%]
382[%ELSIF error == 'cannot_read' %][%|loc(filepath)%]Unable to read file: '%1'.[%END%]
383[%ELSIF error == 'cannot_write' %][%|loc(filepath)%]Unable to write file: '%1'.[%END%]
384[%ELSIF error == 'cannot_open_file' %][%|loc(file)%]Unable to open file '%1'.[%END%]
385[%ELSIF error == 'cannot_open_dir' %][%|loc(directory)%]Unable to open directory '%1'.[%END%]
386[%ELSIF error == 'cannot_mkdir' %][%|loc(dir)%]Unable to create directory '%1'.[%END%]
387[%ELSIF error == 'cannot_open_spool' %][%|loc(spool)%]Unable to open spool '%1'.[%END%]
388[%ELSIF error == 'cannot_get_msg' %][%|loc(msg)%]Unable to get message '%1'.[%END%]
389[%ELSIF error == 'rename_file' %][%|loc(old,new)%]Unable to rename file '%1' into '%2'.[%END%]
390[%ELSIF error == 'rename_dir' %][%|loc(old,new)%]Unable to rename directory '%1' into '%2'.[%END%]
391[%ELSIF error == 'erase_file' %][%|loc(file)%]Unable to erase file '%1'.[%END%]
392[%ELSIF error == 'cannot_send_distribute' %][%|loc(from,list.name)%]Unable to send command DISTRIBUTE from '%1' to list '%2'.[%END%]
393[%ELSIF error == 'no_html_message_available' %][%|loc(dir)%]No HTML version of the message available in '%1'.[%END%]
394[%ELSIF error == 'update_config_changes' %][%|loc(list.name)%]Unable to update file config_changes for list '%1'.[%END%]
395[%ELSIF error == 'month_not_found' %][%|loc(month,list.name)%]Unable to find month '%1' for list '%2'[%END%][%IF dir%][%|loc(dir)%]: unable to read '%1'.[%END%][%END%]
396[%ELSIF error == 'arc_not_found' %][%|loc(arc_file,list.name,path)%]Unable to find archive '%1' for list '%2'[%END%][%IF path%][%|loc(path)%]: unable to read '%1'.[%END%][%END%]
397[%ELSIF error == 'inaccessible_archive' %][%|loc(list.name)%]Unable to find archive for list '%1'[%END%][%IF path%][%|loc(path)%]: unable to read '%1'.[%END%][%END%]
398[%ELSIF error == 'may_not_send_me'%][%|loc()%]Unable to send archive: no message id found.[%END%]
399[%ELSIF error == 'archive_not_found'%][%|loc(msgid)%]No message found in archives matching Message-ID '%1'.[%END%]
400[%ELSIF error == 'cannot_save_config'%][%|loc(list.name)%]Cannot save config file for list '%1'.[%END%]
401[%ELSIF error == 'failed_to_install_aliases'%][%|loc%]Failed to install aliases.[%END%]
402[%ELSIF error == 'failed_to_remove_aliases'%][%|loc%]Failed to remove aliases.[%END%]
403[%ELSIF error == 'internal_scenario_error_create_list'%][%|loc%]Internal scenario error for 'create_list'.[%END%]
404[%ELSIF error == 'create_list'%][%|loc%]Unable to create list.[%END%]
405[%ELSIF error == 'unable_to_load_list_of_topics'%][%|loc%]Unable to load list topics.[%END%]
406[%ELSIF error == 'unable_to_load_create_list_templates'%][%|loc%]Unable to load create_list templates.[%END%]
407[%ELSIF error == 'unable_get_family'%][%|loc(list.name)%]Unable to get family for list '%1'.[%END%]
408[%ELSIF error == 'list_reload'%][%IF new_list.name %][%|loc(new_listname)%]Unable to reload list with new list name '%1'.[%END%][%ELSE%][%|loc%]Unable to reload list[%END%][%END%]
409[%ELSIF error == 'sync_include_failed' %][%|loc(list.name)%]Failed to include members for list '%1'[%END%]
410[%ELSIF error == 'sync_include_admin_failed' %][%|loc(list.name)%]Failed to include list admins for list '%1'[%END%]
411[%ELSIF error == 'no_owner_defined' %][%|loc%]No owner is defined for the list '%1'[%END%]
412[%ELSIF error == 'exportation_failed' %][%|loc(list.name)%]The exportation to an LDAP directory failed for list '%1'[%END%]
413[%ELSIF error == 'unable_to_check_list_smtp' %][%|loc(new_listname)%]Unable to check list name '%1' on SMTP server[%END%]
414[%ELSIF error == 'create_shared' %][%|loc(list.name)%]Cannot create shared for list '%1'.[%END%]
415[%ELSIF error == 'restore_shared'%][%|loc(list.name)%]Cannot restore shared for list '%1'.[%END%]
416[%ELSIF error == 'delete_shared'%][%|loc(list.name)%]Cannot delete shared for list '%1'.[%END%]
417[%ELSIF error == 'browse_shared'%][%|loc%]Impossible to browse shared documents for list '%1'.[%END%]
418[%ELSIF error == 'cannot_upload'%][%|loc(path)%]Cannot upload file '%1'.[%END%]
419[%ELSIF error == 'cannot_unzip' %][%|loc(name)%]Cannot unzip file '%1'.[%END%]
420[%ELSIF error == 'error_during_unzip' %][%|loc(name)%]Errors while unzipping file '%1'.[%END%]
421[%ELSIF error == 'cannot_send_remind' %][%|loc(from,list.name)%]Unable to send command REMIND from '%1' to list '%2'.[%END%]
422[%ELSIF error == 'cannot_send_mail' %][%|loc(from,list.name)%]Unable to send mail from '%1' to list '%2'.[%END%]
423[%ELSIF error == 'auth_msg_failed' %][%|loc(key,list.name)%]Unable to access the message authenticated with key '%1' for list '%2'.[%END%]
424[%ELSIF error == 'del_sub_request' %][%|loc(sub)%]Unable to delete subscription request for user '%1'.[%END%]
425[%ELSIF error == 'add_file_zip' %][%|loc(file)%]Unable to add file '%1' to archives.[%END%]
426[%ELSIF error == 'write_file_zip' %][%|loc(zipfile)%]Unable to write zip file '%1'.[%END%]
427[%ELSIF error == 'err_404' %][%|loc(zipfile)%]File not found.[%END%]
428[%ELSIF error == 'new_document_failed' %][%|loc(path,list.name)%]Unable to create a Shared Document with path '%1' for list '%2'.[%END%]
429[%ELSIF error == 'cookie_error' %][%|loc%]Parameter cookie undefined, authentication failure.[%END%]
430[%ELSIF error == 'cookie_error_env' %][%|loc(env)%]Cookie error: '%1' undefined, authentication failure.[%END%]
431[%ELSIF error == 'unable_to_rename_list' %][%|loc(list.name,new_listname)%]Unable to rename list '%1' to '%2'.[%END%]
432[%ELSIF error%][%error%]
433[%END%]
434[%|loc%]See the logs for more details.[%END%]
435
436[%# SYSTEM ERROR  : WEB -%]
437[% ELSIF type == 'web_system_error' -%]
438Subject: [%"Listmaster: system error"|loc(list.name)|qencode%]
439
440[%|loc(who)%] User %1 has encountered a system error[%END%]
441([%|loc%]Web interface[%END%] - ACTION[%|loc%]:[%END%] [%action%][% IF list.name %] - LIST[%|loc%]:[%END%] [%list.name%]@[%domain%][%END%])[%|loc%]:[%END%]
442
443[%IF error == 'a' %]
444[%ELSIF error%][% error %]
445[%END%]
446[%|loc%]See the logs for more details.[%END%]
447
448[%# OTHER -%]
449[% ELSE -%]
450Subject: [%"Listmaster / %1"|loc(type)|qencode%]
451
452[% param0 %]
453[% END %]
454