From 44faa5da3449c536db7045f5959b4b5f975809f3 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Fri, 16 Jul 2004 10:57:32 +0000 Subject: [PATCH] Attach file using new filelist format --- mbcico/mbout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbcico/mbout.c b/mbcico/mbout.c index 28f9e6a1..385ecd4c 100644 --- a/mbcico/mbout.c +++ b/mbcico/mbout.c @@ -335,7 +335,7 @@ int main(int argc, char *argv[]) if ((fl = fopen(cmd, "a+")) == NULL) { Fatal((char *)"File attach failed", MBERR_ATTACH_FAILED); } else { - fprintf(fl, "%c LEAVE %s\n", flavor, argv[4]); + fprintf(fl, "%c LEAVE NOR %s\n", flavor, argv[4]); Syslog('+', "File attach %s is successfull", argv[4]); if (!do_quiet) printf("File attach %s is successfull", argv[4]);