|
On Sunday, May 26, 2002, at 12:10 PM, james@mathies.com wrote:
...would it be possible to strip / protect email addresses in the posts somehow?
Yes, please do that. Something as simple as: address = gsub(gsub(address, "@", " at "), "%.", " dot ") would be sufficient. Steve