|
From: <go...@ic...> - 2006-06-30 19:43:14
|
If the to doesnt exists in JBCS, if you mean "rcpt to:", then the JBCS should reject the mail sending attempt with i think a 550 error haven't looked at nukes, but your right, that seems logical way to go what happens when you add the nukes listener and then the JMS listener, wonder if JMS errors as your seeing. mails from a specific address should be processed differently? hmmm, that shouldnt be hard, you could... if message is special, stick on special queue if message not special, dont stick it on the localDelivery queue I imagine then, it would not get delivered.... Might work View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954749#3954749 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954749 |