>>>>> "BS" == Benji Spencer <spunge@spunge.org> writes:
>> containing the subscribed members info: I mean from the format name@mail
>> NOACK 857994678 NO Full Name to <name@mail> Full Name
>>
>> If there is some patch already doing this stuff, I appreciate to know,
>> otherwise i should manage it manually:-( I am new on the world of
>> mailinglist servers.
BS> I wouldnt' think that would be hard at all, to write a little script to
BS> read listproc's list, and grab the parts you need. a rather easy perl
BS> script * i think* would do it.
If indeed the file format is exactly in that format, you could do
perl -e 'while (<>) {@a=split; print "$a[4] $a[5] <$a[0]>\n"}'
BS> If things hold to the above pattern, split would proabbly be your
BS> friend?
Everybody loves split.
- J<
Follow-Ups:
References:
|
|