badstreff / Apple-ID-Verifier

A tool to automatically verify Apple ID's
GNU General Public License v3.0
20 stars 11 forks source link

I really hope to get this working! #1

Closed ChicagoJay closed 9 years ago

ChicagoJay commented 9 years ago

Hi - I have 650 brand new AppleIDs to verify, and I really hope to get this working!

We use Google Apps for Education (GAFE), and I created individual email accounts for each ID (Google only allows 30 aliases on an account), so the other 2 solutions in EnterpriseIOS are non-starters.

I used Brandon Usher's Apple ID creation script. https://github.com/brandonusher/Apple-ID-AppleScript to create the IDs. Next, I used GAM to disable the password reset on each account. Then I used MacroToolWorks to make a Macro that opened an incognito window in Chrome, logged into the account, then clicked the Accept Terms button. So the email accounts are all ready, and I just need to verify the AppleIDs in each one.

I have Python installed, and I have tried to get this working with a CSV file that has the AppleID and the Password, but I don't see a place for the email account ID and password. I also don't see where the IMAP (or POP) server is set.

I see you haven't committed in a while. I hope that doesn't mean you've abandoned the project. This would be a huge blessing - at least, until Apple releases iOS 9, and obviates the need for this.

I know very little about Python, per se, but I have experience in other scripting and programming languages, and I can intuit a lot. But I am looking at your code, and I can't figure out how the script is connecting to an email server, to read the email and get the verify link.

Please let me know what I need to do, to get this working.

Thanks!

badstreff commented 9 years ago

I haven't abandoned the project, but I have put it on the back burner for the time being with iOS 9 coming out and life in general.

If this is for gmail accounts you should be fine as far as imap settings so don't worry about changing anything for that.

If I am correct in assuming you have have 1 email -> 1apple id. Then you would just run the script from the command line 'python3.4 Apple-ID-Verifier.py /path/tocsv'

The csv will be of the format: email1@something.net,password email2@something.net,password

Hope this helps, if you can't get it working let me know as I haven't tested it in a while.

ChicagoJay commented 9 years ago

Thanks so much for the quick reply!

Which password? Gmail or AppleID?

Jay Duff, ACMT Network Administrator Mannheim School District 83 Franklin Park, IL

On 8/6/2015 2:47 PM, BadStreff wrote:

I haven't abandoned the project, but I have put it on the back burner for the time being with iOS 9 coming out and life in general.

If this is for gmail accounts you should be fine as far as imap settings so don't worry about changing anything for that.

If I am correct in assuming you have have 1 email -> 1apple id. Then you would just run the script from the command line 'python3.4 Apple-ID-Verifier.py /path/tocsv'

The csv will be of the format: email1@something.net mailto:email1@something.net,password email2@something.net mailto:email2@something.net,password

Hope this helps, if you can't get it working let me know as I haven't tested it in a while.

— Reply to this email directly or view it on GitHub https://github.com/BadStreff/Apple-ID-Verifier/issues/1#issuecomment-128484424.

badstreff commented 9 years ago

The script assumes that they are both the same. If that is not the case for you, I can make the appropriate changes later today.

So the csv would change to: email, email_password, appleID_password

I'll post back after I have made the changes, but it will probably be after 5, as I do this in my free time.

ChicagoJay commented 9 years ago

I assumed you meant the email password, and this is the output I got:

