Attach file using new filelist format

This commit is contained in:
Michiel Broek 2004-07-16 10:57:32 +00:00
parent 0620458f5d
commit 44faa5da34

View File

@ -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]);