From: Baptiste Daroussin Date: Tue, 27 Aug 2024 09:36:48 +0000 (+0200) Subject: receivestrip: delete blank lines X-Git-Tag: RELEASE_1_5_0~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e7ac73eaf50da37da6e49bdce96d78fc7f87b60;p=thirdparty%2Fmlmmj.git receivestrip: delete blank lines --- diff --git a/contrib/receivestrip/mlmmj-receive-strip.c b/contrib/receivestrip/mlmmj-receive-strip.c index 3c9b7a21..976d9881 100644 --- a/contrib/receivestrip/mlmmj-receive-strip.c +++ b/contrib/receivestrip/mlmmj-receive-strip.c @@ -217,10 +217,6 @@ static int parse_body(int infd,int outfd, strlist* delmime, strlist* denymime, return 0; } - - - - /* read a mail stripping unwanted parts */ static int dump_mail(int infd, int outfd,char* listdir) { strlist hdrs = tll_init();