The mistake came about because previously in the scripting I had been calling delete local xyz and delete global abc. I wanted to delete the URL from the cache, and I mistakenly extended the logic to delete url, without considering that it might actually try to issue a delete command to the http server. The web server treated it as a GET which was why I was seeing two calls to my script (which was generating email messages).
R.
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
