How about python urllib.unquote()
I use the following in bbedit as a filter:
#!/usr/bin/python
import urllib
import string
import fileinput
for the_string in fileinput.input():
print urllib.unquote(the_string)
On Wed, 28 Jun 2006, Michael Heth wrote:
I have some Klowns in Korea shoveling spam through my little old Liststar
list server and it has no way of blocking based on IP no.
I have been successful in the past with stopping this stuff by sorting out
who owned the final domain (the beneficiary of the spam) and forwarding the
spam to them. But these come encoded and I need to get them back to something
I can work with.
http://%74%6c%61%67%75%73%67%68%38%32.%63%61%66%65%32%34.%63%6f%6d/src/spam_input.asp?
Anyone know of a way to automate or process the above into something readable
other than doing it by hand?
Thanks for any tips/info.
Michael Heth
ServerSmiths
--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to: <[EMAIL PROTECTED]>