~ubuntu-branches/debian/squeeze/sympa/squeeze

« back to all changes in this revision

Viewing changes to mail_tt2/user_notification.tt2

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Hornburg (Racke)
  • Date: 2008-10-05 12:36:30 UTC
  • mfrom: (1.1.5 upstream) (6.1.3 gutsy)
  • Revision ID: james.westby@ubuntu.com-20081005123630-8ga1kt0ogrkqaizf
Tags: 5.3.4-6
* fix usage of $* Perl variable deprecated in Perl 5.10 
  (Closes: #501154, thanks to Micah Anderson <micah@debian.org> and
  David Moreno <david@dev.axiombox.com> for the report and patches)
* add the sympa.pl --upgrade procedure to the debian/postinst 
  to migrate existing installs (Closes: #498144, thanks to Micah
  Anderson <micah@debian.org> for the patch)
* additional patch for insecure use of /tmp (Closes: #496520)
* missing debian/compat file added

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
To: [% to %]
3
3
[% IF type == 'auto_notify_bouncers' -%]
4
4
Subject: [% FILTER qencode %][%|loc(list.name)%]Your bouncing address in list %1[%END%][%END%]
5
 
MIME-Version: 1.0
6
 
Content-Type: text/plain; charset=[%|loc%]_charset_[%END%];
7
 
Content-Transfer-Encoding: [%|loc%]_encoding_[%END%]
8
5
 
9
6
[%|loc(list.name,to,subscriber.first_bounce)%]Messages from list %1 that were sent to your address %2
10
 
generated non-delivery reports since %3. 
 
7
have generated non-delivery reports since %3. 
11
8
If this problem persists, you will be automatically unsubscribed from the list.[%END%]
12
9
 
13
10
[%|loc%]You can contact list owner:[%END%] [% list.name %]-request@[% conf.host %]
15
12
 
16
13
[% ELSIF type == 'deleted_msg_topics' -%]
17
14
Subject: [% FILTER qencode %][%|loc(list.name)%]Topics udpating in list %1[%END%][%END%]
18
 
MIME-Version: 1.0
19
 
Content-Type: text/plain; charset=[%|loc%]_charset_[%END%];
20
 
Content-Transfer-Encoding: [%|loc%]_encoding_[%END%]
21
15
 
22
16
[%|loc(list.name)%]Some of the topics you are subscribed to in the list '%1' have been deleted.
23
17
Deleted topic(s) is(are) :[%END%]
31
25
 
32
26
[% ELSE -%]
33
27
Subject: [% FILTER qencode %][%list.name%] / [%type%][%END%]
34
 
MIME-Version: 1.0
35
 
Content-Type: text/plain; charset=[%|loc%]_charset_[%END%];
36
 
Content-Transfer-Encoding: [%|loc%]_encoding_[%END%]
37
28
 
38
29
[% param0 %]
39
30
[% END %]