Re: Vsouper Kill File

Hardy Griech (rgriech@ibm.net)
Sat, 21 Sep 1996 07:28:38 +0200

On Fri, 20 Sep 1996 22:18:14 -0500, pcrown@airmail.net (Phil Crown) wrote:
:
> all {
> Subject \$50,000
> Subject MR/2
> Subject PM Mail
> Subject PM-Mail
> Subject PMM v1.5
> Subject Pmmail
> Subject cash
> }
>
> MR/2 and PMMail are excellent programs, but I have no interest in them.
> :-)
>
> You can also kill based on text in header or from a particular user.
> Just change "Subject" to "header" or "from".
:

With the above you will match also 'PMM v125', because the '.' again
is a magic character in regular expressions (as you said in another
post in the other thread): '.' matches any character! You have to
write 'PMM v1\.5' to get the thing you wanted.

I will post the regexp description in the other killfile thread again.
Keep in mind that the killfile handling is not compatible to souper16
- in fact it is compatible to the souper15 version (so keep your 'old'
killfiles).

Hardy

-- 
Hardy Griech, Kurt-Schumacher-Str. 25/1, D-72762 Reutlingen