Today, I found a residual registration link lingering around in my home-directory of my iMac. Looking at it’s contents with cat reveals quite an ordinary .plist-XML-file.
What’s interesting is what the engineers at Apple obviously thought of the newsletters the user is given a chance to subscribe to:
<key>RegistrationInfo</key> <dict> <key>AppleSpam</key> <string>NO</string> <key>Location</key> <string>B</string> <key>Occupation</key> <string>5</string> <key>OthersSpam</key> <string>NO</string> </dict>
(the emphasis is mine)
Oh… how I agree with them!