Hi Jamie,

This is just a quick guess, I've never really used CFPOP... but as  
CFPOP returns a query, I'm sure you could do a Query of Queries on the  
result.

http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/ 
using_re.htm#wp1181595

For more info on QofQ

Ant

On 21 Dec 2004, at 14:53, Jamie Price wrote:

> I'm thinking of setting up a CF application to process AOL Postmaster  
> notices for me.  I can direct the notices to an email account and pop  
> them with CF, however I want to do a little bit of filtering too -  
> specifically I want to find the following line in the body of the  
> email's Raw Content:
>
> Received: from SMTP32-FWD by SomeDomain.xyz
>
> the phrase 'SMTP32-FWD' is unique - if it appears at all it will only  
> appear once.  My filter needs to work something like this:
>
> if message body contains
>
> SMTP32-FWD
>
> then 'Send an email' to
>
> [EMAIL PROTECTED]
>
> (where SomeDomain.xyz is the domain found in the same line as  
> SMTP32-FWD)
>
> Question: how do i search through the contents of a message once i pop  
> it?
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188373
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to