Skip to Content.
Sympa Menu

en - Re: [sympa-users] List summaries going to all users in 3.2.1

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Olivier Salaun - CRU <address@concealed>
  • To: address@concealed
  • Subject: Re: [sympa-users] List summaries going to all users in 3.2.1
  • Date: Tue, 01 Oct 2002 13:56:16 +0200

It sounds like a known bug, fixed in release 3.3 of Sympa.
Referring to the Release_notes :

[reported by S. Tardieu] Bug fix: summary of messages was sent to the
list itself.
Digest/summary could be sent to an empty list of recipients.

Russ Kepler wrote:
I think I pinned down the problem with the entire list receiving summaries, in List.pm in the procedure snd_msg_digest the line that sends the summary is thus:

$self->send_file('summary', \@tabrcptsummary, $param);

With no condition and an empty list in @tabrcptsummary send_file must be blasting the message to the entire list. I'm hoping that changing this to the following will remove the problem:

$self->send_file('summary', \@tabrcptsummary, $param) if (!($#tabrcptsummary == -1));

(I found this while adding a 'digest-text' mode to the formats).

I recommend you base your develpments uppon a more recent release of Sympa ;
it would help integrate them in the standard distribution.

Thanks.

--
Olivier Salaun
Comite Reseau des Universites



  • Re: [sympa-users] List summaries going to all users in 3.2.1, Olivier Salaun - CRU, 10/01/2002

Archive powered by MHonArc 2.6.19+.

Top of Page