[MPlayer-users] Re: About Re:Re:Re:Re:Re:Re:Re:Re:Re:Re:Re:Re:Re:Re:Re:Re:

Anssi Saari as at sci.fi
Sat Oct 5 15:54:02 CEST 2002


On Sat, Oct 05, 2002 at 12:36:05AM +0200, Tobias Diedrich wrote:
> cube wrote:
 
> I use this scripts to filter the subject line of MLs that insert
> [mlname] into the subject:
 
Here's mine, if anyone is interested. It's specific to the devel list,
removes [blah] and any extra Re:. I'm sure it could be simplified as I
suck with nawk...

# Mplayer devel list
:0:
* ^Return-Path: <mplayer-dev-eng-admin at mplayerhq.hu>
| nawk '$0 !~ /^Subject:/ /^Subject:/{sub("\\[MPlayer-dev-eng\\] ", ""); n=gsub("Re: ", ""); if(n) sub("^Subject: ", "Subject: Re: "); print }' >>! $MAILDIR/mplayer-dev-eng+




More information about the MPlayer-users mailing list