Your journal entries are private. The only way you can access them is by logging into your account, or by our nightly emails that are sent to your email address only.They have a short and clear privacy policy.
There's no way to share your entries. We don't have any integration with Twitter or Facebook, there's no way to make an entry public, and your entries are not searchable by Google. OhLife is strictly a private place for you to read and write about how your days went.
#!/usr/bin/env python
import os,time
yearday = time.localtime()[7]
tomail = ('dmd@3e.org','sjd@3e.org')[yearday % 2]
mMessage = 'From: secretaddress@3e.org\nTo: %s\nSubject: posting reminder\n\n' % tomail
p = os.popen('/usr/lib/sendmail -t', 'w')
p.write(mMessage)
p.close()
« Older Other than its former residents, few mourn the dem... | Red Eye, the latest from Chris... Newer »
This thread has been archived and is closed to new comments
posted by vorfeed at 12:15 PM on August 4, 2010