X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fdropsbr.c;h=e1058842669efc37c7928b5d0459d8c7f0cb5712;hp=5b5cf0ee00b2860a258afc1214ede8789189e000;hb=6e9577f324bef90765a5edc02044eb111ec48072;hpb=fe6c01d9f21c739dc729288ea350db865c5dbf95 diff --git a/uip/dropsbr.c b/uip/dropsbr.c index 5b5cf0e..e105884 100644 --- a/uip/dropsbr.c +++ b/uip/dropsbr.c @@ -6,14 +6,15 @@ ** complete copyright information. */ -#include -#include - #include +#include #include #include #include #include +#include +#include +#include /* @@ -43,8 +44,8 @@ mbox_open(char *file, uid_t uid, gid_t gid, mode_t mode) #endif case ETXTBSY: i = errno; - sleep(5); - break; + sleep(1); + continue; default: /* just return error */ @@ -130,7 +131,7 @@ mbox_copy(int to, int from) fp = strchr(ep + 1, '\n'); tp = dctime(dlocaltimenow()); snprintf(buffer, sizeof(buffer), - "From %.*s %s", + "From %.*s %s", (int)(fp-ep), ep, tp); } else if (strncmp(buffer, "X-Envelope-From:", 16)==0) { @@ -157,7 +158,7 @@ mbox_copy(int to, int from) ep = "nobody@nowhere"; tp = dctime(dlocaltimenow()); snprintf(buffer, sizeof(buffer), - "From %s %s%s", ep, tp, + "From %s %s%s", ep, tp, tmpbuffer); } }