X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fmts.c;h=6418ef5e988d1ebbd6c067f80b49b990d6edc7a6;hp=3588fecdcd7b902434761cfbd3f94495c9676492;hb=6f1a8c3b8d6f19bbe33e7d3fa746ae1d2e9ac455;hpb=fecd5d34f65597a4dfa16aeabea7d74b191532c3 diff --git a/sbr/mts.c b/sbr/mts.c index 3588fec..6418ef5 100644 --- a/sbr/mts.c +++ b/sbr/mts.c @@ -67,11 +67,6 @@ static boolean mmailid_masquerading = FALSE; static char* masquerade = ""; /* - * MTS specific variables - */ -char *sendmail = SENDMAILPATH; - -/* * Global MailDelivery file */ char *maildelivery = nmhetcdir(/maildelivery); @@ -102,7 +97,6 @@ static struct bind binds[] = { { "mmdelim1", &mmdlm1 }, { "mmdelim2", &mmdlm2 }, { "masquerade", &masquerade }, - { "sendmail", &sendmail }, { "maildelivery", &maildelivery }, { "everyone", &everyone }, { "noshell", &NoShell },