ashishdhawan
|
Posted: April 01, 2011 12:37 by ashishdhawan
|
|
Hi Bill, I wanted to check if there is a way to differentiate between bounce emails and auto-replies (out of office,etc..) using JavaMail? More specifically is there a way to identify bounced emails? Can the dsn package be utilized for this purpose? Regards, Ashish. |
Bounced Email Query
Replies: 1 - Last Post: April 02, 2011 05:43
by: shannon
by: shannon
showing 1 - 2 of 2
shannon
|
Posted: April 02, 2011 05:43 by shannon
|
|
The JavaMail FAQ has tips for dealing with bounced messages. You can use the dsn package to deal with bounced messages that follow the standard, but not all of them do. Ultimately you're reduced to heuristics. Note that this has nothing to do with JavaMail, it's just the way internet mail works. |
Replies: 1 - Last Post: April 02, 2011 05:43
by: shannon
by: shannon