F:\Python34\Scripts>python Apple-ID-Vreifier.py AppleIDsPWs.csv INFO: Locating email for: distapps3569@d83.org ←[93mERROR: This email is older than 3 days and is no longer valid←[ 0m ←[91mWARNING: User distapps3569@d83.org will not be processed.←[0m WARNING: Verification email will be resent, run the script at a later tim e to verify the address. INFO: New email request was sent successfully ERROR: Unable to process distapps3569@d83.org at this time. No url found. INFO: Locating email for: distapps3570@d83.org INFO: Valid email found for distapps3570@d83.org INFO: Attempting to submit verification to apple for distapps3570@d83.org Traceback (most recent call last): File "Apple-ID-Vreifier.py", line 235, in submitVerification(url, user, password) File "Apple-ID-Vreifier.py", line 172, in submitVerification if(checkIfPreviouslyVerified(referer_url)): File "Apple-ID-Vreifier.py", line 212, in checkIfPreviouslyVerified r = urllib.request.urlopen(url) File "F:\Python34\lib\urllib\request.py", line 161, in urlopen return opener.open(url, data, timeout) File "F:\Python34\lib\urllib\request.py", line 461, in open req = meth(req) File "F:\Python34\lib\urllib\request.py", line 1105, in dorequest raise URLError('no host given') urllib.error.URLError:

F:\Python34\Scripts>

Thanks!

Jay Duff, ACMT Network Administrator Mannheim School District 83 Franklin Park, IL

On 8/6/2015 2:47 PM, BadStreff wrote:

I haven't abandoned the project, but I have put it on the back burner for the time being with iOS 9 coming out and life in general.

If this is for gmail accounts you should be fine as far as imap settings so don't worry about changing anything for that.

If I am correct in assuming you have have 1 email -> 1apple id. Then you would just run the script from the command line 'python3.4 Apple-ID-Verifier.py /path/tocsv'

The csv will be of the format: email1@something.net mailto:email1@something.net,password email2@something.net mailto:email2@something.net,password

Hope this helps, if you can't get it working let me know as I haven't tested it in a while.

— Reply to this email directly or view it on GitHub https://github.com/BadStreff/Apple-ID-Verifier/issues/1#issuecomment-128484424.

ChicagoJay commented 9 years ago

Didn't see your response. Yes - they are different. Sorry! Thanks again for taking the time to do this! Right now, I have 6 bus drivers scheduled to come in and do it by hand next week!

ChicagoJay commented 9 years ago

If we can get this done today (I am in CDT) I want to send you something. You have no idea how huge this would be for me! How do we share personal email in here without the webcrawlers getting it?

badstreff commented 9 years ago

Okay, you should be all set try running it now, the csv format has changed to: email1@something.net,email_password,id_password email2@something.net,email_password,id_password

If you have any issues let me know. It looks like some of the verification emails apple sent have expired, the script will automatically request new ones, but you will have to run it again after apple has sent them. (~5-10 minutes should be plenty of time)

Also, I have a junk email at adamfurbee2010@gmail.com, you can email me there and I'll give you an email you can reach me at reliably.

ChicagoJay commented 9 years ago

Well, the loop seems to be running though the CSV now. It looks like the script is trying to request new verification emails - which is correct behavior:

F:\Python34\Scripts>python Apple-ID-Vreifier.py AppleIDsPWs.csv
INFO:   Locating email for: distapps3569@d**.org
←[93mERROR:             This email is older than 3 days and is no longer valid←[
0m
←[91mWARNING:   User distapps3569@d**.org will not be processed.←[0m
WARNING:        Verification email will be resent, run the script at a later tim
e to verify the address.
INFO:   New email request was sent successfully
ERROR:  Unable to process distapps3569@d**.org at this time. No url found.

But no new emails are arriving in the inbox. Also, when this is working, will I need to run the script a second time, once the new emails have arrived?

badstreff commented 9 years ago

Yes, you will need to run the script a second time after all the email have been sent by apple. Generally it takes about 5-10 minutes for them to show up in the inbox, but I've had it take a full 24 hours in some cases.

ChicagoJay commented 9 years ago

Very well. I'll let it run through this time. I hope it doesn't get confused that a dozen or so have had the script run several times!

ChicagoJay commented 9 years ago

I think something is still off. All 650 IDs ran. I still haven't gotten another email from Apple. I went ahead and manually resent the verify link, and it showed up in seconds. I ran the script again, and got the following output:

F:\Python34\Scripts>python Apple-ID-Vreifier.py AppleIDsPWs.csv
INFO:   Locating email for: distapps3569@d**.org
INFO:   Valid email found for distapps3569@d**.org
INFO:   Attempting to submit verification to apple for distapps3569@d**.org
Traceback (most recent call last):
  File "Apple-ID-Vreifier.py", line 236, in <module>
    submitVerification(url, user, id_password)
  File "Apple-ID-Vreifier.py", line 172, in submitVerification
    if(checkIfPreviouslyVerified(referer_url)):
  File "Apple-ID-Vreifier.py", line 212, in checkIfPreviouslyVerified
    r = urllib.request.urlopen(url)
  File "F:\Python34\lib\urllib\request.py", line 161, in urlopen
    return opener.open(url, data, timeout)
  File "F:\Python34\lib\urllib\request.py", line 461, in open
    req = meth(req)
  File "F:\Python34\lib\urllib\request.py", line 1105, in do_request_
    raise URLError('no host given')
urllib.error.URLError: <urlopen error no host given>

F:\Python34\Scripts>

Any ideas?

badstreff commented 9 years ago

Hmmm, I just tested it with an ID i created and everything went through smoothly. Can you download and run the script again. I added some debugging info to print the URL it is trying to open. I have a feeling something is malformed.

But that doesn't explain why you aren't getting the verification email.

ChicagoJay commented 9 years ago

Just realized I typo'd the script name. But I don't think that should matter.

I think the url is not being parsed from the email correctly. It looks like the entire email is in the variable, instead of just the URL.

Have a look:

> f:\python34\scripts\apple-id-vreifier.py(236)<module>()
-> submitVerification(url, user, id_password)
(Pdb) display url
display url: 'https://id.apple.com/cgi-bin/verify.cgi?language=3DUS-EN&key=ZGQyZ
TAwNjZlYTc0MmYzNWEzN2VmMzEwMjM5NzE2MjEzNGJlYjk0MmI4NzZhYTU5ZmE5MjQwMzRkN2U5M2UwM
WYzNGViYzMzY2NjNmUxZTQyYjhjYWI3MDFkNTRlZDAxZTBhNjUzZDQwMTI3ODdhOGFmYjY1N2M5NjlkN
zUxYzQyYmNjYjdmNDYwYmE0NjQ3MDEwYjQwY2E1Yzc5ZGZkOTRjNzQyY2YxMzQ0ODJiOTA3MTE3OGFiN
2FkYzgxMWQzMGQxZTIyNjQ2ZGI0MTUzMmIyNDUwODgyNjdkMGNjNmY=&type=DFT&_C=USA&_L=en_US
\n\nWhy you received this email.\nApple requests verification whenever an email
address is selected as an Apple ID. Your Apple ID cannot be used until you verif
y it.=20\n\nIf you didn=E2=80=99t make this change or if you believe an unauthor
ized person is attempting to access your account, you can reset your password by
 going to My Apple ID.\n\nMy Apple ID\nhttps://appleid.apple.com/cgi-bin/WebObje
cts/MyAppleId.woa/wa/chooseYourCountry\n\n\nApple Support\n\n-------------------
------------------------------------------\n\nMy Apple ID\nhttps://appleid.apple
.com/cgi-bin/WebObjects/MyAppleId.woa/wa/chooseYourCountry\n\nSupport\nhttps://w
ww.apple.com/support/country/\n\nPrivacy Policy\nhttps://www.apple.com/legal/int
ernet-services/privacy/\n\n\nCopyright (c) 2015 Apple Inc. 1 Infinite Loop, Cupe
rtino, CA 95014, United States All Rights Reserved.\n\n------=_Part_11087518_159
4253269.1438904019950\nContent-Type: text/html; charset=UTF-8\nContent-Transfer-
Encoding: QUOTED-PRINTABLE\nContent-Disposition: inline\n\n<!DOCTYPE html>\n<htm
l lang="en">\n<head>\n=09<meta charset="utf-8" />\n=09<title></title>\n        <
meta name="viewport" content="width=device-width" />\n=09<meta name="generator"
content="BBEdit 10.5" />\n=09\n<style>\nbody#message {\n    font: 300 14px/18px
\'Lucida Grande\', Lucida Sans, Lucida Sans Unicode, sans-serif, Arial, Helvetic
a, Verdana, sans-serif !important;\n    color: #333 !important;\n    background-
color: #ffffff !important;\n    margin:0 !important;\n    padding:0 !important;\
n    width:100% /* !important */;\n    /* was 685px */;\n}\n\n/*\nsame width as
body, because Rover adds this div\n*/\nbody/*, .main*/ {\n}\n\n.main {\n    widt
h: 685px;\n}\n\n#apple-logo-left-margin {\n    width: 538px !important;\n}\n\n#l
ogo-row-box {\n=09width:100% !important;\n=09text-align:right;\n=09padding-top:0
 !important;\n=09padding-bottom:47px !important;\n}\n\ndiv[dir="rtl"] #logo-row-
box {\n=C2=A0 text-align:left !important;\n}\n\nh1, em, b {\n    font-weight:bol
d !important;\n    line-height:18px !important;\n}\n\nh1, td.h1-header {\n    fo
nt-family: \'Lucida Grande\', Lucida Sans, Lucida Sans Unicode, sans-serif, Aria
l, Helvetica, Verdana, sans-serif;\n    font-size: 14px;\n    line-height: 18px;
\n    margin-bottom: 0;\n    border-bottom: none;\n}\n\np {\n    font-weight: 30
0;\n    margin-top: 0 !important;\n    margin-bottom: 18px !important;\n    word
-wrap: break-word;\n}\n\ntd.paragraph {\n=09padding:0 0 18px !important;\n}\n\nt
d.h1-header {\n=09padding:0px 0px 0px !important;\n}\n\ntd#signature {\n    padd
ing-right:0 !important;\n    padding-left:0 !important;\n}\n\ntd.no-padding-bott
om {\n    padding-bottom:0 !important;\n}\n\n#signature {\n    padding-top:18px
!important; /* was 41px */\n    padding-bottom:50px !important;\n}\n\nem {\n
font-family: \'Lucida Grande Bold\', \'Lucida Grande\', Lucida Sans, Lucida Sans
 Unicode, sans-serif, Arial, Helvetica, Verdana, sans-serif !important;\n    fon
t-style:normal !important;\n}\n\nem a {\n    color: #333 !important;\n}\n\na {\n
    color: #08c;\n    text-decoration: none;\n}\n\nspan.unlink a,\nem a,\nb a,\n
td.unlink a {\n    color:#333 !important;\n    cursor: text;\n    pointer-events
: none;\n    padding-top:0 !important;\n    margin-top:0 !important;\n}\n\n#main
 {\n    margin-top: 40px;\n    padding-right: 60px;\n    padding-left: 60px;\n}\
n\nimg#footer-gradient {\n    position:relative;\n    /* left:-70px;  does not w
ork in Outlook.com */\n    /* width: 825px !important; */\n\n    width:100% !imp
ortant;   =20\n    height:16px !important;\n}\n\n.footer-hr,\nfooter hr {\n    h
eight: 1px;\n    background-color: #FEFEFE;\n    background-image: linear-gradie
nt(left, #FEFEFE 0%, #EAEAEA 6%, #EAEAEA 94%, #FEFEFE 100%);\n    background-ima
ge: -moz-linear-gradient(left, #FEFEFE 0%, #EAEAEA 6%, #EAEAEA 94%, #FEFEFE 100%
);\n    background-image: -ms-linear-gradient(left, #FEFEFE 0%, #EAEAEA 6%, #EAE
AEA 94%, #FEFEFE 100%);\n    background-image: -o-linear-gradient(left, #FEFEFE
0%, #EAEAEA 6%, #EAEAEA 94%, #FEFEFE 100%);\n    background-image: -webkit-gradi
ent(linear, left top, right top, color-stop(0.0, #FEFEFE), color-stop(0.5, #FAFA
FA), color-stop(1.0, #FEFEFE));\n    background-image: -webkit-linear-gradient(l
eft, #FEFEFE 0%, #EAEAEA 6%, #EAEAEA 94%, #FEFEFE 100%);\n}\n\n.footer-radial-gr
adient {\n    height: 18px;\n    border-width: 0;\n    background: radial-gradie
nt(342px 0px, farthest-side, #F8F8F8 0%, #FEFEFE 100%);\n    background: -moz-ra
dial-gradient(342px 0px, farthest-side, #F8F8F8 0%, #FEFEFE 100%);\n    backgrou
nd: -ms-radial-gradient(342px 0px, farthest-side, #F8F8F8 0%, #FEFEFE 100%);\n
  background: -o-radial-gradient(342px 0px, farthest-side, #F8F8F8 0%, #FEFEFE 1
00%);\n    background: -webkit-gradient(radial, 342px 0px, color-stop(0.0, #F8F8
F8), color-stop(1.0, #FEFEFE));\n    background: -webkit-radial-gradient(342px 0
px, farthest-side, #F8F8F8 0%, #FEFEFE 100%);\n}\n\nfooter,\nfooter p,\nfooter s
pan.unlink a,\nfooter td.paragraph {\n    font:11px/15px Geneva, Verdana, Arial,
 Helvetica, sans-serif;\n    color:#888 !important;\n}\n\n.center-text,\nfooter
nav,\nfooter p {\n    text-align: center;\n}\n\nfooter a:hover {\n    text-decor
ation: underline;\n}\n\n.no-margin-bottom {\n    margin-bottom: 0 !important;\n}
\n\ntd.spacer-36 {\n=09padding-bottom:36px;\n}\n\nhtml[dir=rtl] #apple-logo {\n
   left:0;\n    right:538px;\n}\n\np#copyright {\n    margin-bottom: 0;\n}\n\n.d
isplay-block {\n    display: block;\n}\n\n.nowrap {\n    white-space: nowrap;\n}
\n\n#apple-logo-margin-bottom {\n    height: 44px !important;\n}\n\n#left-align-
on-reply {\n=09/* moved from body */\n=09margin:0px auto 50px;\n=09padding:0;\n=
09width: 685px;\n}\n\n#apple-logo-cell {\n=09width:100%;\n=09padding-top:40px;\n
=09padding-bottom:44px;\n}\n\n#apple-logo-in-cell {\n    height: 28px !important
;\n    width: 24px !important;\n}\n\n#apple-logo-in-row-box-mobile {\n    displa
y: none;\n    height: 20px !important;\n    width: 17px !important;\n}\n\n/* If
the email client is reading the style element: */\n\n/* - then we don\'t need sp
acer divs */\ndiv.paragraph-spacer {\n  display:none;\n  height:0px !important;\
n  margin-bottom:0px !important;\n}\n\n/* - and margin-top already is in effect
on #main */\n#apple-logo-margin-top {\n  height:0px !important;\n}\n\n\n/* norma
lly max-width: 320px */\n@media (max-width:320px) {\n\n  /* body[yahoo] prevents
 Yahoo! Mail from reading these rules, because it cannot read attribute selector
s */=09\n        body[yahoo]#message {\n          -webkit-text-size-adjust:none;
\n=09}\n\n=C2=A0=09body[yahoo] #apple-logo-left-margin {\n=C2=A0=09=09width:275p
x !important;\n=C2=A0=09}\n\n=09body[yahoo] #main {\n=09=09margin-top:18px;\n=09
=09padding-right:0;\n=09=09padding-left:0;\n=09}\n=09\n=09body[yahoo] #apple-log
o-in-row-box {\n=09=09/* Not using hide and show approach between small and larg
e imgs because Outlook Express 6 shows both imgs on reply */\n\n=09=09/*\n=09=09
display:none !important;=20\n=09=09height:0px !important;\n=09=09width:0px !impo
rtant;\n=09=09*/\n\n=09=09height:20px !important;\n=09=09width:17px !important;\
n=09}\n\n=09body[yahoo] #apple-logo-in-row-box-mobile {\n=09=09/* display:inline
-block !important; Not using hide and show approach between small and large imgs
 because Outlook Express 6 shows both imgs on reply */\n=09}\n=09\n=09body[yahoo
] #apple-logo-margin-bottom {\n=09=09height:6px !important;\n=09}\n\n=09body[yah
oo] #logo-row-box {\n=09=09padding-bottom:9px !important;\n=09}\n=09\n=09body[ya
hoo] p {\n=09=09margin-bottom:20px;\n=09}\n\n=09body[yahoo] td.paragraph {\n=09=
09padding:0 0 20px !important;\n=09}\n\n=09body[yahoo] td.no-padding-bottom {\n=
09=09padding-bottom:0 !important;\n=09}\n\n=09body[yahoo] p#signature {\n=09=09m
argin-top:36px !important;\n=09=09margin-bottom:28px !important;\n=C2=A0 =C2=A0
=C2=A0 =C2=A0 }\n\n=09body[yahoo] td#signature {\n=09=09padding-top:18px !import
ant; /* was 36px */\n=09=09padding-bottom:28px !important;\n=09}\n\n=09body[yaho
o] .footer-radial-gradient {\n=09=09height:0px;\n=09=09border-width:0;\n=09=09ba
ckground: radial-gradient(150px 0px, farthest-side, #F8F8F8 0%, #FEFEFE 100%);\n
=09=09background: -moz-radial-gradient(150px 0px, farthest-side, #F8F8F8 0%, #FE
FEFE 100%);\n=09=09background: -ms-radial-gradient(150px 0px, farthest-side, #F8
F8F8 0%, #FEFEFE 100%);\n=09=09background: -o-radial-gradient(150px 0px, farthes
t-side, #F8F8F8 0%, #FEFEFE 100%);\n=09=09background: -webkit-gradient(radial, 1
50px 0px, color-stop(0.0, #F8F8F8), color-stop(1.0, #FEFEFE));\n=09=09background
: -webkit-radial-gradient(150px 0px, farthest side, #F8F8F8 0%, #FEFEFE 100%);\n
=C2=A0 =C2=A0 =C2=A0 =C2=A0 }\n\n=09body[yahoo] img#footer-gradient {\n=09=09dis
play:block !important;\n                left:0;\n=09=09width:288px !important;\n
 =09}\n\n        body[yahoo] img#footer-gradient + p {\n          margin-bottom:
12px !important;\n        }\n\n=09body[yahoo] td#footer-links {\n=09=09padding-b
ottom:12px !important;\n=09}\n\n        body[yahoo] #copyright #apple-address,\n
        body[yahoo]  #copyright #all-rights-reserved {\n          display:block;
\n        }\n\n        body[yahoo] #left-align-on-reply {\n                /* mo
ved from body  */\n=09=09padding-right:16px;\n=09=09padding-left:16px;\n=09=09wi
dth:300px;\n        }\n\n=C2=A0 =C2=A0 =C2=A0 =C2=A0 body[yahoo] footer {\n=09 =
C2=A0font:11px/15px \'Helvetica Neue\', Helvetica, Geneva, Verdana, Arial, sans-
serif;\n=C2=A0 =C2=A0 =C2=A0 =C2=A0 }\n}\n</style>\n\n<!--[if lt IE 10]>\n<style
>\nem {\n=09font-weight:bold;\n}\n</style>\n<![endif]-->\n\n<!--[if IE 9]>\n<sty
le>\n\n.footer-hr,\n.footer-radial-gradient {\n=09display:block;\n}\n\n.footer-r
adial-gradient {\n=09width:825px;\nbackground:url(\'https://statici.icloud.com/e
mailimages/v4/common/footer_gradient_web.png\') no-repeat;\n=09background-size:8
25px 18px;\n=09left:-70px;\n}\n\nimg#footer-gradient {\n=09display:none;\n}\n</s
tyle>\n<![endif]-->\n\n<!--[if IE 8]>\n<style>\n.footer-hr,\n.footer-radial-grad
ient {\n=09display:none;\n}\n\nimg#footer-gradient {\n=09display:block !importan
t;\n=09margin-right:auto;\n=09margin-left:auto;\n}\n</style>\n<![endif]--> =20\n
\n</head>\n\n<!-- body[yahoo] is being used to prevent Yahoo! Mail from reading
these rules, because it cannot read attribute selectors -->\n<body id="message"
style="background-color:#fff;" yahoo="fix">\n=09<div id="left-align-on-reply" di
r="ltr">\n=09=09<div id="main">\n=09=09=09<!--<div id="apple-logo-margin-top" st
yle="height:40px;"></div>-->\n=09=09=09=09=09=09<div id="logo-row-box" style="wi
dth:95%;text-align: right;padding-top:6%;padding-bottom:6%;">\n=09=09=09  <img i
d="apple-logo-in-row-box" src="https://statici.icloud.com/emailimages/v4/common/
apple_logo_web@2x.png" style="display:inline-block;height:28px;width:24px;right:
0px;"><!--<img id="apple-logo-in-row-box-mobile" src="https://statici.icloud.com
/emailimages/v4/common/apple_logo_web.png" style="display:none;height:0;width:0;
right:0px;" height="0" width="0">--><!--Two logos are appearing on reply in Wind
ows XP Outlook-->\n=09=09=09</div>\n\n=09=09=09<table id="message-body-wrapper"
border="0" cellpadding="0" cellspacing="0">\n=09=09=09=09<tr>\n=09=09=09=09=09<t
d id="message-body-left-margin" width="0"></td><td id="message-body">\n=09=09=09
=09=09<table id="paragraphs" border="0" cellpadding="0" cellspacing="0">\n=09=09
=09=09=09=09<tr><td class="paragraph" style="padding:0 5% 18px;font:300 14px/18p
x \'Lucida Grande\', Lucida Sans, Lucida Sans Unicode, sans-serif, Arial, Helvet
ica, Verdana, sans-serif;color:#333;">Dear iPad User,</td></tr>\n=09=09=09=09=09
=09<tr><td class="paragraph" style="padding:0 5% 18px;font:300 14px/18px \'Lucid
a Grande\', Lucida Sans, Lucida Sans Unicode, sans-serif, Arial, Helvetica, Verd
ana, sans-serif;color:#333;">You recently selected <em style="font-family: \'Luc
ida Grande Bold\', \'Lucida Grande\', Lucida Sans, Lucida Sans Unicode, sans-ser
if, Arial, Helvetica, Verdana, sans-serif;font-style:normal;color:#333;text-deco
ration:none;">distapps3569@d83.org</em> as your new Apple ID. To verify this ema
il address belongs to you, click the link below and then sign in using your Appl
e ID and password.</td></tr>\n=09=09=09=09=09=09<tr><td class="paragraph" style=
"padding:0 5% 18px;font:300 14px/18px \'Lucida Grande\', Lucida Sans, Lucida San
s Unicode, sans-serif, Arial, Helvetica, Verdana, sans-serif;color:#333;"><a hre
f="https://id.apple.com/cgi-bin/verify.cgi?language=US-EN&ZGQyZTAwNjZlYTc0MmYzNW
EzN2VmMzEwMjM5NzE2MjEzNGJlYjk0MmI4NzZhYTU5ZmE5MjQwMzRkN2U5M2UwMWYzNGViYzMzY2NjNm
UxZTQyYjhjYWI3MDFkNTRlZDAxZTBhNjUzZDQwMTI3ODdhOGFmYjY1N2M5NjlkNzUxYzQyYmNjYjdmND
YwYmE0NjQ3MDEwYjQwY2E1Yzc5ZGZkOTRjNzQyY2YxMzQ0ODJiOTA3MTE3OGFiN2FkYzgxMWQzMGQxZT
IyNjQ2ZGI0MTUzMmIyNDUwODgyNjdkMGNjNmY=&type=DFT&_C=USA&_L=en_US" style="line-hei
ght:18px;color:#08c;text-decoration:none;">Verify now ></a></td></tr>\n=09=09=09
=09=09=09<tr><td class="h1-header" style="padding:0 5% 0;font-family:\'Lucida Gr
ande\', Lucida Sans, Lucida Sans Unicode, sans-serif, Arial, Helvetica, Verdana,
 sans-serif;font-size: 14px;line-height: 18px;font-weight:bold;color:#333;">Why
you received this email.</td></tr>\n=09=09=09=09=09=09<tr><td class="paragraph"
style="padding:0 5% 18px;font:300 14px/18px \'Lucida Grande\', Lucida Sans, Luci
da Sans Unicode, sans-serif, Arial, Helvetica, Verdana, sans-serif;color:#333;">
Apple requests verification whenever an email address is selected as an Apple ID
. Your Apple ID cannot be used until you verify it. </td></tr>\n=09=09=09=09=09=
09<tr><td class="paragraph" style="padding:0 5% 18px;font:300 14px/18px \'Lucida
 Grande\', Lucida Sans, Lucida Sans Unicode, sans-serif, Arial, Helvetica, Verda
na, sans-serif;color:#333;">If you didn=E2=80=99t make this change or if you bel
ieve an unauthorized person is attempting to access your account, you can reset
your password by going to <a href="https://appleid.apple.com/cgi-bin/WebObjects/
MyAppleId.woa/wa/chooseYourCountry" style="line-height:18px;color:#08c;text-deco
ration:none;">My Apple ID</a>.</td></tr>\n=09=09=09=09=09=09=09=09=09=09=09=09=0
9=09=09=09=09=09<tr><td id="signature" class="paragraph" style="padding:18px 5%
51px;font:300 14px/18px \'Lucida Grande\', Lucida Sans, Lucida Sans Unicode, san
s-serif, Arial, Helvetica, Verdana, sans-serif;color:#333;">Apple Support</td></
tr>\n=09=09=09=09=09</table><!--end table#paragraphs-->\n=09=09=09=09=09</td><!-
-end td#message-body-->\n=09=09=09=09</tr>\n=09=09=09</table><!--end table#messa
ge-body-wrapper-->\n=09=09</div><!--end #main -->\n\n=09=09<footer style="width:
100%;">\n=09=09=09<div class="footer-radial-gradient" style="display:none;"></di
v>\n=09=09=09<!--fallback image below for IE 8, 9-->\n=09\n=09=09=09<table id="f
ooter-paragraphs" border="0" cellpadding="0" cellspacing="0" style="width:100%;"
>\n=09=09=09=09<tr><td id="footer-hr-cell"><div class="footer-hr" style="height:
1px;" height="1"></div></td></tr>\n=09=09=09=09<tr><td id="footer-gradient-img-c
ell" style="width:100%"><img id="footer-gradient" src="https://statici.icloud.co
m/emailimages/v4/common/footer_gradient_web.png" style="display:block;width:100%
;" height="16"><!--width was 593,  width="100%"--></td></tr>\n=09=09=09=09<tr><t
d id="footer-links" style="padding:0;text-align:center;font:11px/15px Geneva, Ve
rdana, Arial, Helvetica, sans-serif;color:#888;"><a href="https://appleid.apple.
com/cgi-bin/WebObjects/MyAppleId.woa/wa/chooseYourCountry" style="color:#08c;tex
t-decoration:none;" role="link">My Apple ID</a> | <a href="https://www.apple.com
/support/country/" style="color:#08c;text-decoration:none;" role="link">Support<
/a> | <a href="https://www.apple.com/legal/internet-services/privacy/" style="co
lor:#08c;text-decoration:none;" role="link">Privacy Policy</a></td></tr>\n=09=09
=09=09<tr><td id="copyright-cell" style="padding:0;margin-bottom:0;text-align:ce
nter;font:11px/15px Geneva, Verdana, Arial, Helvetica, sans-serif;color:#888;">C
opyright &copy; 2015 <span id="apple-address" class="unlink" >Apple Inc. 1 Infin
ite Loop, Cupertino, CA 95014, United States&#x200E;</span> <span id="all-rights
-reserved">All Rights Reserved.</span></td></tr>\n=09=09=09</table>\n=09=09</foo
ter>\n=09</div><!--end #left-align-on-reply-->\n</body>\n<img src=\'http://outsi
deapple.apple.com/img/APPLE_EMAIL_LINK/spacer4.gif?v=2&a=k%2BmjWPCFEH1m5ry2zndhA
nQ3KF5%2BETE7bF8B0noUrq1nhsFBDY5ynwye%2F8GhPAveitoR7v6cvMROfTUcxoz0F2tzLY0HYmvaZ
k4r8Z2w5XB%2BNEF0O5PaevWNhiIc6%2F4Gbvdsv7uE7ZL587Jdj57Tadi0%2FwGa0c%2F5AmlZ%2FRs
8llquxz0PU1G5zTzmt17s6RHml7%2FRUUA%2FfzXtxYwAv65aNo4masDNS39jqtDMLbGwkR7HFtmzchX
f%2BiUcrz%2BBqYCy%2FAFWdJr4bX6PCxaxK9XoEqtaYo0cMtVQ0JLdinG0NvkXyteDBwnmk0ZjsaxSt
%2FDlHoeH6ojpzCVGUb%2FRHMiumZE6iJ28%2FXHM2xJ6kc5DxQXg5tLGAJPuIJyk7EpWGHfQoI2iyuf
y2L9xUv1uoNoSDBbk9VSjX226Zj32eOFbL9A%3D\'/>\n</html>\n------=_Part_11087518_1594
253269.1438904019950--&type=DFT&_C=USA&_L=en_US'
(Pdb)
ChicagoJay commented 9 years ago

Here is a dump of the data from the run of your latest code:

INFO:   Locating email for: distapps3569@d83.org
INFO:   Valid email found for distapps3569@d83.org
DEBUG: https://id.apple.com/cgi-bin/verify.cgi?language=3DUS-EN&key=ZGQyZTAwNjZlYTc0MmYzNWEzN2VmMzEwMjM5NzE2MjEzNGJlYjk0MmI4NzZhYTU5ZmE5MjQwMzRkN2U5M2UwMWYzNGViYzMzY2NjNmUxZTQyYjhjYWI3MDFkNTRlZDAxZTBhNjUzZDQwMTI3ODdhOGFmYjY1N2M5NjlkNzUxYzQyYmNjYjdmNDYwYmE0NjQ3MDEwYjQwY2E1Yzc5ZGZkOTRjNzQyY2YxMzQ0ODJiOTA3MTE3OGFiN2FkYzgxMWQzMGQxZTIyNjQ2ZGI0MTUzMmIyNDUwODgyNjdkMGNjNmY=&type=DFT&_C=USA&_L=en_US

Why you received this email.
Apple requests verification whenever an email address is selected as an Apple ID. Your Apple ID cannot be used until you verify it.=20

If you didn=E2=80=99t make this change or if you believe an unauthorized person is attempting to access your account, you can reset your password by going to My Apple ID.

My Apple ID
https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/wa/chooseYourCountry

Apple Support

-------------------------------------------------------------

My Apple ID
https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/wa/chooseYourCountry

Support
https://www.apple.com/support/country/

Privacy Policy
https://www.apple.com/legal/internet-services/privacy/

Copyright (c) 2015 Apple Inc. 1 Infinite Loop, Cupertino, CA 95014, United States All Rights Reserved.

------=_Part_11087518_1594253269.1438904019950
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: QUOTED-PRINTABLE
Content-Disposition: inline

<!DOCTYPE html>
<html lang="en">
<head>
=09<meta charset="utf-8" />
=09<title></title>
        <meta name="viewport" content="width=device-width" />
=09<meta name="generator" content="BBEdit 10.5" />
=09
<style>
body#message {
    font: 300 14px/18px 'Lucida Grande', Lucida Sans, Lucida Sans Unicode, sans-serif, Arial, Helvetica, Verdana, sans-serif !important;
    color: #333 !important;
    background-color: #ffffff !important;
    margin:0 !important;
    padding:0 !important;
    width:100% /* !important */;
    /* was 685px */;
}

/*
same width as body, because Rover adds this div
*/
body/*, .main*/ {
}

.main {
    width: 685px;
}

#apple-logo-left-margin {
    width: 538px !important;
}

#logo-row-box {
=09width:100% !important;
=09text-align:right;
=09padding-top:0 !important;
=09padding-bottom:47px !important;
}

div[dir="rtl"] #logo-row-box {
=C2=A0 text-align:left !important;
}

