Anyone know what 512 as a return code for fetchmail means?
From: David Stockwell (winexpert_at_hotmail.com)
Date: 05/28/04
- Next message: Grant Edwards: "Re: Anyone know what 512 as a return code for fetchmail means?"
- Previous message: Kylotan: "mod_python confusion"
- Next in thread: Grant Edwards: "Re: Anyone know what 512 as a return code for fetchmail means?"
- Reply: Grant Edwards: "Re: Anyone know what 512 as a return code for fetchmail means?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 28 May 2004 18:55:45 +0000 To: python-list@python.org
Hi,
I've been playing with the python interpreter and fetchmail on a linux
system.
I created a userid and put a couple of emails out there. I've tried both
imap and pop3 but both give an answer of 512. I have also removed the
files via a normal remove on the server and then done the below and it
always returns 512.
>>>import os
>>>cmd = 'fetchmail -c -p POP3 -s pop.duneram.com -u spam'
>>>os.system(cmd)
512
Thanks,
David Stockwell
-------
Cell: http://cellphone.duneram.com/index.html
Cam: http://www.duneram.com/cam/index.html
Tax: http://www.duneram.com/index.html
_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar – get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
- Next message: Grant Edwards: "Re: Anyone know what 512 as a return code for fetchmail means?"
- Previous message: Kylotan: "mod_python confusion"
- Next in thread: Grant Edwards: "Re: Anyone know what 512 as a return code for fetchmail means?"
- Reply: Grant Edwards: "Re: Anyone know what 512 as a return code for fetchmail means?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|