From: markus schnalke Date: Sat, 28 Jan 2012 19:46:46 +0000 (+0100) Subject: Removed mmdelim[12], which were the delimiters for MMDF-style mail drops. X-Git-Tag: mmh-thesis-end~391 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=a0f6183a0f52f9c0f48ce42b4f10592ceec2b014;ds=sidebyside Removed mmdelim[12], which were the delimiters for MMDF-style mail drops. --- 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 },