X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ce399941039778944bc5bc8d10c5f3603089af30..baecaa2380db6164c1992fdffccca8ea9a61d5ba:/sbr/mts.c diff --git a/sbr/mts.c b/sbr/mts.c index 4a44c442..99851d92 100644 --- a/sbr/mts.c +++ b/sbr/mts.c @@ -78,13 +78,6 @@ char *pophost = ""; char *maildelivery = nmhetcdir(/maildelivery); -/* - * Aliasing Facility (doesn't belong here) - */ -int Everyone = NOTOK; -static char *everyone = "-1"; -char *NoShell = ""; - /* * Customize the MTS settings for nmh by adjusting * the file mts.conf in the nmh etc directory. @@ -113,8 +106,6 @@ static struct bind binds[] = { { "pophost", &pophost }, { "maildelivery", &maildelivery }, - { "everyone", &everyone }, - { "noshell", &NoShell }, { NULL, NULL } }; @@ -163,8 +154,6 @@ mts_init (char *name) fclose (fp); } - Everyone = atoi (everyone); - save_mts_method (mts_method); }