X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fslocal.c;h=6b78c1e6f2dc45ba3b35db7994245a357910f0f6;hp=fe1977fa053b3c79acc97eceb0adb378aff32eda;hb=ef1216bc36bd48ceb7549ae76aa7c26e3be4d9e4;hpb=33dc8211a72df0c27fa11220f3b27583cd1c7e49 diff --git a/uip/slocal.c b/uip/slocal.c index fe1977f..6b78c1e 100644 --- a/uip/slocal.c +++ b/uip/slocal.c @@ -9,7 +9,7 @@ /* ** Under sendmail, users should add the line ** -** "| /usr/local/nmh/lib/slocal" +** "| /usr/local/mmh/bin/slocal" ** ** to their $HOME/.forward file. ** @@ -1043,7 +1043,7 @@ usr_file(int fd, char *mailbox) lseek(fd, (off_t) 0, SEEK_SET); /* append message to file */ - if (mbx_copy(mailbox, md, fd, verbose) == -1) { + if (mbx_copy(md, fd) == -1) { if (verbose) adorn("", "error writing to:"); return -1;