h1, em, b {
    font-weight:bold !important;
    line-height:18px !important;
}

h1, td.h1-header {
    font-family: 'Lucida Grande', Lucida Sans, Lucida Sans Unicode, sans-serif, Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    border-bottom: none;
}

p {
    font-weight: 300;
    margin-top: 0 !important;
    margin-bottom: 18px !important;
    word-wrap: break-word;
}

td.paragraph {
=09padding:0 0 18px !important;
}

td.h1-header {
=09padding:0px 0px 0px !important;
}

td#signature {
    padding-right:0 !important;
    padding-left:0 !important;
}

td.no-padding-bottom {
    padding-bottom:0 !important;
}

#signature {
    padding-top:18px !important; /* was 41px */
    padding-bottom:50px !important;
}

em {
    font-family: 'Lucida Grande Bold', 'Lucida Grande', Lucida Sans, Lucida Sans Unicode, sans-serif, Arial, Helvetica, Verdana, sans-serif !important;
    font-style:normal !important;
}

em a {
    color: #333 !important;
}

a {
    color: #08c;
    text-decoration: none;
}

span.unlink a,
em a,
b a,
td.unlink a {
    color:#333 !important;
    cursor: text;
    pointer-events: none;
    padding-top:0 !important;
    margin-top:0 !important;
}

#main {
    margin-top: 40px;
    padding-right: 60px;
    padding-left: 60px;
}

img#footer-gradient {
    position:relative;
    /* left:-70px;  does not work in Outlook.com */
    /* width: 825px !important; */

    width:100% !important;   =20
    height:16px !important;
}

.footer-hr,
footer hr {
    height: 1px;
    background-color: #FEFEFE;
    background-image: linear-gradient(left, #FEFEFE 0%, #EAEAEA 6%, #EAEAEA 94%, #FEFEFE 100%);
    background-image: -moz-linear-gradient(left, #FEFEFE 0%, #EAEAEA 6%, #EAEAEA 94%, #FEFEFE 100%);
    background-image: -ms-linear-gradient(left, #FEFEFE 0%, #EAEAEA 6%, #EAEAEA 94%, #FEFEFE 100%);
    background-image: -o-linear-gradient(left, #FEFEFE 0%, #EAEAEA 6%, #EAEAEA 94%, #FEFEFE 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.0, #FEFEFE), color-stop(0.5, #FAFAFA), color-stop(1.0, #FEFEFE));
    background-image: -webkit-linear-gradient(left, #FEFEFE 0%, #EAEAEA 6%, #EAEAEA 94%, #FEFEFE 100%);
}

.footer-radial-gradient {
    height: 18px;
    border-width: 0;
    background: radial-gradient(342px 0px, farthest-side, #F8F8F8 0%, #FEFEFE 100%);
    background: -moz-radial-gradient(342px 0px, farthest-side, #F8F8F8 0%, #FEFEFE 100%);
    background: -ms-radial-gradient(342px 0px, farthest-side, #F8F8F8 0%, #FEFEFE 100%);
    background: -o-radial-gradient(342px 0px, farthest-side, #F8F8F8 0%, #FEFEFE 100%);
    background: -webkit-gradient(radial, 342px 0px, color-stop(0.0, #F8F8F8), color-stop(1.0, #FEFEFE));
    background: -webkit-radial-gradient(342px 0px, farthest-side, #F8F8F8 0%, #FEFEFE 100%);
}

footer,
footer p,
footer span.unlink a,
footer td.paragraph {
    font:11px/15px Geneva, Verdana, Arial, Helvetica, sans-serif;
    color:#888 !important;
}

.center-text,
footer nav,
footer p {
    text-align: center;
}

footer a:hover {
    text-decoration: underline;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

td.spacer-36 {
=09padding-bottom:36px;
}

html[dir=rtl] #apple-logo {
    left:0;
    right:538px;
}

p#copyright {
    margin-bottom: 0;
}

.display-block {
    display: block;
}

.nowrap {
    white-space: nowrap;
}

#apple-logo-margin-bottom {
    height: 44px !important;
}

#left-align-on-reply {
=09/* moved from body */
=09margin:0px auto 50px;
=09padding:0;
=09width: 685px;
}

#apple-logo-cell {
=09width:100%;
=09padding-top:40px;
=09padding-bottom:44px;
}

#apple-logo-in-cell {
    height: 28px !important;
    width: 24px !important;
}

#apple-logo-in-row-box-mobile {
    display: none;
    height: 20px !important;
    width: 17px !important;
}

/* If the email client is reading the style element: */

/* - then we don't need spacer divs */
div.paragraph-spacer {
  display:none;
  height:0px !important;
  margin-bottom:0px !important;
}

/* - and margin-top already is in effect on #main */
#apple-logo-margin-top {
  height:0px !important;
}

/* normally max-width: 320px */
@media (max-width:320px) {

  /* body[yahoo] prevents Yahoo! Mail from reading these rules, because it cannot read attribute selectors */=09
        body[yahoo]#message {
          -webkit-text-size-adjust:none;
=09}

=C2=A0=09body[yahoo] #apple-logo-left-margin {
=C2=A0=09=09width:275px !important;
=C2=A0=09}

=09body[yahoo] #main {
=09=09margin-top:18px;
=09=09padding-right:0;
=09=09padding-left:0;
=09}
=09
=09body[yahoo] #apple-logo-in-row-box {
=09=09/* Not using hide and show approach between small and large imgs because Outlook Express 6 shows both imgs on reply */

=09=09/*
=09=09display:none !important;=20
=09=09height:0px !important;
=09=09width:0px !important;
=09=09*/

=09=09height:20px !important;
=09=09width:17px !important;
=09}

=09body[yahoo] #apple-logo-in-row-box-mobile {
=09=09/* display:inline-block !important; Not using hide and show approach between small and large imgs because Outlook Express 6 shows both imgs on reply */
=09}
=09
=09body[yahoo] #apple-logo-margin-bottom {
=09=09height:6px !important;
=09}

=09body[yahoo] #logo-row-box {
=09=09padding-bottom:9px !important;
=09}
=09
=09body[yahoo] p {
=09=09margin-bottom:20px;
=09}

=09body[yahoo] td.paragraph {
=09=09padding:0 0 20px !important;
=09}

=09body[yahoo] td.no-padding-bottom {
=09=09padding-bottom:0 !important;
=09}

=09body[yahoo] p#signature {
=09=09margin-top:36px !important;
=09=09margin-bottom:28px !important;
=C2=A0 =C2=A0 =C2=A0 =C2=A0 }

=09body[yahoo] td#signature {
=09=09padding-top:18px !important; /* was 36px */
=09=09padding-bottom:28px !important;
=09}

