(email) Harvest Festival
(email) Harvest Festival
- Subject: (email) Harvest Festival
- From: Martin Orpen <email@hidden>
- Date: Fri, 28 Oct 2005 17:54:45 +0100
I've just been searching the web using this interesting engine:
<http://www.kartoo.com/>
And spotted yet another unofficial archive of list messages which
expose all of our email addresses :-(
Perhaps the admins can cancel the account of the person who is using
the email "mailarch@"?
BTW, curl does a pretty good job at grabbing the email addresses...
set bURL to "http://www.archivum.info/applescript-users%
40lists.apple.com/2005-10/msg"
set myList to {}
set bar to ""
set n to 533
repeat 25 times
set foo to padNum(n)
set tURL to bURL & foo & ".html"
try
set bar to do shell script "curl -s " & tURL & " | grep
'\"made\"'"
end try
if bar is not in myList then
set end of myList to bar
end if
set n to n + 1
end repeat
myList
on padNum(c)
set c to c as string
repeat until (count of c) is 5
set c to "0" & c
end repeat
return c
end padNum
--
Martin Orpen
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden