• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
(email) Harvest Festival
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(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


  • Follow-Ups:
    • Re: (email) Harvest Festival
      • From: Emmanuel <email@hidden>
  • Prev by Date: Re: curl equivalence
  • Next by Date: RE: Cannot set Japanese (non-Roman) font in Powerpoint
  • Previous by thread: Re: Applescript-users Digest, Vol 2, Issue 720
  • Next by thread: Re: (email) Harvest Festival
  • Index(es):
    • Date
    • Thread