=09body[yahoo] .footer-radial-gradient {
=09=09height:0px;
=09=09border-width:0;
=09=09background: radial-gradient(150px 0px, farthest-side, #F8F8F8 0%, #FEFEFE 100%);
=09=09background: -moz-radial-gradient(150px 0px, farthest-side, #F8F8F8 0%, #FEFEFE 100%);
=09=09background: -ms-radial-gradient(150px 0px, farthest-side, #F8F8F8 0%, #FEFEFE 100%);
=09=09background: -o-radial-gradient(150px 0px, farthest-side, #F8F8F8 0%, #FEFEFE 100%);
=09=09background: -webkit-gradient(radial, 150px 0px, color-stop(0.0, #F8F8F8), color-stop(1.0, #FEFEFE));
=09=09background: -webkit-radial-gradient(150px 0px, farthest side, #F8F8F8 0%, #FEFEFE 100%);
=C2=A0 =C2=A0 =C2=A0 =C2=A0 }

=09body[yahoo] img#footer-gradient {
=09=09display:block !important;
                left:0;
=09=09width:288px !important;
 =09}

        body[yahoo] img#footer-gradient + p {
          margin-bottom:12px !important;
        }

=09body[yahoo] td#footer-links {
=09=09padding-bottom:12px !important;
=09}

        body[yahoo] #copyright #apple-address,
        body[yahoo]  #copyright #all-rights-reserved {
          display:block;
        }

        body[yahoo] #left-align-on-reply {
                /* moved from body  */
=09=09padding-right:16px;
=09=09padding-left:16px;
=09=09width:300px;
        }

=C2=A0 =C2=A0 =C2=A0 =C2=A0 body[yahoo] footer {
=09 =C2=A0font:11px/15px 'Helvetica Neue', Helvetica, Geneva, Verdana, Arial, sans-serif;
=C2=A0 =C2=A0 =C2=A0 =C2=A0 }
}
</style>

<!--[if lt IE 10]>
<style>
em {
=09font-weight:bold;
}
</style>
<![endif]-->

<!--[if IE 9]>
<style>

.footer-hr,
.footer-radial-gradient {
=09display:block;
}

.footer-radial-gradient {
=09width:825px;
background:url('https://statici.icloud.com/emailimages/v4/common/footer_gradient_web.png') no-repeat;
=09background-size:825px 18px;
=09left:-70px;
}

img#footer-gradient {
=09display:none;
}
</style>
<![endif]-->

<!--[if IE 8]>
<style>
.footer-hr,
.footer-radial-gradient {
=09display:none;
}

img#footer-gradient {
=09display:block !important;
=09margin-right:auto;
=09margin-left:auto;
}
</style>
<![endif]--> =20

</head>

<!-- body[yahoo] is being used to prevent Yahoo! Mail from reading these rules, because it cannot read attribute selectors -->
<body id="message" style="background-color:#fff;" yahoo="fix">
=09<div id="left-align-on-reply" dir="ltr">
=09=09<div id="main">
=09=09=09<!--<div id="apple-logo-margin-top" style="height:40px;"></div>-->
=09=09=09=09=09=09<div id="logo-row-box" style="width:95%;text-align: right;padding-top:6%;padding-bottom:6%;">
=09=09=09  <img id="apple-logo-in-row-box" src="https://statici.icloud.com/emailimages/v4/common/apple_logo_web@2x.png" style="display:inline-block;height:28px;width:24px;right:0px;"><!--<img id="apple-logo-in-row-box-mobile" src="https://statici.icloud.com/emailimages/v4/common/apple_logo_web.png" style="display:none;height:0;width:0;right:0px;" height="0" width="0">--><!--Two logos are appearing on reply in Windows XP Outlook-->
=09=09=09</div>

=09=09=09<table id="message-body-wrapper" border="0" cellpadding="0" cellspacing="0">
=09=09=09=09<tr>
=09=09=09=09=09<td id="message-body-left-margin" width="0"></td><td id="message-body">
=09=09=09=09=09<table id="paragraphs" border="0" cellpadding="0" cellspacing="0">
=09=09=09=09=09=09<tr><td class="paragraph" style="padding:0 5% 18px;font:300 14px/18px 'Lucida Grande', Lucida Sans, Lucida Sans Unicode, sans-serif, Arial, Helvetica, Verdana, sans-serif;color:#333;">Dear iPad User,</td></tr>
=09=09=09=09=09=09<tr><td class="paragraph" style="padding:0 5% 18px;font:300 14px/18px 'Lucida Grande', Lucida Sans, Lucida Sans Unicode, sans-serif, Arial, Helvetica, Verdana, sans-serif;color:#333;">You recently selected <em style="font-family: 'Lucida Grande Bold', 'Lucida Grande', Lucida Sans, Lucida Sans Unicode, sans-serif, Arial, Helvetica, Verdana, sans-serif;font-style:normal;color:#333;text-decoration:none;">distapps3569@d83.org</em> as your new Apple ID. To verify this email address belongs to you, click the link below and then sign in using your Apple ID and password.</td></tr>
=09=09=09=09=09=09<tr><td class="paragraph" style="padding:0 5% 18px;font:300 14px/18px 'Lucida Grande', Lucida Sans, Lucida Sans Unicode, sans-serif, Arial, Helvetica, Verdana, sans-serif;color:#333;"><a href="https://id.apple.com/cgi-bin/verify.cgi?language=US-EN&ZGQyZTAwNjZlYTc0MmYzNWEzN2VmMzEwMjM5NzE2MjEzNGJlYjk0MmI4NzZhYTU5ZmE5MjQwMzRkN2U5M2UwMWYzNGViYzMzY2NjNmUxZTQyYjhjYWI3MDFkNTRlZDAxZTBhNjUzZDQwMTI3ODdhOGFmYjY1N2M5NjlkNzUxYzQyYmNjYjdmNDYwYmE0NjQ3MDEwYjQwY2E1Yzc5ZGZkOTRjNzQyY2YxMzQ0ODJiOTA3MTE3OGFiN2FkYzgxMWQzMGQxZTIyNjQ2ZGI0MTUzMmIyNDUwODgyNjdkMGNjNmY=&type=DFT&_C=USA&_L=en_US" style="line-height:18px;color:#08c;text-decoration:none;">Verify now ></a></td></tr>
=09=09=09=09=09=09<tr><td class="h1-header" style="padding:0 5% 0;font-family:'Lucida Grande', Lucida Sans, Lucida Sans Unicode, sans-serif, Arial, Helvetica, Verdana, sans-serif;font-size: 14px;line-height: 18px;font-weight:bold;color:#333;">Why you received this email.</td></tr>
=09=09=09=09=09=09<tr><td class="paragraph" style="padding:0 5% 18px;font:300 14px/18px 'Lucida Grande', Lucida Sans, Lucida Sans Unicode, sans-serif, Arial, Helvetica, Verdana, sans-serif;color:#333;">Apple requests verification whenever an email address is selected as an Apple ID. Your Apple ID cannot be used until you verify it. </td></tr>
=09=09=09=09=09=09<tr><td class="paragraph" style="padding:0 5% 18px;font:300 14px/18px 'Lucida Grande', Lucida Sans, Lucida Sans Unicode, sans-serif, Arial, Helvetica, Verdana, sans-serif;color:#333;">If you didn=E2=80=99t make this change or if you believe an unauthorized person is attempting to access your account, you can reset your password by going to <a href="https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/wa/chooseYourCountry" style="line-height:18px;color:#08c;text-decoration:none;">My Apple ID</a>.</td></tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr><td id="signature" class="paragraph" style="padding:18px 5% 51px;font:300 14px/18px 'Lucida Grande', Lucida Sans, Lucida Sans Unicode, sans-serif, Arial, Helvetica, Verdana, sans-serif;color:#333;">Apple Support</td></tr>
=09=09=09=09=09</table><!--end table#paragraphs-->
=09=09=09=09=09</td><!--end td#message-body-->
=09=09=09=09</tr>
=09=09=09</table><!--end table#message-body-wrapper-->
=09=09</div><!--end #main -->

=09=09<footer style="width:100%;">
=09=09=09<div class="footer-radial-gradient" style="display:none;"></div>
=09=09=09<!--fallback image below for IE 8, 9-->
=09
=09=09=09<table id="footer-paragraphs" border="0" cellpadding="0" cellspacing="0" style="width:100%;">
=09=09=09=09<tr><td id="footer-hr-cell"><div class="footer-hr" style="height:1px;" height="1"></div></td></tr>
=09=09=09=09<tr><td id="footer-gradient-img-cell" style="width:100%"><img id="footer-gradient" src="https://statici.icloud.com/emailimages/v4/common/footer_gradient_web.png" style="display:block;width:100%;" height="16"><!--width was 593,  width="100%"--></td></tr>
=09=09=09=09<tr><td id="footer-links" style="padding:0;text-align:center;font:11px/15px Geneva, Verdana, Arial, Helvetica, sans-serif;color:#888;"><a href="https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/wa/chooseYourCountry" style="color:#08c;text-decoration:none;" role="link">My Apple ID</a> | <a href="https://www.apple.com/support/country/" style="color:#08c;text-decoration:none;" role="link">Support</a> | <a href="https://www.apple.com/legal/internet-services/privacy/" style="color:#08c;text-decoration:none;" role="link">Privacy Policy</a></td></tr>
=09=09=09=09<tr><td id="copyright-cell" style="padding:0;margin-bottom:0;text-align:center;font:11px/15px Geneva, Verdana, Arial, Helvetica, sans-serif;color:#888;">Copyright &copy; 2015 <span id="apple-address" class="unlink" >Apple Inc. 1 Infinite Loop, Cupertino, CA 95014, United States&#x200E;</span> <span id="all-rights-reserved">All Rights Reserved.</span></td></tr>
=09=09=09</table>
=09=09</footer>
=09</div><!--end #left-align-on-reply-->
</body>
<img src='http://outsideapple.apple.com/img/APPLE_EMAIL_LINK/spacer4.gif?v=2&a=k%2BmjWPCFEH1m5ry2zndhAnQ3KF5%2BETE7bF8B0noUrq1nhsFBDY5ynwye%2F8GhPAveitoR7v6cvMROfTUcxoz0F2tzLY0HYmvaZk4r8Z2w5XB%2BNEF0O5PaevWNhiIc6%2F4Gbvdsv7uE7ZL587Jdj57Tadi0%2FwGa0c%2F5AmlZ%2FRs8llquxz0PU1G5zTzmt17s6RHml7%2FRUUA%2FfzXtxYwAv65aNo4masDNS39jqtDMLbGwkR7HFtmzchXf%2BiUcrz%2BBqYCy%2FAFWdJr4bX6PCxaxK9XoEqtaYo0cMtVQ0JLdinG0NvkXyteDBwnmk0ZjsaxSt%2FDlHoeH6ojpzCVGUb%2FRHMiumZE6iJ28%2FXHM2xJ6kc5DxQXg5tLGAJPuIJyk7EpWGHfQoI2iyufy2L9xUv1uoNoSDBbk9VSjX226Zj32eOFbL9A%3D'/>
</html>
------=_Part_11087518_1594253269.1438904019950--&type=DFT&_C=USA&_L=en_US
INFO:   Attempting to submit verification to apple for distapps3569@d83.org
badstreff commented 9 years ago

Can you forward me that email verification, it seems how the key for verification is sent different from my email.

badstreff commented 9 years ago

You are exactly right, seems our emails are formatted differently. I took an educated guess as to how yours was formatted based on the output above and that should fix it.

If it doesn't, forward me your verification email so I can dissect it to see what exactly is going on.

ChicagoJay commented 9 years ago

Well, I think it verified the one that had the valid (unexpired email), but the process of getting new verifications is still broken.

INFO:   Locating email for: distapps3569@d83.org
INFO:   Valid email found for distapps3569@d83.org
DEBUG: https://id.apple.com/cgi-bin/verify.cgi?language=US-EN&key=ZGQyZTAwNjZlYTc0MmYzNWEzN2VmMzEwMjM5NzE2MjEzNGJlYjk0MmI4NzZhYTU5ZmE5MjQwMzRkN2U5M2UwMWYzNGViYzMzY2NjNmUxZTQyYjhjYWI3MDFkNTRlZDAxZTBhNjUzZDQwMTI3ODdhOGFmYjY1N2M5NjlkNzUxYzQyYmNjYjdmNDYwYmE0NjQ3MDEwYjQwY2E1Yzc5ZGZkOTRjNzQyY2YxMzQ0ODJiOTA3MTE3OGFiN2FkYzgxMWQzMGQxZTIyNjQ2ZGI0MTUzMmIyNDUwODgyNjdkMGNjNmY&type=DFT&_C=USA&_L=en_US
INFO:   Attempting to submit verification to apple for distapps3569@d83.org
SUCCESS:   distapps3569@d83.org is ready for use
INFO:   Locating email for: distapps3570@d83.org
ERROR:     This email is older than 3 days and is no longer valid
WARNING:   User distapps3570@d83.org will not be processed.
WARNING:    Verification email will be resent, run the script at a later time to verify the address.
INFO:   New email request was sent successfully
ERROR:  Unable to process distapps3570@d83.org at this time. No url found.
INFO:   Locating email for: distapps3571@d83.org
ERROR:     This email is older than 3 days and is no longer valid
WARNING:   User distapps3571@d83.org will not be processed.
WARNING:    Verification email will be resent, run the script at a later time to verify the address.
INFO:   New email request was sent successfully
ERROR:  Unable to process distapps3571@d83.org at this time. No url found.
INFO:   Locating email for: distapps3572@d83.org
ERROR:     This email is older than 3 days and is no longer valid
WARNING:   User distapps3572@d83.org will not be processed.
WARNING:    Verification email will be resent, run the script at a later time to verify the address.
INFO:   New email request was sent successfully
ERROR:  Unable to process distapps3572@d83.org at this time. No url found.
INFO:   Locating email for: distapps3573@d83.org
ERROR:     This email is older than 3 days and is no longer valid
WARNING:   User distapps3573@d83.org will not be processed.
WARNING:    Verification email will be resent, run the script at a later time to verify the address.
INFO:   New email request was sent successfully
ERROR:  Unable to process distapps3573@d83.org at this time. No url found.

