Is there a way to bounce email messages back from off the server using JAVA?  
Author Message
Casey Hawthorne





PostPosted: 2004-3-4 5:24:00 Top

java-programmer, Is there a way to bounce email messages back from off the server using JAVA? Is there a way to bounce email messages back from off the server using
JAVA?

Regards,
Casey
 
William Brogden





PostPosted: 2004-3-4 12:40:00 Top

java-programmer >> Is there a way to bounce email messages back from off the server using JAVA? "Casey Hawthorne" <email***@***.com> wrote in message
news:email***@***.com...
> Is there a way to bounce email messages back from off the server using
> JAVA?
>
> Regards,
> Casey

Not sure what you mean by bounce, but the James mail server
from jakarta.apache.org can be configured to filter spam and
redirect mailamong other things.




----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
 
Alex Hunsley





PostPosted: 2004-3-4 22:16:00 Top

java-programmer >> Is there a way to bounce email messages back from off the server using JAVA? Casey Hawthorne wrote:
> Is there a way to bounce email messages back from off the server using
> JAVA?
>
> Regards,
> Casey

Far too vague. Define "bounce", "the server", "Java".



 
 
Casey Hawthorne





PostPosted: 2004-3-5 13:44:00 Top

java-programmer >> Is there a way to bounce email messages back from off the server using JAVA? Using JAVA Mail you can send "DELE" back to the server to delete email
off the server.

eg: send("DELE " + msgnum);

What is the command to send to the email server to bounce an email
back to its sender?

Regards,
Casey