Removed mmdelim[12], which were the delimiters for MMDF-style mail drops.
authormarkus schnalke <meillo@marmaro.de>
Sat, 28 Jan 2012 19:46:46 +0000 (20:46 +0100)
committermarkus schnalke <meillo@marmaro.de>
Sat, 28 Jan 2012 19:46:46 +0000 (20:46 +0100)
man/mh-tailor.man5
sbr/mts.c

index 1601c14..8213cb7 100644 (file)
@@ -46,18 +46,6 @@ If this is empty, the user's login name is used.  This overrides the default
 value (which is empty).
 .RE
 .PP
 value (which is empty).
 .RE
 .PP
-.BR mmdelim1 :
-\&\\001\\001\\001\\001\\n
-.RS 5
-The beginning-of-message delimiter for maildrops.
-.RE
-.PP
-.BR mmdelim2 :
-\&\\001\\001\\001\\001\\n
-.RS 5
-The end-of-message delimiter for maildrops.
-.RE
-.PP
 .BR masquerade:
 .RS 5
 This directive controls three different types of email address masquerading.
 .BR masquerade:
 .RS 5
 This directive controls three different types of email address masquerading.
index 4f9d058..a3ea0f8 100644 (file)
--- a/sbr/mts.c
+++ b/sbr/mts.c
@@ -90,8 +90,6 @@ static struct bind binds[] = {
        { "mmdflfil", &mmdflfil },
        { "uucpldir", &uucpldir },
        { "uucplfil", &uucplfil },
        { "mmdflfil", &mmdflfil },
        { "uucpldir", &uucpldir },
        { "uucplfil", &uucplfil },
-       { "mmdelim1", &mmdlm1 },
-       { "mmdelim2", &mmdlm2 },
        { "masquerade", &masquerade },
        { "maildelivery", &maildelivery },
        { "everyone", &everyone },
        { "masquerade", &masquerade },
        { "maildelivery", &maildelivery },
        { "everyone", &everyone },