I'm not seeing new verification emails. Also, the latest email on 3570 is from Aug 3, and is thus less than 72 hours old. But the script still thinks it's expired.


Delivered-To: distapps3570@d83.org
Received: by 10.25.87.196 with SMTP id l187csp1723262lfb;
        Mon, 3 Aug 2015 13:59:43 -0700 (PDT)
X-Received: by 10.68.166.97 with SMTP id zf1mr106385pbb.72.1438635582975;
        Mon, 03 Aug 2015 13:59:42 -0700 (PDT)
Return-Path: <appleid_bounces@id.apple.com>
Received: from nwk-txn-msbadger0302.apple.com (nwk-txn-msbadger0302.apple.com. [17.151.1.52])
        by mx.google.com with ESMTPS id pr10si14848674pbb.122.2015.08.03.13.59.42
        for <distapps3570@d83.org>
        (version=TLSv1 cipher=RC4-SHA bits=128/128);
        Mon, 03 Aug 2015 13:59:42 -0700 (PDT)
Received-SPF: pass (google.com: domain of appleid_bounces@id.apple.com designates 17.151.1.52 as permitted sender) client-ip=17.151.1.52;
Authentication-Results: mx.google.com;
       spf=pass (google.com: domain of appleid_bounces@id.apple.com designates 17.151.1.52 as permitted sender) smtp.mail=appleid_bounces@id.apple.com;
       dkim=pass header.i=@id.apple.com;
       dmarc=pass (p=REJECT dis=NONE) header.from=id.apple.com
DKIM-Signature: v=1; a=rsa-sha1; d=id.apple.com; s=id2048; c=relaxed/relaxed;
    q=dns/txt; i=@id.apple.com; t=1438635581;
    h=From:Subject:Date:To:MIME-Version:Content-Type;
    bh=LklVVZSKhLGHUNaef1Fyr5BSn5g=;
    b=SUCFwWZhBtPtRPnlMQ9tM4YJPyP9KATD4BmYEh/SDl6FyI2TBaVDpvBt73wwUskv
    cBGaHKkEdNxhvCcXCBWyUuvley3/Myp+AS04vadni6GwlwL7Q07A91MIXoxyBjhq
    PwNhgtfZZ9sCCTbv9um2hkWpXk6oqcLmMGL5l4baMFF+eKvfypGrF0wnpZ3gkhlU
    zWobpbZY397FaQwdi1gJHOFvbc2TZQPyYlFvcJmFS6/t+DRjdC4vtkYZM2O1Yair
    Czf7abOHSy/4amHUNOXHR9Nyn0BE07EN4ZM2FhTplEec3eoIFlz9mhEx+LclI1Hu
    IHHq9ErJY1tJxAe3jOyM0g==;
Date: Mon, 3 Aug 2015 20:59:41 +0000 (GMT)
From: Apple <appleid@id.apple.com>
REPLY-TO: appleid_usen@email.apple.com
To: distapps3570@d83.org
Message-ID: <239026296.320940081438635581855.JavaMail.email@email.apple.com>
Subject: Verify your Apple ID.
MIME-Version: 1.0
Content-Type: multipart/alternative; 
    boundary="----=_Part_16244120_1509075110.1438635581854"
X-EmailType-Id: 763667
X-Sent-To: distapps3570@d83.org,2,k%2BmjWPCFEH1m5ry2zndhAnQ3KF5%2BETE7bF8B0noUrq1nhsFBDY5ynwye%2F8GhPAveitoR7v6cvMROfTUcxoz0F2tzLY0HYmvaZk4r8Z2w5XB%2BNEF0O5PaevWNhiIc6%2F4GQDLzOax2At2YuoUJvcXOztHMMC3mcBJ%2B6fCi3pMzGMiuxz0PU1G5zTzmt17s6RHm6yu2RQnBbefH8rsxzqmLoqNOm7hig%2FJ3Q%2FQBiT7FN2porWtQrBACnX9ttl722QTtZnmkjO%2BLztCYV4XQSq6%2FCycYIGyVKGvg7L8xC%2Bga5bbG1QXCUKNraCjUVSfD7CfUVnIjRYHHmDqaXqRoFIdDN5E6iJ28%2FXHM2xJ6kc5DxQXg5tLGAJPuIJyk7EpWGHfQoI2iyufy2L9xUv1uoNoSDBbk9VSjX226Zj32eOFbL9A%3D
x-ds-vetting-token: ZWI1MDg4NjBiODZiMTdlYjE0ODA0MjNlZGE4YTJiMzVjODVhNzM5ZDg3NzFhMjNlMmY3Njc4MDkzNzU3MTI5NWYzNGViYzMzY2NjNmUxZTQyYjhjYWI3MDFkNTRlZDAxNDljODE0NTRlNzYxYmJiMzIzZDA3ODQ4ZTdmNjllZmUyYmNjYjdmNDYwYmE0NjQ3MDEwYjQwY2E1Yzc5ZGZkOTc4M2RjZjMxNjA2ZTczNTExOWMzNWU1YmFjNzE1ZDhlMmRmZjZlZWUzZDhiMmUwYzUzZTc5NGI4NTBkMWRjMzI=
X-Business-Group: DS
X-Attach-Flag: N
X-TXN_ID: ABC9D8C8-E2A8-4E58-9AC4-A16008803D63
X-DKIM_SIGN_REQUIRED: YES

------=_Part_16244120_1509075110.1438635581854
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: QUOTED-PRINTABLE
Content-Disposition: inline

Dear iPad User,

You recently selected distapps3570@d83.org as your new Apple ID. To verify =
this email address belongs to you, visit the link below and then sign in us=
ing your Apple ID and password.

Verify now
https://id.apple.com/cgi-bin/verify.cgi?language=3DUS-EN&key=3DZWI1MDg4NjBi=
ODZiMTdlYjE0ODA0MjNlZGE4YTJiMzVjODVhNzM5ZDg3NzFhMjNlMmY3Njc4MDkzNzU3MTI5NWY=
zNGViYzMzY2NjNmUxZTQyYjhjYWI3MDFkNTRlZDAxNDljODE0NTRlNzYxYmJiMzIzZDA3ODQ4ZT=
dmNjllZmUyYmNjYjdmNDYwYmE0NjQ3MDEwYjQwY2E1Yzc5ZGZkOTc4M2RjZjMxNjA2ZTczNTExO=
WMzNWU1YmFjNzE1ZDhlMmRmZjZlZWUzZDhiMmUwYzUzZTc5NGI4NTBkMWRjMzI=3D&type=3DDF=
T&_C=3DUSA&_L=3Den_US

Why you received this email.
Apple requests verification whenever an email address is selected as an App=
le ID. Your Apple ID cannot be used until you verify it.=20

If you didn=E2=80=99t make this change or if you believe an unauthorized pe=
rson is attempting to access your account, you can reset your password by g=
oing to My Apple ID.

My Apple ID
https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/wa/chooseYourCou=
ntry

Apple Support

-------------------------------------------------------------

My Apple ID
https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/wa/chooseYourCou=
ntry

Support
https://www.apple.com/support/country/

Privacy Policy
https://www.apple.com/legal/internet-services/privacy/

Copyright (c) 2015 Apple Inc. 1 Infinite Loop, Cupertino, CA 95014, United =
States All Rights Reserved.

------=_Part_16244120_1509075110.1438635581854
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: QUOTED-PRINTABLE
Content-Disposition: inline

<!DOCTYPE html>
<html lang=3D"en">
<head>
=09<meta charset=3D"utf-8" />
=09<title></title>
        <meta name=3D"viewport" content=3D"width=3Ddevice-width" />
=09<meta name=3D"generator" content=3D"BBEdit 10.5" />
=09
<style>
body#message {
    font: 300 14px/18px 'Lucida Grande', Lucida Sans, Lucida Sans Unicode, =
sans-serif, Arial, Helvetica, Verdana, sans-serif !important;
    color: #333 !important;
    background-color: #ffffff !important;
    margin:0 !important;
    padding:0 !important;
    width:100% /* !important */;
    /* was 685px */;
}

/*
same width as body, because Rover adds this div
*/
body/*, .main*/ {
}

.main {
    width: 685px;
}

#apple-logo-left-margin {
    width: 538px !important;
}

#logo-row-box {
=09width:100% !important;
=09text-align:right;
=09padding-top:0 !important;
=09padding-bottom:47px !important;
}

div[dir=3D"rtl"] #logo-row-box {
=C2=A0 text-align:left !important;
}

h1, em, b {
    font-weight:bold !important;
    line-height:18px !important;
}

h1, td.h1-header {
    font-family: 'Lucida Grande', Lucida Sans, Lucida Sans Unicode, sans-se=
rif, Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    border-bottom: none;
}

p {
    font-weight: 300;
    margin-top: 0 !important;
    margin-bottom: 18px !important;
    word-wrap: break-word;
}

td.paragraph {
=09padding:0 0 18px !important;
}

td.h1-header {
=09padding:0px 0px 0px !important;
}

td#signature {
    padding-right:0 !important;
    padding-left:0 !important;
}

td.no-padding-bottom {
    padding-bottom:0 !important;
}

#signature {
    padding-top:18px !important; /* was 41px */
    padding-bottom:50px !important;
}

em {
    font-family: 'Lucida Grande Bold', 'Lucida Grande', Lucida Sans, Lucida=
 Sans Unicode, sans-serif, Arial, Helvetica, Verdana, sans-serif !important=
;
    font-style:normal !important;
}

em a {
    color: #333 !important;
}

a {
    color: #08c;
    text-decoration: none;
}

span.unlink a,
em a,
b a,
td.unlink a {
    color:#333 !important;
    cursor: text;
    pointer-events: none;
    padding-top:0 !important;
    margin-top:0 !important;
}

#main {
    margin-top: 40px;
    padding-right: 60px;
    padding-left: 60px;
}

img#footer-gradient {
    position:relative;
    /* left:-70px;  does not work in Outlook.com */
    /* width: 825px !important; */

    width:100% !important;   =20
    height:16px !important;
}

.footer-hr,
footer hr {
    height: 1px;
    background-color: #FEFEFE;
    background-image: linear-gradient(left, #FEFEFE 0%, #EAEAEA 6%, #EAEAEA=
 94%, #FEFEFE 100%);
    background-image: -moz-linear-gradient(left, #FEFEFE 0%, #EAEAEA 6%, #E=
AEAEA 94%, #FEFEFE 100%);
    background-image: -ms-linear-gradient(left, #FEFEFE 0%, #EAEAEA 6%, #EA=
EAEA 94%, #FEFEFE 100%);
    background-image: -o-linear-gradient(left, #FEFEFE 0%, #EAEAEA 6%, #EAE=
AEA 94%, #FEFEFE 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-s=
top(0.0, #FEFEFE), color-stop(0.5, #FAFAFA), color-stop(1.0, #FEFEFE));
    background-image: -webkit-linear-gradient(left, #FEFEFE 0%, #EAEAEA 6%,=
 #EAEAEA 94%, #FEFEFE 100%);
}

.footer-radial-gradient {
    height: 18px;
    border-width: 0;
    background: radial-gradient(342px 0px, farthest-side, #F8F8F8 0%, #FEFE=
FE 100%);
    background: -moz-radial-gradient(342px 0px, farthest-side, #F8F8F8 0%, =
#FEFEFE 100%);
    background: -ms-radial-gradient(342px 0px, farthest-side, #F8F8F8 0%, #=
FEFEFE 100%);
    background: -o-radial-gradient(342px 0px, farthest-side, #F8F8F8 0%, #F=
EFEFE 100%);
    background: -webkit-gradient(radial, 342px 0px, color-stop(0.0, #F8F8F8=
), color-stop(1.0, #FEFEFE));
    background: -webkit-radial-gradient(342px 0px, farthest-side, #F8F8F8 0=
%, #FEFEFE 100%);
}

footer,
footer p,
footer span.unlink a,
footer td.paragraph {
    font:11px/15px Geneva, Verdana, Arial, Helvetica, sans-serif;
    color:#888 !important;
}

.center-text,
footer nav,
footer p {
    text-align: center;
}

footer a:hover {
    text-decoration: underline;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

td.spacer-36 {
=09padding-bottom:36px;
}

html[dir=3Drtl] #apple-logo {
    left:0;
    right:538px;
}

p#copyright {
    margin-bottom: 0;
}

.display-block {
    display: block;
}

.nowrap {
    white-space: nowrap;
}

#apple-logo-margin-bottom {
    height: 44px !important;
}

#left-align-on-reply {
=09/* moved from body */
=09margin:0px auto 50px;
=09padding:0;
=09width: 685px;
}

#apple-logo-cell {
=09width:100%;
=09padding-top:40px;
=09padding-bottom:44px;
}

#apple-logo-in-cell {
    height: 28px !important;
    width: 24px !important;
}

#apple-logo-in-row-box-mobile {
    display: none;
    height: 20px !important;
    width: 17px !important;
}

/* If the email client is reading the style element: */

/* - then we don't need spacer divs */
div.paragraph-spacer {
  display:none;
  height:0px !important;
  margin-bottom:0px !important;
}

/* - and margin-top already is in effect on #main */
#apple-logo-margin-top {
  height:0px !important;
}

/* normally max-width: 320px */
@media (max-width:320px) {

  /* body[yahoo] prevents Yahoo! Mail from reading these rules, because it =
cannot read attribute selectors */=09
        body[yahoo]#message {
          -webkit-text-size-adjust:none;
=09}

=C2=A0=09body[yahoo] #apple-logo-left-margin {
=C2=A0=09=09width:275px !important;
=C2=A0=09}

=09body[yahoo] #main {
=09=09margin-top:18px;
=09=09padding-right:0;
=09=09padding-left:0;
=09}
=09
=09body[yahoo] #apple-logo-in-row-box {
=09=09/* Not using hide and show approach between small and large imgs beca=
use Outlook Express 6 shows both imgs on reply */

=09=09/*
=09=09display:none !important;=20
=09=09height:0px !important;
=09=09width:0px !important;
=09=09*/

=09=09height:20px !important;
=09=09width:17px !important;
=09}

