Skip to Content.
Sympa Menu

en - RE: [sympa-users] Digest only delivery

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Straub Herbert <address@concealed>
  • To: address@concealed
  • Subject: RE: [sympa-users] Digest only delivery
  • Date: Fri, 28 Jun 2002 08:23:07 +0200

Title: RE: [sympa-users] Digest only delivery

I had changed this direct in the database. The subscriber_table contains the fields list_subscriber and reception_subscriber. You have to change the reception_subscriber to digest.

Example (I use postgresql):

sympa=> begin;
BEGIN
sympa=> update subscriber_table set reception_subscriber = 'digest' where list_subscriber = 'your-listname';
UPDATE 3
sympa=> commit;

Herbert Straub

-----Original Message-----
From: Rodrigo Filgueira Prates [mailto:address@concealed]
Sent: Donnerstag, 27. Juni 2002 23:23
To: address@concealed
Subject: [sympa-users] Digest only delivery


Hi there people,

Let's say I have a list with 500 subscribers and would like them to receive only digests.
What settings shouls I change?
I have allready set in default_user_options, reception mode to digest  via wws. Will this change the configuration to allready existing users?

thanks in advance
________________________________________________
Ing. Rodrigo Filgueira Prates,
Network Admin - CINTERFOR/OIT.
http://www.cinterfor.org.uy
________________________________________________



  • RE: [sympa-users] Digest only delivery, Straub Herbert, 06/28/2002

Archive powered by MHonArc 2.6.19+.

Top of Page