Skip to Content.
Sympa Menu

en - Re: [sympa-users] Text digests with new digest template?

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Chris Hastie <address@concealed>
  • To: address@concealed
  • Subject: Re: [sympa-users] Text digests with new digest template?
  • Date: Wed, 11 Feb 2004 08:11:46 +0000

On Mon, 9 Feb 2004, Walter H. Hopgood <address@concealed> wrote
Chris Hastie wrote:
(snip)
So did you try:
[FOREACH m IN msg_list]
[FOREACH l IN m->body]
[l]
[END]
[END]
It's an untested guess - hope it helps.
(snip)

This is what I used to have as the summary message, before the templatized digest. The only problem with it is that it leades to doublespacing for every line of the email message. That's an annoying "feature" I'd like to learn how to get rid of.

How about

[FOREACH m IN msg_list]
[FOREACH l IN m->body][l][END]
[END]

Again, untested, but worth a try.
--
Chris Hastie



Archive powered by MHonArc 2.6.19+.

Top of Page