Skip to Content.
Sympa Menu

en - [sympa-users] Use digestplain.tt2

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] Use digestplain.tt2
  • Date: Sun, 30 Aug 2009 10:31:21 +0200

Hello,
We use the DigestPlain method for our mailing of forum but we would wish l'
to
arrange to find what we had in YahooGroupes.
In fact, it would be necessary that the enumeration of the subjects is
transformed into bond towards the messages.

We tested several solutions but none answer to together messages. Sometimes
the
HTML are good sometimes the others and not HTML etc… Moreover, certain
methods causes a deterioration of the accents of the French language
Initial :
[% FOREACH m = msg_list -%]
[% m.id %]. [% m.subject %] - [% m.from %]
[% END %]

Transform to :
[% FOREACH m = msg_list -%]
<p><a name="N0"><a href="#N[% m.id %]">[% m.id %] - [% m.subject %]</a> - [%
m.from %]</p>
[% END %]

Moreover, after each message, we would like to put bonds of answer to l'
shipper, with the list and a return towards the synopsis.

Initial :
[% FOREACH m = msg_list -%]
Date: [% m.date %]
From: [% m.from %]
Subject: [% m.subject %]

[% m.plain_body %]

------------------------------

[% END %]

Transform to :
[% FOREACH m = msg_list -%]
<p></b><a name="N[% m.id %]">[% m.id %] -</a> Date: [% m.date %] transmis par
: [% m.from %]<br>
Sujet: <b><font color="#0000ff"> [% m.subject %]</b></font><br>

[% m.plain_body %]

<table align="center">
<tr>
<td><a href="mailto: [% m.from %]?Subject= [% m.subject %] "> R&eacutepondre
&agrave l'exp&eacutediteur</a></td>
<td>&nbsp;<-->&nbsp;</td>
<td><a href="mailto: [% replyto %]?Subject= [% m.subject %] "> R&eacutepondre
&agrave la liste</a></td>
<td>&nbsp;<-->&nbsp;</td>
<td><a href="#N0">Revenir &agrave la liste</a></td>
</tr>
</table>
<font
color="#0000ff">----------------------------------------------------------------------</font>
[% END %]
Is one between you has a solution?
Thank you
Cordially



  • [sympa-users] Use digestplain.tt2, jceymer, 08/30/2009

Archive powered by MHonArc 2.6.19+.

Top of Page