X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fdeliver.c;h=807f03817ca60cec756ea5cba4196cc857cc0b18;hb=33191679e1a86ba6d9c38a74d0795d00c300f2c5;hp=941fec0433bce8fd508b1888af3f70c27e6182c6;hpb=a29e5231ac02b045d8fdd5610abac3c38131366f;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/deliver.c b/src/src/deliver.c index 941fec043..807f03817 100644 --- a/src/src/deliver.c +++ b/src/src/deliver.c @@ -624,7 +624,7 @@ for (dup = addr_duplicate; dup != NULL; dup = dup->next) { if (Ustrcmp(addr->unique, dup->unique) == 0) { - tree_add_nonrecipient(dup->address); + tree_add_nonrecipient(dup->unique); child_done(dup, now); } } @@ -6568,7 +6568,8 @@ if (addr_defer == NULL) else { if (Uunlink(spoolname) < 0) - log_write(0, LOG_MAIN|LOG_PANIC_DIE, "failed to unlink %s", spoolname); + log_write(0, LOG_MAIN|LOG_PANIC_DIE, "failed to unlink %s: %s", + spoolname, strerror(errno)); } }