=09body[yahoo] #apple-logo-in-row-box-mobile {
=09=09/* display:inline-block !important; Not using hide and show approach =
between small and large imgs because Outlook Express 6 shows both imgs on r=
eply */
=09}
=09
=09body[yahoo] #apple-logo-margin-bottom {
=09=09height:6px !important;
=09}

=09body[yahoo] #logo-row-box {
=09=09padding-bottom:9px !important;
=09}
=09
=09body[yahoo] p {
=09=09margin-bottom:20px;
=09}

=09body[yahoo] td.paragraph {
=09=09padding:0 0 20px !important;
=09}

=09body[yahoo] td.no-padding-bottom {
=09=09padding-bottom:0 !important;
=09}

=09body[yahoo] p#signature {
=09=09margin-top:36px !important;
=09=09margin-bottom:28px !important;
=C2=A0 =C2=A0 =C2=A0 =C2=A0 }

=09body[yahoo] td#signature {
=09=09padding-top:18px !important; /* was 36px */
=09=09padding-bottom:28px !important;
=09}

=09body[yahoo] .footer-radial-gradient {
=09=09height:0px;
=09=09border-width:0;
=09=09background: radial-gradient(150px 0px, farthest-side, #F8F8F8 0%, #FE=
FEFE 100%);
=09=09background: -moz-radial-gradient(150px 0px, farthest-side, #F8F8F8 0%=
, #FEFEFE 100%);
=09=09background: -ms-radial-gradient(150px 0px, farthest-side, #F8F8F8 0%,=
 #FEFEFE 100%);
=09=09background: -o-radial-gradient(150px 0px, farthest-side, #F8F8F8 0%, =
#FEFEFE 100%);
=09=09background: -webkit-gradient(radial, 150px 0px, color-stop(0.0, #F8F8=
F8), color-stop(1.0, #FEFEFE));
=09=09background: -webkit-radial-gradient(150px 0px, farthest side, #F8F8F8=
 0%, #FEFEFE 100%);
=C2=A0 =C2=A0 =C2=A0 =C2=A0 }

=09body[yahoo] img#footer-gradient {
=09=09display:block !important;
                left:0;
=09=09width:288px !important;
 =09}

        body[yahoo] img#footer-gradient + p {
          margin-bottom:12px !important;
        }

=09body[yahoo] td#footer-links {
=09=09padding-bottom:12px !important;
=09}

        body[yahoo] #copyright #apple-address,
        body[yahoo]  #copyright #all-rights-reserved {
          display:block;
        }

        body[yahoo] #left-align-on-reply {
                /* moved from body  */
=09=09padding-right:16px;
=09=09padding-left:16px;
=09=09width:300px;
        }

=C2=A0 =C2=A0 =C2=A0 =C2=A0 body[yahoo] footer {
=09 =C2=A0font:11px/15px 'Helvetica Neue', Helvetica, Geneva, Verdana, Aria=
l, sans-serif;
=C2=A0 =C2=A0 =C2=A0 =C2=A0 }
}
</style>

<!--[if lt IE 10]>
<style>
em {
=09font-weight:bold;
}
</style>
<![endif]-->

<!--[if IE 9]>
<style>

.footer-hr,
.footer-radial-gradient {
=09display:block;
}

.footer-radial-gradient {
=09width:825px;
background:url('https://statici.icloud.com/emailimages/v4/common/footer_gra=
dient_web.png') no-repeat;
=09background-size:825px 18px;
=09left:-70px;
}

img#footer-gradient {
=09display:none;
}
</style>
<![endif]-->

<!--[if IE 8]>
<style>
.footer-hr,
.footer-radial-gradient {
=09display:none;
}

img#footer-gradient {
=09display:block !important;
=09margin-right:auto;
=09margin-left:auto;
}
</style>
<![endif]--> =20

</head>

<!-- body[yahoo] is being used to prevent Yahoo! Mail from reading these ru=
les, because it cannot read attribute selectors -->
<body id=3D"message" style=3D"background-color:#fff;" yahoo=3D"fix">
=09<div id=3D"left-align-on-reply" dir=3D"ltr">
=09=09<div id=3D"main">
=09=09=09<!--<div id=3D"apple-logo-margin-top" style=3D"height:40px;"></div=
>-->
=09=09=09=09=09=09<div id=3D"logo-row-box" style=3D"width:95%;text-align: r=
ight;padding-top:6%;padding-bottom:6%;">
=09=09=09  <img id=3D"apple-logo-in-row-box" src=3D"https://statici.icloud.=
com/emailimages/v4/common/apple_logo_web@2x.png" style=3D"display:inline-bl=
ock;height:28px;width:24px;right:0px;"><!--<img id=3D"apple-logo-in-row-box=
-mobile" src=3D"https://statici.icloud.com/emailimages/v4/common/apple_logo=
_web.png" style=3D"display:none;height:0;width:0;right:0px;" height=3D"0" w=
idth=3D"0">--><!--Two logos are appearing on reply in Windows XP Outlook-->
=09=09=09</div>

=09=09=09<table id=3D"message-body-wrapper" border=3D"0" cellpadding=3D"0" =
cellspacing=3D"0">
=09=09=09=09<tr>
=09=09=09=09=09<td id=3D"message-body-left-margin" width=3D"0"></td><td id=
=3D"message-body">
=09=09=09=09=09<table id=3D"paragraphs" border=3D"0" cellpadding=3D"0" cell=
spacing=3D"0">
=09=09=09=09=09=09<tr><td class=3D"paragraph" style=3D"padding:0 5% 18px;fo=
nt:300 14px/18px 'Lucida Grande', Lucida Sans, Lucida Sans Unicode, sans-se=
rif, Arial, Helvetica, Verdana, sans-serif;color:#333;">Dear iPad User,</td=
></tr>
=09=09=09=09=09=09<tr><td class=3D"paragraph" style=3D"padding:0 5% 18px;fo=
nt:300 14px/18px 'Lucida Grande', Lucida Sans, Lucida Sans Unicode, sans-se=
rif, Arial, Helvetica, Verdana, sans-serif;color:#333;">You recently select=
ed <em style=3D"font-family: 'Lucida Grande Bold', 'Lucida Grande', Lucida =
Sans, Lucida Sans Unicode, sans-serif, Arial, Helvetica, Verdana, sans-seri=
f;font-style:normal;color:#333;text-decoration:none;">distapps3570@d83.org<=
/em> as your new Apple ID. To verify this email address belongs to you, cli=
ck the link below and then sign in using your Apple ID and password.</td></=
tr>
=09=09=09=09=09=09<tr><td class=3D"paragraph" style=3D"padding:0 5% 18px;fo=
nt:300 14px/18px 'Lucida Grande', Lucida Sans, Lucida Sans Unicode, sans-se=
rif, Arial, Helvetica, Verdana, sans-serif;color:#333;"><a href=3D"https://=
id.apple.com/cgi-bin/verify.cgi?language=3DUS-EN&key=3DZWI1MDg4NjBiODZiMTdl=
YjE0ODA0MjNlZGE4YTJiMzVjODVhNzM5ZDg3NzFhMjNlMmY3Njc4MDkzNzU3MTI5NWYzNGViYzM=
zY2NjNmUxZTQyYjhjYWI3MDFkNTRlZDAxNDljODE0NTRlNzYxYmJiMzIzZDA3ODQ4ZTdmNjllZm=
UyYmNjYjdmNDYwYmE0NjQ3MDEwYjQwY2E1Yzc5ZGZkOTc4M2RjZjMxNjA2ZTczNTExOWMzNWU1Y=
mFjNzE1ZDhlMmRmZjZlZWUzZDhiMmUwYzUzZTc5NGI4NTBkMWRjMzI=3D&type=3DDFT&_C=3DU=
SA&_L=3Den_US" style=3D"line-height:18px;color:#08c;text-decoration:none;">=
Verify now ></a></td></tr>
=09=09=09=09=09=09<tr><td class=3D"h1-header" style=3D"padding:0 5% 0;font-=
family:'Lucida Grande', Lucida Sans, Lucida Sans Unicode, sans-serif, Arial=
, Helvetica, Verdana, sans-serif;font-size: 14px;line-height: 18px;font-wei=
ght:bold;color:#333;">Why you received this email.</td></tr>
=09=09=09=09=09=09<tr><td class=3D"paragraph" style=3D"padding:0 5% 18px;fo=
nt:300 14px/18px 'Lucida Grande', Lucida Sans, Lucida Sans Unicode, sans-se=
rif, Arial, Helvetica, Verdana, sans-serif;color:#333;">Apple requests veri=
fication whenever an email address is selected as an Apple ID. Your Apple I=
D cannot be used until you verify it. </td></tr>
=09=09=09=09=09=09<tr><td class=3D"paragraph" style=3D"padding:0 5% 18px;fo=
nt:300 14px/18px 'Lucida Grande', Lucida Sans, Lucida Sans Unicode, sans-se=
rif, Arial, Helvetica, Verdana, sans-serif;color:#333;">If you didn=E2=80=
=99t make this change or if you believe an unauthorized person is attemptin=
g to access your account, you can reset your password by going to <a href=
=3D"https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/wa/chooseYou=
rCountry" style=3D"line-height:18px;color:#08c;text-decoration:none;">My Ap=
ple ID</a>.</td></tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr><td id=3D"signatu=
re" class=3D"paragraph" style=3D"padding:18px 5% 51px;font:300 14px/18px 'L=
ucida Grande', Lucida Sans, Lucida Sans Unicode, sans-serif, Arial, Helveti=
ca, Verdana, sans-serif;color:#333;">Apple Support</td></tr>
=09=09=09=09=09</table><!--end table#paragraphs-->
=09=09=09=09=09</td><!--end td#message-body-->
=09=09=09=09</tr>
=09=09=09</table><!--end table#message-body-wrapper-->
=09=09</div><!--end #main -->

=09=09<footer style=3D"width:100%;">
=09=09=09<div class=3D"footer-radial-gradient" style=3D"display:none;"></di=
v>
=09=09=09<!--fallback image below for IE 8, 9-->
=09
=09=09=09<table id=3D"footer-paragraphs" border=3D"0" cellpadding=3D"0" cel=
lspacing=3D"0" style=3D"width:100%;">
=09=09=09=09<tr><td id=3D"footer-hr-cell"><div class=3D"footer-hr" style=3D=
"height:1px;" height=3D"1"></div></td></tr>
=09=09=09=09<tr><td id=3D"footer-gradient-img-cell" style=3D"width:100%"><i=
mg id=3D"footer-gradient" src=3D"https://statici.icloud.com/emailimages/v4/=
common/footer_gradient_web.png" style=3D"display:block;width:100%;" height=
=3D"16"><!--width was 593,  width=3D"100%"--></td></tr>
=09=09=09=09<tr><td id=3D"footer-links" style=3D"padding:0;text-align:cente=
r;font:11px/15px Geneva, Verdana, Arial, Helvetica, sans-serif;color:#888;"=
><a href=3D"https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/wa/c=
hooseYourCountry" style=3D"color:#08c;text-decoration:none;" role=3D"link">=
My Apple ID</a> | <a href=3D"https://www.apple.com/support/country/" style=
=3D"color:#08c;text-decoration:none;" role=3D"link">Support</a> | <a href=
=3D"https://www.apple.com/legal/internet-services/privacy/" style=3D"color:=
#08c;text-decoration:none;" role=3D"link">Privacy Policy</a></td></tr>
=09=09=09=09<tr><td id=3D"copyright-cell" style=3D"padding:0;margin-bottom:=
0;text-align:center;font:11px/15px Geneva, Verdana, Arial, Helvetica, sans-=
serif;color:#888;">Copyright &copy; 2015 <span id=3D"apple-address" class=
=3D"unlink" >Apple Inc. 1 Infinite Loop, Cupertino, CA 95014, United States=
&#x200E;</span> <span id=3D"all-rights-reserved">All Rights Reserved.</span=
></td></tr>
=09=09=09</table>
=09=09</footer>
=09</div><!--end #left-align-on-reply-->
</body>
<img src=3D'http://outsideapple.apple.com/img/APPLE_EMAIL_LINK/spacer4.gif?=
v=3D2&a=3Dk%2BmjWPCFEH1m5ry2zndhAnQ3KF5%2BETE7bF8B0noUrq1nhsFBDY5ynwye%2F8G=
hPAveitoR7v6cvMROfTUcxoz0F2tzLY0HYmvaZk4r8Z2w5XB%2BNEF0O5PaevWNhiIc6%2F4GQD=
LzOax2At2YuoUJvcXOztHMMC3mcBJ%2B6fCi3pMzGMiuxz0PU1G5zTzmt17s6RHm6yu2RQnBbef=
H8rsxzqmLoqNOm7hig%2FJ3Q%2FQBiT7FN2porWtQrBACnX9ttl722QTtZnmkjO%2BLztCYV4XQ=
Sq6%2FCycYIGyVKGvg7L8xC%2Bga5bbG1QXCUKNraCjUVSfD7CfUVnIjRYHHmDqaXqRoFIdDN5E=
6iJ28%2FXHM2xJ6kc5DxQXg5tLGAJPuIJyk7EpWGHfQoI2iyufy2L9xUv1uoNoSDBbk9VSjX226=
Zj32eOFbL9A%3D'/>
</html>
------=_Part_16244120_1509075110.1438635581854--

Here's one that's clean. Never been touched since the original verification request, in July:


Delivered-To: distapps4000@d83.org
Received: by 10.27.89.129 with SMTP id n123csp550441wlb;
        Thu, 30 Jul 2015 05:57:20 -0700 (PDT)
X-Received: by 10.66.162.198 with SMTP id yc6mr106449779pab.74.1438261039626;
        Thu, 30 Jul 2015 05:57:19 -0700 (PDT)
