Moved the sendmail path config line from mts.conf to the MH profile
[mmh] / sbr / mts.c
index 3588fec..6418ef5 100644 (file)
--- a/sbr/mts.c
+++ b/sbr/mts.c
@@ -67,11 +67,6 @@ static boolean  mmailid_masquerading = FALSE;
 static char*    masquerade = "";
 
 /*
 static char*    masquerade = "";
 
 /*
- * MTS specific variables
- */
-char *sendmail = SENDMAILPATH;
-
-/*
  * Global MailDelivery file
  */
 char *maildelivery = nmhetcdir(/maildelivery);
  * Global MailDelivery file
  */
 char *maildelivery = nmhetcdir(/maildelivery);
@@ -102,7 +97,6 @@ static struct bind binds[] = {
     { "mmdelim1", &mmdlm1 },
     { "mmdelim2", &mmdlm2 },
     { "masquerade", &masquerade },
     { "mmdelim1", &mmdlm1 },
     { "mmdelim2", &mmdlm2 },
     { "masquerade", &masquerade },
-    { "sendmail", &sendmail },
     { "maildelivery", &maildelivery },
     { "everyone", &everyone },
     { "noshell", &NoShell },
     { "maildelivery", &maildelivery },
     { "everyone", &everyone },
     { "noshell", &NoShell },