1[%# user_notification.tt2 ~%]
2To: [% to %]
3[% IF type == 'auto_notify_bouncers' -%]
4Subject: [%"Your bouncing address in list %1"|loc(list.name)|qencode%]
5
6[%|loc(list.name,to,subscriber.first_bounce)%]Messages from list %1 that were sent to your address %2 have generated non-delivery reports since %3.
7If this problem persists, you will be automatically unsubscribed from the list.[%END%]
8
9[%|loc%]You can contact list owner:[%END%] [% list.name %]-request@[% domain %]
10
11
12[% ELSIF type == 'deleted_msg_topics' -%]
13Subject: [%"Topics updated in list %1"|loc(list.name)|qencode%]
14
15[%|loc(list.name)%]Some of the topics you are subscribed to in the list '%1' have been deleted.
16Deleted topic(s) is(are):[%END%]
17[% FOREACH t = del_topics -%]
18   [% t %]
19[% END -%]
20
21[%|loc%]To update your topics subscription, go to the following page:[%END%]
22[% 'suboptions' | url_abs([list.name]) %]
23
24
25[% ELSIF type == 'added_as_listadmin' -%]
26Subject: [%"Management of list %1"|loc(list.name)|qencode%]
27
28[% IF admin_type == 'owner' %]
29[%|loc(delegator,list.name,domain)%]You have been delegated the responsibility of list owner by %1 for list %2@%3.[%END%]
30[% ELSE %]
31[%|loc(delegator,list.name,domain)%]You have been delegated the responsibility of list moderator by %1 for list %2@%3.[%END%]
32[% END %]
33
34[% IF conf.wwsympa_url -%]
35[%|loc%]The list homepage:[%END%] [% 'info' | url_abs([list.name]) %]
36[%|loc%]Owner and moderator guide:[%END%] [% 'help' | url_abs(['admin.html']) %]
37[% END -%]
38
39[% ELSIF type == 'hundred_percent_error' -%]
40Subject: [%"No valid recipient in list %1"|loc(list.name)|qencode%]
41
42[%|loc(list.name,conf.listmaster_email,domain) %]Your message to list %1 could not be delivered. All the subscribers to this list have their address in error.
43Please contact the listmaster (%2@%3) to fix this problem before re-posting your message.[% END %]
44
45[% ELSIF type == 'vain_request_by_other' -%]
46[% IF request.action == 'subscribe' -%]
47Subject: [%"FYI: subscribing to %1"|loc(list.name)|qencode%]
48[%- ELSIF request.action == 'signoff' -%]
49Subject: [%"FYI: unsubscribing from %1"|loc(conf.title,list.name)|qencode%]
50[%- ELSE -%]
51Subject: [% request.action %]
52[%- END %]
53
54[% IF request.action == 'subscribe' -%]
55[%|loc(list.name)%]Someone (probably you) requested for subscribing to list %1, but you have already subscribed to this list.[%END%]
56[%- ELSIF request.action == 'signoff' -%]
57[%|loc(list.name)%]Someone (probably you) requested for unsubscribing from list %1, but you have not subscribed to this list.[%END%]
58[%- ELSE -%]
59[% request.action %]
60[%- END %]
61
62[%|loc%]No action is needed on your side.[%END%]
63
64[% ELSE -%]
65Subject: [%"${list.name} / ${type}"|qencode%]
66
67[% param0 %]
68[% END %]
69