+++ Suresh Ramasubramanian <Tuesday 23 April 2002 12:21 am>:
> +++ James Cronin <Monday 22 April 2002 11:51 pm>:
> > I'm working on a bulk (opt-in, verified subscription etc...) email
> > delivery system at the moment, and over the years I've heard a
> > number of possibly apocryphal stories about people requiring
> > contracts with large email suppliers (Hotmail, AOL, Yahoo, MSN
>
> Confirmed.
To clarify, not "contracts" as in stamps and legal paper. An email from the
admin / list owner committing to good mail management (as I described below)
is more than enough :)
-srs
--
Suresh Ramasubramanian <----> mallet <at> efn dot org
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin
[Linux One Stanza Tip] From : <nospam@???>
LOST #171 -**< Sub : Searching for files (#1) >**-
To search for files that match a particular name, use find(1);
for example : find / -name "*GENERIC*" -ls
will search '/', and all subdirs, for files with 'GENERIC' in
the name.