Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(email) Harvest Festival



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:
http://lists.apple.com/mailman/options/applescript-users/email@hidden

This email sent to email@hidden


Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.