#!/usr/bin/perl -w # # Last updated by rb on Thu Dec 25 02:14:15 EST 2003 # use strict; while (<>) { chomp; my ($matchline, $type, $folder, $subjstrip, $listname) = split /#/; warn "Can't process line: $_" unless $matchline; print "# $listname\n" if $listname; if ($type eq "news") { if ($subjstrip) { print <