X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=sbr%2Fmts.c;h=1bf62ce486aa58b3c06b9bbbef57e4a0dc069ae7;hb=89b640fbfe885673d18b9232f2b8a60ce173a897;hp=b529d15f7ffd3c3f88f2bdd427832ded64be57c4;hpb=a1e2db74e04c31153801efabcc31b6f68587eeb4;p=mmh diff --git a/sbr/mts.c b/sbr/mts.c index b529d15..1bf62ce 100644 --- a/sbr/mts.c +++ b/sbr/mts.c @@ -64,7 +64,6 @@ static char localmbox[BUFSIZ]; */ static char *sm_method = "smtp"; int sm_mts = MTS_SMTP; -char *hostable = nmhetcdir(/hosts); char *sendmail = SENDMAILPATH; /* @@ -108,7 +107,6 @@ static struct bind binds[] = { { "mmdelim1", &mmdlm1 }, { "mmdelim2", &mmdlm2 }, { "mts", &sm_method }, - { "hostable", &hostable }, { "sendmail", &sendmail }, { "clientname", &clientname }, { "servers", &servers },