Return-Path: <appleid_bounces@id.apple.com>
Received: from nwk-txn-msbadger0601.apple.com (nwk-txn-msbadger0601.apple.com. [17.151.1.74])
        by mx.google.com with ESMTPS id fo7si2364570pac.56.2015.07.30.05.57.17
        for <distapps4000@d83.org>
        (version=TLSv1 cipher=RC4-SHA bits=128/128);
        Thu, 30 Jul 2015 05:57:19 -0700 (PDT)
Received-SPF: pass (google.com: domain of appleid_bounces@id.apple.com designates 17.151.1.74 as permitted sender) client-ip=17.151.1.74;
Authentication-Results: mx.google.com;
       spf=pass (google.com: domain of appleid_bounces@id.apple.com designates 17.151.1.74 as permitted sender) smtp.mail=appleid_bounces@id.apple.com;
       dkim=pass header.i=@id.apple.com;
       dmarc=pass (p=REJECT dis=NONE) header.from=id.apple.com
DKIM-Signature: v=1; a=rsa-sha1; d=id.apple.com; s=id2048; c=relaxed/relaxed;
    q=dns/txt; i=@id.apple.com; t=1438261037;
    h=From:Subject:Date:To:MIME-Version:Content-Type;
    bh=47i7gWG2Na9n5rmw6i0hKJAiS0c=;
    b=Mz9uQuA64bXyfV2U/zd4c/S0uQdCVAXRZAk+Q5Ya5XSQBKGcleYDcR8YrST7YVdb
    jUrfMKXvVn95kKjNDZ2/XlQfDwkmzZjqWZVU3e6W0fFB3wpCHTK8aLihy1dBxDRw
    Uxp4xZe4LA9NZUaE3jzXLHkOX+igE2DMMjxLfXTfBFRiwZ9vCPcTCf75qP15PFBp
    z6adT+8JymcdtHSJk3ROl8eaWgTA/NFz8dP2p2phnT8QKiEjSvBbHmb8d5BUYcpj
    ZupR4310tIkbLOiNCltQWnAcYg8sQl6O+/OCWt/UptUAf5o4iFy4SOZ7Mofd+kHZ
    AKqdNCA4w+kvzUxQF06OKQ==;
Date: Thu, 30 Jul 2015 12:57:17 +0000 (GMT)
From: Apple <appleid@id.apple.com>
REPLY-TO: appleid_usen@email.apple.com
To: distapps4000@d83.org
Message-ID: <1233451127.75429201438261037655.JavaMail.email@email.apple.com>
Subject: Verify your Apple ID.
MIME-Version: 1.0
Content-Type: multipart/alternative; 
    boundary="----=_Part_3821254_2109499692.1438261037655"
X-EmailType-Id: 763667
X-Sent-To: distapps4000@d83.org,2,k%2BmjWPCFEH1m5ry2zndhAnQ3KF5%2BETE7bF8B0noUrq1nhsFBDY5ynwye%2F8GhPAveitoR7v6cvMROfTUcxoz0F2tzLY0HYmvaZk4r8Z2w5XB%2BNEF0O5PaevWNhiIc6%2F4GshQIDuOBIzRJS%2B4C7DQhDSWZi7NKxBdkENCipaRuJtWuxz0PU1G5zTzmt17s6RHmEQdo0y3qT12M%2Bxj22MUHb1IHbyfyE6g1gSf1zkOWUqZB4BgaRMyy2tkKn8lhMJIM07KjTo7Ke%2Fl4pFuaQtLLViZmCivNk1FnQLH5ahj3u5EGsyaye%2BSmCs6p6hQnM0TKVnIjRYHHmDqaXqRoFIdDN5E6iJ28%2FXHM2xJ6kc5DxQXg5tLGAJPuIJyk7EpWGHfQoI2iyufy2L9xUv1uoNoSDBbk9VSjX226Zj32eOFbL9A%3D
x-ds-vetting-token: ODkzMjE0MTA3MDBmMDQ3YzE5NGZjYmU0YzM4MGJiOTQyOWM0NDM5MjI3ODBjOTI2ZWM1YmJiMWNjZGYyMmJiNGYzNGViYzMzY2NjNmUxZTQyYjhjYWI3MDFkNTRlZDAxOTdmMjdmZmRhZGM5NDZjYjkyZDczYTVjNWIyNzIwMDA2NTczOGMzY2I2MDNkYWUxNTI4OTE1YmQwODE3NjIxYWY4OGRjYzhjMWY1ZDZmMmM1Njg0ODI4N2U4ZWQwZjBlYTVjYjE3NGEwMTZjM2VhNzk3NDU4ODNjMGU5ODNhNmE=
X-Business-Group: DS
X-Attach-Flag: N
X-TXN_ID: C5E8DDC3-B81D-4C4D-A566-1DD1BE799D38
X-DKIM_SIGN_REQUIRED: YES

------=_Part_3821254_2109499692.1438261037655
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: QUOTED-PRINTABLE
Content-Disposition: inline

Dear iPad User,

You recently selected distapps4000@d83.org as your new Apple ID. To verify =
this email address belongs to you, visit the link below and then sign in us=
ing your Apple ID and password.

Verify now
https://id.apple.com/cgi-bin/verify.cgi?language=3DUS-EN&key=3DODkzMjE0MTA3=
MDBmMDQ3YzE5NGZjYmU0YzM4MGJiOTQyOWM0NDM5MjI3ODBjOTI2ZWM1YmJiMWNjZGYyMmJiNGY=
zNGViYzMzY2NjNmUxZTQyYjhjYWI3MDFkNTRlZDAxOTdmMjdmZmRhZGM5NDZjYjkyZDczYTVjNW=
IyNzIwMDA2NTczOGMzY2I2MDNkYWUxNTI4OTE1YmQwODE3NjIxYWY4OGRjYzhjMWY1ZDZmMmM1N=
jg0ODI4N2U4ZWQwZjBlYTVjYjE3NGEwMTZjM2VhNzk3NDU4ODNjMGU5ODNhNmE=3D&type=3DDF=
T&_C=3DUSA&_L=3Den_US

Why you received this email.
Apple requests verification whenever an email address is selected as an App=
le ID. Your Apple ID cannot be used until you verify it.=20

If you didn=E2=80=99t make this change or if you believe an unauthorized pe=
rson is attempting to access your account, you can reset your password by g=
oing to My Apple ID.

My Apple ID
https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/wa/chooseYourCou=
ntry

Apple Support

-------------------------------------------------------------

My Apple ID
https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/wa/chooseYourCou=
ntry

Support
https://www.apple.com/support/country/

Privacy Policy
https://www.apple.com/legal/internet-services/privacy/

Copyright (c) 2015 Apple Inc. 1 Infinite Loop, Cupertino, CA 95014, United =
States All Rights Reserved.

------=_Part_3821254_2109499692.1438261037655
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: QUOTED-PRINTABLE
Content-Disposition: inline

<!DOCTYPE html>
<html lang=3D"en">
<head>
=09<meta charset=3D"utf-8" />
=09<title></title>
        <meta name=3D"viewport" content=3D"width=3Ddevice-width" />
=09<meta name=3D"generator" content=3D"BBEdit 10.5" />
=09
<style>
body#message {
    font: 300 14px/18px 'Lucida Grande', Lucida Sans, Lucida Sans Unicode, =
sans-serif, Arial, Helvetica, Verdana, sans-serif !important;
    color: #333 !important;
    background-color: #ffffff !important;
    margin:0 !important;
    padding:0 !important;
    width:100% /* !important */;
    /* was 685px */;
}

/*
same width as body, because Rover adds this div
*/
body/*, .main*/ {
}

.main {
    width: 685px;
}

#apple-logo-left-margin {
    width: 538px !important;
}

#logo-row-box {
=09width:100% !important;
=09text-align:right;
=09padding-top:0 !important;
=09padding-bottom:47px !important;
}

div[dir=3D"rtl"] #logo-row-box {
=C2=A0 text-align:left !important;
}

h1, em, b {
    font-weight:bold !important;
    line-height:18px !important;
}

h1, td.h1-header {
    font-family: 'Lucida Grande', Lucida Sans, Lucida Sans Unicode, sans-se=
rif, Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    border-bottom: none;
}

p {
    font-weight: 300;
    margin-top: 0 !important;
    margin-bottom: 18px !important;
    word-wrap: break-word;
}

td.paragraph {
=09padding:0 0 18px !important;
}

td.h1-header {
=09padding:0px 0px 0px !important;
}

td#signature {
    padding-right:0 !important;
    padding-left:0 !important;
}

td.no-padding-bottom {
    padding-bottom:0 !important;
}

#signature {
    padding-top:18px !important; /* was 41px */
    padding-bottom:50px !important;
}

em {
    font-family: 'Lucida Grande Bold', 'Lucida Grande', Lucida Sans, Lucida=
 Sans Unicode, sans-serif, Arial, Helvetica, Verdana, sans-serif !important=
;
    font-style:normal !important;
}

em a {
    color: #333 !important;
}

a {
    color: #08c;
    text-decoration: none;
}

span.unlink a,
em a,
b a,
td.unlink a {
    color:#333 !important;
    cursor: text;
    pointer-events: none;
    padding-top:0 !important;
    margin-top:0 !important;
}

#main {
    margin-top: 40px;
    padding-right: 60px;
    padding-left: 60px;
}

img#footer-gradient {
    position:relative;
    /* left:-70px;  does not work in Outlook.com */
    /* width: 825px !important; */

    width:100% !important;   =20
    height:16px !important;
}

.footer-hr,
footer hr {
    height: 1px;
    background-color: #FEFEFE;
    background-image: linear-gradient(left, #FEFEFE 0%, #EAEAEA 6%, #EAEAEA=
 94%, #FEFEFE 100%);
    background-image: -moz-linear-gradient(left, #FEFEFE 0%, #EAEAEA 6%, #E=
AEAEA 94%, #FEFEFE 100%);
    background-image: -ms-linear-gradient(left, #FEFEFE 0%, #EAEAEA 6%, #EA=
EAEA 94%, #FEFEFE 100%);
    background-image: -o-linear-gradient(left, #FEFEFE 0%, #EAEAEA 6%, #EAE=
AEA 94%, #FEFEFE 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-s=
top(0.0, #FEFEFE), color-stop(0.5, #FAFAFA), color-stop(1.0, #FEFEFE));
    background-image: -webkit-linear-gradient(left, #FEFEFE 0%, #EAEAEA 6%,=
 #EAEAEA 94%, #FEFEFE 100%);
}

.footer-radial-gradient {
    height: 18px;
    border-width: 0;
    background: radial-gradient(342px 0px, farthest-side, #F8F8F8 0%, #FEFE=
FE 100%);
    background: -moz-radial-gradient(342px 0px, farthest-side, #F8F8F8 0%, =
#FEFEFE 100%);
    background: -ms-radial-gradient(342px 0px, farthest-side, #F8F8F8 0%, #=
FEFEFE 100%);
    background: -o-radial-gradient(342px 0px, farthest-side, #F8F8F8 0%, #F=
EFEFE 100%);
    background: -webkit-gradient(radial, 342px 0px, color-stop(0.0, #F8F8F8=
), color-stop(1.0, #FEFEFE));
    background: -webkit-radial-gradient(342px 0px, farthest-side, #F8F8F8 0=
%, #FEFEFE 100%);
}

footer,
footer p,
footer span.unlink a,
footer td.paragraph {
    font:11px/15px Geneva, Verdana, Arial, Helvetica, sans-serif;
    color:#888 !important;
}

.center-text,
footer nav,
footer p {
    text-align: center;
}

footer a:hover {
    text-decoration: underline;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

td.spacer-36 {
=09padding-bottom:36px;
}

html[dir=3Drtl] #apple-logo {
    left:0;
    right:538px;
}

p#copyright {
    margin-bottom: 0;
}

.display-block {
    display: block;
}

.nowrap {
    white-space: nowrap;
}

#apple-logo-margin-bottom {
    height: 44px !important;
}

#left-align-on-reply {
=09/* moved from body */
=09margin:0px auto 50px;
=09padding:0;
=09width: 685px;
}

#apple-logo-cell {
=09width:100%;
=09padding-top:40px;
=09padding-bottom:44px;
}

#apple-logo-in-cell {
    height: 28px !important;
    width: 24px !important;
}

#apple-logo-in-row-box-mobile {
    display: none;
    height: 20px !important;
    width: 17px !important;
}

/* If the email client is reading the style element: */

/* - then we don't need spacer divs */
div.paragraph-spacer {
  display:none;
  height:0px !important;
  margin-bottom:0px !important;
}

/* - and margin-top already is in effect on #main */
#apple-logo-margin-top {
  height:0px !important;
}

/* normally max-width: 320px */
@media (max-width:320px) {

  /* body[yahoo] prevents Yahoo! Mail from reading these rules, because it =
cannot read attribute selectors */=09
        body[yahoo]#message {
          -webkit-text-size-adjust:none;
=09}

=C2=A0=09body[yahoo] #apple-logo-left-margin {
=C2=A0=09=09width:275px !important;
=C2=A0=09}

=09body[yahoo] #main {
=09=09margin-top:18px;
=09=09padding-right:0;
=09=09padding-left:0;
=09}
=09
=09body[yahoo] #apple-logo-in-row-box {
=09=09/* Not using hide and show approach between small and large imgs beca=
use Outlook Express 6 shows both imgs on reply */

=09=09/*
=09=09display:none !important;=20
=09=09height:0px !important;
=09=09width:0px !important;
=09=09*/

=09=09height:20px !important;
=09=09width:17px !important;
=09}

=09body[yahoo] #apple-logo-in-row-box-mobile {
=09=09/* display:inline-block !important; Not using hide and show approach =
between small and large imgs because Outlook Express 6 shows both imgs on r=
eply */
=09}
=09
=09body[yahoo] #apple-logo-margin-bottom {
=09=09height:6px !important;
=09}

=09body[yahoo] #logo-row-box {
=09=09padding-bottom:9px !important;
=09}
=09
=09body[yahoo] p {
=09=09margin-bottom:20px;
=09}

=09body[yahoo] td.paragraph {
=09=09padding:0 0 20px !important;
=09}

=09body[yahoo] td.no-padding-bottom {
=09=09padding-bottom:0 !important;
=09}

