X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fmts.c;h=2830bb70eef997025e70f76de7b7368189ce873c;hp=a3ea0f812fddd66f98fbda1b75dd4bd551319d95;hb=684ec30d81e1223a282764452f4902ed4ad1c754;hpb=a0f6183a0f52f9c0f48ce42b4f10592ceec2b014 diff --git a/sbr/mts.c b/sbr/mts.c index a3ea0f8..2830bb7 100644 --- a/sbr/mts.c +++ b/sbr/mts.c @@ -32,25 +32,10 @@ static const char *get_mtsuserconf_pathname(void); static void mts_read_conf_file(FILE *fp); /* -** *mmdfldir and *uucpldir are the maildrop directories. If maildrops -** are kept in the user's home directory, then these should be empty -** strings. In this case, the appropriate ...lfil array should contain -** the name of the file in the user's home directory. Usually, this is -** something like ".mail". -*/ - -/* ** nmh mail transport interface customization file */ static char *mtsconf = NMHETCDIR"/mts.conf"; -char *mmdfldir = MAILSPOOL; -char *mmdflfil = ""; -char *uucpldir = "/usr/spool/mail"; -char *uucplfil = ""; - -char *mmdlm1 = "\001\001\001\001\n"; -char *mmdlm2 = "\001\001\001\001\n"; /* Cache the username and fullname of the user */ static char username[BUFSIZ]; @@ -86,10 +71,6 @@ struct bind { }; static struct bind binds[] = { - { "mmdfldir", &mmdfldir }, - { "mmdflfil", &mmdflfil }, - { "uucpldir", &uucpldir }, - { "uucplfil", &uucplfil }, { "masquerade", &masquerade }, { "maildelivery", &maildelivery }, { "everyone", &everyone },