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 - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188370
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