]> diplodocus.org Git - nmh/blobdiff - sbr/mts.c
cppflags.m4: Don't trample CFLAGS and CPPFLAGS.
[nmh] / sbr / mts.c
index c7378c7188b2dbc9f310cb546c2f0a1153cf2d2c..ae617cec9d45273a3351fcf23218fd316f6fb098 100644 (file)
--- a/sbr/mts.c
+++ b/sbr/mts.c
@@ -46,9 +46,6 @@ char *mmdflfil = "";
 char *uucpldir = "/usr/spool/mail";
 char *uucplfil = "";
 
-char *mmdlm1 = "\001\001\001\001\n";
-char *mmdlm2 = "\001\001\001\001\n";
-
 char *spoollocking = DEFAULT_LOCKING;
 
 /* Cache the username, fullname, and mailbox of the user */
@@ -95,8 +92,6 @@ static struct bind binds[] = {
     { "spoollocking", &spoollocking },
     { "uucpldir", &uucpldir },
     { "uucplfil", &uucplfil },
-    { "mmdelim1", &mmdlm1 },
-    { "mmdelim2", &mmdlm2 },
     { "mts",      &mts_method },
     { "sendmail", &sendmail  },
     { "clientname",  &clientname },