5 messages in net.sourceforge.lists.courier-users[courier-users] Invalid address won't...
FromSent OnAttachments
Alessandro VeselySep 12, 2006 12:32 am 
Sam VarshavchikSep 12, 2006 3:59 am 
Alessandro VeselySep 12, 2006 7:17 am 
Sam VarshavchikSep 12, 2006 3:21 pm 
Alessandro VeselySep 13, 2006 4:25 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Invalid address won't bounceActions...
From:Alessandro Vesely (ves@tana.it)
Date:Sep 12, 2006 12:32:41 am
List:net.sourceforge.lists.courier-users

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); }