=09body[yahoo] p#signature {
=09=09margin-top:36px !important;
=09=09margin-bottom:28px !important;
=C2=A0 =C2=A0 =C2=A0 =C2=A0 }

=09body[yahoo] td#signature {
=09=09padding-top:18px !important; /* was 36px */
=09=09padding-bottom:28px !important;
=09}

=09body[yahoo] .footer-radial-gradient {
=09=09height:0px;
=09=09border-width:0;
=09=09background: radial-gradient(150px 0px, farthest-side, #F8F8F8 0%, #FE=
FEFE 100%);
=09=09background: -moz-radial-gradient(150px 0px, farthest-side, #F8F8F8 0%=
, #FEFEFE 100%);
=09=09background: -ms-radial-gradient(150px 0px, farthest-side, #F8F8F8 0%,=
 #FEFEFE 100%);
=09=09background: -o-radial-gradient(150px 0px, farthest-side, #F8F8F8 0%, =
#FEFEFE 100%);
=09=09background: -webkit-gradient(radial, 150px 0px, color-stop(0.0, #F8F8=
F8), color-stop(1.0, #FEFEFE));
=09=09background: -webkit-radial-gradient(150px 0px, farthest side, #F8F8F8=
 0%, #FEFEFE 100%);
=C2=A0 =C2=A0 =C2=A0 =C2=A0 }

=09body[yahoo] img#footer-gradient {
=09=09display:block !important;
                left:0;
=09=09width:288px !important;
 =09}

        body[yahoo] img#footer-gradient + p {
          margin-bottom:12px !important;
        }

=09body[yahoo] td#footer-links {
=09=09padding-bottom:12px !important;
=09}

        body[yahoo] #copyright #apple-address,
        body[yahoo]  #copyright #all-rights-reserved {
          display:block;
        }

        body[yahoo] #left-align-on-reply {
                /* moved from body  */
=09=09padding-right:16px;
=09=09padding-left:16px;
=09=09width:300px;
        }

=C2=A0 =C2=A0 =C2=A0 =C2=A0 body[yahoo] footer {
=09 =C2=A0font:11px/15px 'Helvetica Neue', Helvetica, Geneva, Verdana, Aria=
l, sans-serif;
=C2=A0 =C2=A0 =C2=A0 =C2=A0 }
}
</style>

<!--[if lt IE 10]>
<style>
em {
=09font-weight:bold;
}
</style>
<![endif]-->

<!--[if IE 9]>
<style>

.footer-hr,
.footer-radial-gradient {
=09display:block;
}

.footer-radial-gradient {
=09width:825px;
background:url('https://statici.icloud.com/emailimages/v4/common/footer_gra=
dient_web.png') no-repeat;
=09background-size:825px 18px;
=09left:-70px;
}

img#footer-gradient {
=09display:none;
}
</style>
<![endif]-->

<!--[if IE 8]>
<style>
.footer-hr,
.footer-radial-gradient {
=09display:none;
}

img#footer-gradient {
=09display:block !important;
=09margin-right:auto;
=09margin-left:auto;
}
</style>
<![endif]--> =20

</head>

<!-- body[yahoo] is being used to prevent Yahoo! Mail from reading these ru=
les, because it cannot read attribute selectors -->
<body id=3D"message" style=3D"background-color:#fff;" yahoo=3D"fix">
=09<div id=3D"left-align-on-reply" dir=3D"ltr">
=09=09<div id=3D"main">
=09=09=09<!--<div id=3D"apple-logo-margin-top" style=3D"height:40px;"></div=
>-->
=09=09=09=09=09=09<div id=3D"logo-row-box" style=3D"width:95%;text-align: r=
ight;padding-top:6%;padding-bottom:6%;">
=09=09=09  <img id=3D"apple-logo-in-row-box" src=3D"https://statici.icloud.=
com/emailimages/v4/common/apple_logo_web@2x.png" style=3D"display:inline-bl=
ock;height:28px;width:24px;right:0px;"><!--<img id=3D"apple-logo-in-row-box=
-mobile" src=3D"https://statici.icloud.com/emailimages/v4/common/apple_logo=
_web.png" style=3D"display:none;height:0;width:0;right:0px;" height=3D"0" w=
idth=3D"0">--><!--Two logos are appearing on reply in Windows XP Outlook-->
=09=09=09</div>

=09=09=09<table id=3D"message-body-wrapper" border=3D"0" cellpadding=3D"0" =
cellspacing=3D"0">
=09=09=09=09<tr>
=09=09=09=09=09<td id=3D"message-body-left-margin" width=3D"0"></td><td id=
=3D"message-body">
=09=09=09=09=09<table id=3D"paragraphs" border=3D"0" cellpadding=3D"0" cell=
spacing=3D"0">
=09=09=09=09=09=09<tr><td class=3D"paragraph" style=3D"padding:0 5% 18px;fo=
nt:300 14px/18px 'Lucida Grande', Lucida Sans, Lucida Sans Unicode, sans-se=
rif, Arial, Helvetica, Verdana, sans-serif;color:#333;">Dear iPad User,</td=
></tr>
=09=09=09=09=09=09<tr><td class=3D"paragraph" style=3D"padding:0 5% 18px;fo=
nt:300 14px/18px 'Lucida Grande', Lucida Sans, Lucida Sans Unicode, sans-se=
rif, Arial, Helvetica, Verdana, sans-serif;color:#333;">You recently select=
ed <em style=3D"font-family: 'Lucida Grande Bold', 'Lucida Grande', Lucida =
Sans, Lucida Sans Unicode, sans-serif, Arial, Helvetica, Verdana, sans-seri=
f;font-style:normal;color:#333;text-decoration:none;">distapps4000@d83.org<=
/em> as your new Apple ID. To verify this email address belongs to you, cli=
ck the link below and then sign in using your Apple ID and password.</td></=
tr>
=09=09=09=09=09=09<tr><td class=3D"paragraph" style=3D"padding:0 5% 18px;fo=
nt:300 14px/18px 'Lucida Grande', Lucida Sans, Lucida Sans Unicode, sans-se=
rif, Arial, Helvetica, Verdana, sans-serif;color:#333;"><a href=3D"https://=
id.apple.com/cgi-bin/verify.cgi?language=3DUS-EN&key=3DODkzMjE0MTA3MDBmMDQ3=
YzE5NGZjYmU0YzM4MGJiOTQyOWM0NDM5MjI3ODBjOTI2ZWM1YmJiMWNjZGYyMmJiNGYzNGViYzM=
zY2NjNmUxZTQyYjhjYWI3MDFkNTRlZDAxOTdmMjdmZmRhZGM5NDZjYjkyZDczYTVjNWIyNzIwMD=
A2NTczOGMzY2I2MDNkYWUxNTI4OTE1YmQwODE3NjIxYWY4OGRjYzhjMWY1ZDZmMmM1Njg0ODI4N=
2U4ZWQwZjBlYTVjYjE3NGEwMTZjM2VhNzk3NDU4ODNjMGU5ODNhNmE=3D&type=3DDFT&_C=3DU=
SA&_L=3Den_US" style=3D"line-height:18px;color:#08c;text-decoration:none;">=
Verify now ></a></td></tr>
=09=09=09=09=09=09<tr><td class=3D"h1-header" style=3D"padding:0 5% 0;font-=
family:'Lucida Grande', Lucida Sans, Lucida Sans Unicode, sans-serif, Arial=
, Helvetica, Verdana, sans-serif;font-size: 14px;line-height: 18px;font-wei=
ght:bold;color:#333;">Why you received this email.</td></tr>
=09=09=09=09=09=09<tr><td class=3D"paragraph" style=3D"padding:0 5% 18px;fo=
nt:300 14px/18px 'Lucida Grande', Lucida Sans, Lucida Sans Unicode, sans-se=
rif, Arial, Helvetica, Verdana, sans-serif;color:#333;">Apple requests veri=
fication whenever an email address is selected as an Apple ID. Your Apple I=
D cannot be used until you verify it. </td></tr>
=09=09=09=09=09=09<tr><td class=3D"paragraph" style=3D"padding:0 5% 18px;fo=
nt:300 14px/18px 'Lucida Grande', Lucida Sans, Lucida Sans Unicode, sans-se=
rif, Arial, Helvetica, Verdana, sans-serif;color:#333;">If you didn=E2=80=
=99t make this change or if you believe an unauthorized person is attemptin=
g to access your account, you can reset your password by going to <a href=
=3D"https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/wa/chooseYou=
rCountry" style=3D"line-height:18px;color:#08c;text-decoration:none;">My Ap=
ple ID</a>.</td></tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr><td id=3D"signatu=
re" class=3D"paragraph" style=3D"padding:18px 5% 51px;font:300 14px/18px 'L=
ucida Grande', Lucida Sans, Lucida Sans Unicode, sans-serif, Arial, Helveti=
ca, Verdana, sans-serif;color:#333;">Apple Support</td></tr>
=09=09=09=09=09</table><!--end table#paragraphs-->
=09=09=09=09=09</td><!--end td#message-body-->
=09=09=09=09</tr>
=09=09=09</table><!--end table#message-body-wrapper-->
=09=09</div><!--end #main -->

=09=09<footer style=3D"width:100%;">
=09=09=09<div class=3D"footer-radial-gradient" style=3D"display:none;"></di=
v>
=09=09=09<!--fallback image below for IE 8, 9-->
=09
=09=09=09<table id=3D"footer-paragraphs" border=3D"0" cellpadding=3D"0" cel=
lspacing=3D"0" style=3D"width:100%;">
=09=09=09=09<tr><td id=3D"footer-hr-cell"><div class=3D"footer-hr" style=3D=
"height:1px;" height=3D"1"></div></td></tr>
=09=09=09=09<tr><td id=3D"footer-gradient-img-cell" style=3D"width:100%"><i=
mg id=3D"footer-gradient" src=3D"https://statici.icloud.com/emailimages/v4/=
common/footer_gradient_web.png" style=3D"display:block;width:100%;" height=
=3D"16"><!--width was 593,  width=3D"100%"--></td></tr>
=09=09=09=09<tr><td id=3D"footer-links" style=3D"padding:0;text-align:cente=
r;font:11px/15px Geneva, Verdana, Arial, Helvetica, sans-serif;color:#888;"=
><a href=3D"https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/wa/c=
hooseYourCountry" style=3D"color:#08c;text-decoration:none;" role=3D"link">=
My Apple ID</a> | <a href=3D"https://www.apple.com/support/country/" style=
=3D"color:#08c;text-decoration:none;" role=3D"link">Support</a> | <a href=
=3D"https://www.apple.com/legal/internet-services/privacy/" style=3D"color:=
#08c;text-decoration:none;" role=3D"link">Privacy Policy</a></td></tr>
=09=09=09=09<tr><td id=3D"copyright-cell" style=3D"padding:0;margin-bottom:=
0;text-align:center;font:11px/15px Geneva, Verdana, Arial, Helvetica, sans-=
serif;color:#888;">Copyright &copy; 2015 <span id=3D"apple-address" class=
=3D"unlink" >Apple Inc. 1 Infinite Loop, Cupertino, CA 95014, United States=
&#x200E;</span> <span id=3D"all-rights-reserved">All Rights Reserved.</span=
></td></tr>
=09=09=09</table>
=09=09</footer>
=09</div><!--end #left-align-on-reply-->
</body>
<img src=3D'http://outsideapple.apple.com/img/APPLE_EMAIL_LINK/spacer4.gif?=
v=3D2&a=3Dk%2BmjWPCFEH1m5ry2zndhAnQ3KF5%2BETE7bF8B0noUrq1nhsFBDY5ynwye%2F8G=
hPAveitoR7v6cvMROfTUcxoz0F2tzLY0HYmvaZk4r8Z2w5XB%2BNEF0O5PaevWNhiIc6%2F4Gsh=
QIDuOBIzRJS%2B4C7DQhDSWZi7NKxBdkENCipaRuJtWuxz0PU1G5zTzmt17s6RHmEQdo0y3qT12=
M%2Bxj22MUHb1IHbyfyE6g1gSf1zkOWUqZB4BgaRMyy2tkKn8lhMJIM07KjTo7Ke%2Fl4pFuaQt=
LLViZmCivNk1FnQLH5ahj3u5EGsyaye%2BSmCs6p6hQnM0TKVnIjRYHHmDqaXqRoFIdDN5E6iJ2=
8%2FXHM2xJ6kc5DxQXg5tLGAJPuIJyk7EpWGHfQoI2iyufy2L9xUv1uoNoSDBbk9VSjX226Zj32=
eOFbL9A%3D'/>
</html>
------=_Part_3821254_2109499692.1438261037655--
ChicagoJay commented 9 years ago

If I'm reading this right, I think I found the problem. As I was debugging, I found that, at line 75, it looks like you're generating the URL to trigger Apple to resend the Verification email. I see the Apple ID in there, however it's using the GMail password instead of the AppleID password. I'm fighting off a cold, and am nodding off, so I can't get my head around how you named the 3 fields that come in from the CSV file, but it looks like you pass the second column as password to resendVerificationEmail but not the third column. As a result, the wrong password is being inserted into the URL sent to parse.py when you POST.

I wish I knew how to fix it!

badstreff commented 9 years ago

You are correct, I just made the changes so try now!

ChicagoJay commented 9 years ago

So far, so good! Seeing the new verification email! It took about 30 minutes to get through all 650, when it wasn't working. I'll run it again when it's done, to make sure we're golden, but that part was working before, so I am optimistic! Also, it handled the first account, which was already verified, just fine.

Very excited!

ChicagoJay commented 9 years ago

Script crashed on account #120 out of 650 in imap.py. Maybe gmail thinks I'm a h4x0r.

Running it again, and it looks like it's verifying everything. I'll tshoot further, if it fails again.

ChicagoJay commented 9 years ago

2nd run finished without error! 2533s. Running again to hopefully finish off the task.

Thank you so much for helping me!

ChicagoJay commented 9 years ago

All 650 IDs verified. Qapla'!

badstreff commented 9 years ago

Awesome, super glad to hear it. I'm gonna go ahead and close the issue then!