you should use the FAILTO attribute in your cfmail tags - delivery failure notifications will then be sent to the email address you specify. then set up a scheduled task that uses cfpop to retrieve email from this address, parse them and save the original TO address in a db or file which you can check later - do not forget that delivery failures may be temporary (i.e. mailbox is full) and do not always mean the address is not valid.
if you also specify a REPLYTO attribute then all replies (including automatic 'out of office' replies) will be sent to that address - you can also cfpop this one in the scheduled task and empty the mailbox. cfpop details and code examples are in the cfml reference manual and cf developers' guide - download from adobe.com if you do not have them already. Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Richard Steele wrote: > Sorry, I meant to say... how do we pull mail from a particular folder using > cfpop? > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319017 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

