From a0f6183a0f52f9c0f48ce42b4f10592ceec2b014 Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Sat, 28 Jan 2012 20:46:46 +0100 Subject: [PATCH] Removed mmdelim[12], which were the delimiters for MMDF-style mail drops. --- man/mh-tailor.man5 | 12 ------------ sbr/mts.c | 2 -- 2 files changed, 14 deletions(-) diff --git a/man/mh-tailor.man5 b/man/mh-tailor.man5 index 1601c14..8213cb7 100644 --- a/man/mh-tailor.man5 +++ b/man/mh-tailor.man5 @@ -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 -.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. diff --git a/sbr/mts.c b/sbr/mts.c index 4f9d058..a3ea0f8 100644 --- a/sbr/mts.c +++ b/sbr/mts.c @@ -90,8 +90,6 @@ static struct bind binds[] = { { "mmdflfil", &mmdflfil }, { "uucpldir", &uucpldir }, { "uucplfil", &uucplfil }, - { "mmdelim1", &mmdlm1 }, - { "mmdelim2", &mmdlm2 }, { "masquerade", &masquerade }, { "maildelivery", &maildelivery }, { "everyone", &everyone }, -- 1.7.10.4