added extra doignore argument to send() calls
[unix-history] / usr / src / usr.bin / mail / config.c
index 435145d..6785025 100644 (file)
@@ -1,6 +1,6 @@
 #
 
 #
 
-static char    *SccsID[] = "@(#)config.c       1.2 %G%";
+static char    *SccsID[] = "@(#)config.c       1.5 %G%";
 
 /*
  * This file contains definitions of network data used by Mail
 
 /*
  * This file contains definitions of network data used by Mail
@@ -43,7 +43,9 @@ struct netmach netmach[] = {
        "image",        'm',            SN,
        "esvax",        'o',            SN,
        "sesm",         'o',            SN,
        "image",        'm',            SN,
        "esvax",        'o',            SN,
        "sesm",         'o',            SN,
+       "ucbcad",       'p',            SN|BN,
        "q",            'q',            SN,
        "q",            'q',            SN,
+       "kim",          'n',            SN,
        "research",     'R',            BN,
        "arpavax",      'r',            SN|BN,
        "src",          's',            SN,
        "research",     'R',            BN,
        "arpavax",      'r',            SN|BN,
        "src",          's',            SN,
@@ -75,7 +77,7 @@ struct netorder netorder[] = {
  * bit map kind.  With this transformation, we can deal with more than
  * one character having the same meaning easily.
  */
  * bit map kind.  With this transformation, we can deal with more than
  * one character having the same meaning easily.
  */
-struct nettypetab nettypetab[] = {
+struct ntypetab ntypetab[] = {
        '%',    AN,
        '@',    AN,
        ':',    SN,
        '%',    AN,
        '@',    AN,
        ':',    SN,
@@ -84,7 +86,7 @@ struct nettypetab nettypetab[] = {
        0,      0
 };
 
        0,      0
 };
 
-struct netkindtab netkindtab[] = {
+struct nkindtab nkindtab[] = {
        AN,     IMPLICIT,
        BN,     EXPLICIT,
        SN,     IMPLICIT,
        AN,     IMPLICIT,
        BN,     EXPLICIT,
        SN,     IMPLICIT,