And this is what I'm using to remove the email 'Original Message' stuff.
Kind of ugly, but....

The idea here is that different emails post with different delimiters for a
new line. Chr(13)&Chr(10) or sometimes just chr(13). This deals with all
this as well as space/closing bracket line prefixes. The goal here is both
to clean up the archives some AND to remove peoples email addresses when
they were posted by mistake. Don't give a spammer/bot ANYTHING. :)

REReplaceNoCase(text, '[> ]*-----Original Message-----[\n\r]+[> ]*from:
.+?[\n\r]+[> ]*sent: .+?[\n\r]+[> ]*to: .+?[\n\r]+[> ]*subject: .+?[\n\r]+',
'', 'all')



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

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

Reply via email to