Skip to Content.
Sympa Menu

en - Re: convertion Smartlist -> Sympa

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: address@concealed
  • To: Aumont - Comite Reseaux des Universites <address@concealed>
  • Cc: address@concealed
  • Subject: Re: convertion Smartlist -> Sympa
  • Date: 09 May 2000 11:12:47 +0200

Dixit Aumont - Comite Reseaux des Universites <address@concealed> (le Tue,
09 May 2000 10:54:34 +0200) :

>>
>>
>> Some new sympa users are looking for a script to convert smartlist
>> file into sympa subscribers file. Is any one did it ?
>>
>> Serge
>> -----------------------------------------------------------------------
>>
>> Serge Aumont CRU campus Beaulieu Tel : 02 99 84 71 47
>> 35042 Rennes Cedex fax : 02 99 84 71 11
>>
>>

Quite simple...

#!/bin/sh

awk '#
{ printf "date 936693069\nemail %s\n\n", $1 ; }
' dist > subscribers


Then edit the subscribers file to remove the entries you don't need or
to add the new ones you need.

Thierry



  • convertion Smartlist -> Sympa, Aumont - Comite Reseaux des Universites, 05/09/2000
    • Re: convertion Smartlist -> Sympa, Thierry . Besancon, 05/09/2000

Archive powered by MHonArc 2.6.19+.

Top of Page