home *** CD-ROM | disk | FTP | other *** search
- head 1.1;
- access;
- symbols
- RELEASE:1.1;
- locks; strict;
- comment @ * @;
-
-
- 1.1
- date 91.03.18.15.38.00; author paul; state Exp;
- branches;
- next ;
-
-
- desc
- @UIUC-specific messages for phquery.
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @/*
- * Copyright (c) 1989 Paul Pomes
- * Copyright (c) 1989 University of Illinois Board of Trustees
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of Illinois, Urbana. In addition, redistribution
- * and use must conform to the terms listed in the CopyLeft text below.
- *
- * The name of the University may not be used to endorse or promote products
- * derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- *
- * @@(#)$Header$
- */
-
- /* Messages for ErrorReturn(). How simple, yet stupid, do we have to be? */
-
- char *NoMatchMsg[] = {
- " The message, \"No matches to nameserver query,\" is generated whenever",
- " the ph nameserver fails to locate either a ph alias or name field that",
- " matches the supplied name. The usual causes are typographical errors or",
- " the use of nicknames. Recommended action is to use the ph program to",
- " determine the correct ph alias for the individuals addressed. If ph is",
- " not available, try sending to the most explicit form of the name, e.g.,",
- " if mike-fox fails, try michael-j-fox.",
- " ",
- NULL
- };
-
- char *MultiMsg[] = {
- " The message, \"Multiple matches found for nameserver query,\" is generated",
- " whenever the ph nameserver finds multiple matches for the supplied name.",
- " The steering philosophy is that mail should be delivered only to the",
- " addressed individual. Since the supplied information is insufficient",
- " to locate a specific individual, your message is being returned.",
- " To help you locate the correct individual, selected fields from the",
- " possible matches are included below. The alias field is the only one",
- " guaranteed unique within a given ph community.",
- " ",
- NULL
- };
-
- char *TooManyMsg[] = {
- " The message, \"Too many matches found to nameserver query,\" is generated",
- " whenever the supplied name or alias matched over twenty ph nameserver",
- " entries. In this case no information will be returned about possible",
- " matches. Recommended action is to supply more specific names, e.g.,",
- " john-b-smith instead of john-smith, or use the per-person unique ph alias.",
- " You may have thought that you had used a ph alias and not a name. This is",
- " an artifact of the address resolution process. If the address fails as an",
- " alias, it is retried first as a callsign and then as a name. While aliases",
- " are guaranteed unique, names can match multiple individuals depending on",
- " how common the name is.",
- " ",
- NULL
- };
-
- char *AbsentMsg[] = {
- " The message, \"E-mail field not present in nameserver entry,\" is generated",
- " whenever the ph nameserver matched the supplied name or alias with an",
- " entry that lacked an email address field. In this case no delivery can",
- " be made. Recommended action is to contact the individual by alternate",
- " means via the information included below. If the individual already has",
- " an email address, s/he should edit their ph entry to include it.",
- " ",
- NULL
- };
-
- char *PhoneMsg[] = {
- " A note regarding phone numbers: the UIUC area code is 217. There are three",
- " exchanges used by UIUC: 333, 332, and 244. UIUC phone numbers are often",
- " abbreviated by omitting the first two digits of the exchange. Thus the",
- " example phone number 3-6262 can be reached by dialing 1 217 333 6262.",
- " ",
- NULL
- };
-
- @
-