Can I IGNORE the undeleverred mails?

hi,

I've developed a discussion forums and in that i've added the feature

"Email notification", so whenever an update is made to the topic

my server is sending a mail to all the users who have set the email

notification to that topic.

But some users may not be giving the genuine email id, naturally

some of them will be bouncing back.

So my problem is i don't want to recieve the undeleverred mails which

are sent back to my email address which i set with the

method setFrom() method,

I just want to send the messages and don't want to

recieve the undelevered messages.

Is there anyway to tackle this.

I've posted this before, but i didn't got the response.

I just wan't to know whether it is POSSIBLE or NOT.

If yes how?

thx 4 the support all the time,

kiran

[885 byte] By [hikiran] at [2007-9-26 6:36:01]
# 1

Your mail server is bound to deliver all mail addressed to you. Of course you can ignore them if you like. You may even be able to configure your server to move mail messages with specific subject lines into another folder. That's what I did, there are about six or so subject lines that are commonly used for bounce messages. This is nothing to do with Java, of course.

DrClap at 2007-7-1 15:50:16 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
so i suppose there is nothing to change my Java code, itsonly with the mail server configuration.I thought there might be a way to tackle this thru the code,like only to broadcast the mails.anyway thanX 4 ur post
hikiran at 2007-7-1 15:50:16 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3
I think no one is interested in this topic.I just wan't to know whether it is possible to tackle thisusing java code rather configuring at the mail server.
hikiran at 2007-7-1 15:50:16 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 4
Sorry my original answer was unclear. The answer is:NO.
DrClap at 2007-7-1 15:50:16 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...