Hello All,

I'm attempting to write a python script to forward email from an OWA account that does not allow automatic forwarding or SMTP/IMAP access. I've hit a stumbling block regarding the "CK" variables that OWA sends with its sendmail requests. I can retrieve messages using urllib2 and parse them manually or BeautifulSoup and extract subject, body, etc as well as the "CK" variable that I assume is some kind...