X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fslocal.c;h=1396cc29e850b285bc3098fbe7b73776c774337f;hp=08a3e28b7d8c4d5e2b1cfe80f464766b98e54c45;hb=38615191e71744b066425e0c44412b62dbe49cc2;hpb=045101c0a79f43fe566422622f154d5cc0141d8a diff --git a/uip/slocal.c b/uip/slocal.c index 08a3e28..1396cc2 100644 --- a/uip/slocal.c +++ b/uip/slocal.c @@ -412,7 +412,8 @@ main (int argc, char **argv) /* deliver the message */ status = localmail (fd, mdlvr); - return done (status != -1 ? RCV_MOK : RCV_MBX); + done (status != -1 ? RCV_MOK : RCV_MBX); + return 1; }