Hi,
my log has these:
Sep 12 07:21:12 wmail courierd:
started,id=000CA6A9.450554B7.00001F80,from=<some.subscriber@address>,module=local,host=myl...@tana.it!archve!1002!1002!/export/courier/tana.it/mylist!!,addr=<myl...@tana.it>
Sep 12 07:21:12 wmail courierd: Waiting. shutdown time=none, wakeup time=none,
queuedelivering=1, inprogress=1
Sep 12 07:21:12 wmail courierlocal:
id=000CA6A9.450554B7.00001F80,from=<some.subscriber@address>,addr=<myli...@tana.it>:
Invalid address.
Sep 12 07:21:12 wmail courierlocal:
id=000CA6A9.450554B7.00001F80,from=<some.subscriber@address>,addr=<myli...@tana.it>,status:
deferred
Sep 12 07:21:12 wmail courierd: completed,id=000CA6A9.450554B7.00001F80
Addresses are slightly edited, but `archve' is a misspelled command
(meant to get the list archive). couriermlm prints "Invalid address."
and returns a temporary error.
Shouldn't it bounce?
--- cmlm.original.C 2006-03-18 17:09:21.000000000 +0100
+++ cmlm.C 2006-09-12 09:29:00.756319626 +0200
@@ -243,7 +243,7 @@
return (dofetch(cmd));
}
cerr << "Invalid address.\n";
- return (1);
+ return (EX_SOFTWARE);
}