New compilers mail server feature

John R. Levine <johnl@iecc.cambridge.ma.us>
Wed, 16 Oct 91 10:26:35 EDT

          From comp.compilers

Related articles
New compilers mail server feature johnl@iecc.cambridge.ma.us (John R. Levine) (1991-10-16)
Bourne or C Shell compilers. FAQ? milewski@su5m.ess.harris.com (1991-10-17)
| List of all articles for this month |

Newsgroups: comp.compilers
From: John R. Levine <johnl@iecc.cambridge.ma.us>
Keywords: administrivia
Organization: Compilers Central
Date: Wed, 16 Oct 91 10:26:35 EDT

I have added an index search feature to the compilers mail server. It
lets you do a keyword search on the subject line index to help find
messages that are of interest without having to retrieve the entire index.


The "search" command looks through the index of subject lines and returns
the index entries that contain the strings in the search command. If you
specify multiple search strings, it will return index entries that match
any of the search strings. A "search all" command returns only entries
that match all search strings. For example "search foo bar" finds entries
that contain either foo or bar, while "search all foo bar" finds entries
that contain both foo and bar. Searches disregard upper and lower case,
and use egrep so you can use the usual egrep wildcards and patterns.


It returns index entries with the message number and size, so you can
then request interesting looking messages by message number.


To use the server, send your request to compilers-server@iecc.cambridge.ma.us.


--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.