>You need more than just a regular expression... Daniel,
Good point. As I read through the current code examples provided, I could see that there are other tricky issues to deal with. Still, it seems that this regular expression I mentioned could be of great use after some of the other "cleanup" you listed is completed. Also, in a greater sense, it would be nice to have a "pseudo-code" step by step guide for doing this. Sort of a "suggested to do list" for developers of all types who want to incorporate SURBL into their filtering software. Thanks, Rob McEwen PowerView Systems [EMAIL PROTECTED] (478) 475-9032 -----Original Message----- From: Daniel Quinlan [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 3:31 AM To: Jeff Chan Cc: Rob McEwen; SpamAssassin Developers Subject: Re: finding RegEx for extracting URIs You need more than just a regular expression: - MIME parsing and decoding - HTML parsing and rendering - decoding of other tricks (%N, &#N, and many more) Don't believe the RFCs. ;-) -- Daniel Quinlan http://www.pathname.com/~quinlan/
