Re: [afw-general] Hmm...strange error this morning...
Status: Alpha
Brought to you by:
zigguratt
|
From: Daniel E. <da...@sy...> - 2003-09-26 10:05:12
|
Actually, that's just a "normal" error where the nasty mail client hung up
before the pop3 server could say goodbye. Most mail headers are optional, so
it's not unusual to see no subject, sender, etc. in spam. I *thought* I
covered this particular error previously, but I made an error in the fix.
Ironic, or what? :) Anyway, I apologize. Attached is a new pop3server.py
which should replace the current one. Stop the pop3server, replace the file,
then restart the server.
Daniel
-----------------
I see dumb people
----- Original Message -----
From: "Tim Jaeger" <tj...@re...>
To: "Daniel Ellison" <da...@sy...>;
<afw...@li...>
Sent: Thursday, September 25, 2003 2:59 PM
Subject: [afw-general] Hmm...strange error this morning...
> I fired up Pop3client...and then fired up pop3server...I noticed a bit of
data being
> downloaded..so i waited a little bit..then I told my e-mail client to
check mail...then i
> started getting duplicates...and i got an "Unknown" Sender...and blank
subject file...so it
> looks like pop3server ...or something chopped up one of the e-mails
somehow..
> Here is the error msg i get in pop3server.
>
> Traceback (most recent call last):
> File "C:\Python22\lib\SocketServer.py", line 221, in handle_request
> self.process_request(request, client_address)
> File "C:\Python22\lib\SocketServer.py", line 240, in process_request
> self.finish_request(request, client_address)
> File "C:\Python22\lib\SocketServer.py", line 253, in finish_request
> self.RequestHandlerClass(request, client_address, self)
> File "C:\Python22\lib\SocketServer.py", line 514, in __init__
> self.handle()
> File "pop3server.py", line 154, in handle
> self.cmdmap[request[0]](request)
> File "pop3server.py", line 307, in OnDeleteMessage
> return self.SendMappedResponse('OK_DELETE')
> File "pop3server.py", line 84, in SendMappedResponse
> except error, pair:
> NameError: global name 'error' is not defined
>
> If I look at the RAW data..in my e-mail client...this is what the "Blank"
email looks like.
>
> X-PMFLAGS: 128 0 1 PLF4JDJN.CNM
>
> --part1_27.483a7f75.2ca3a2bf_boundary
> Content-Type: text/html; charset="US-ASCII"
> Content-Transfer-Encoding: quoted-printable
>
> <HTML><FONT FACE=3Darial,helvetica><FONT SIZE=3D3 FAMILY=3D"SERIF"
FACE=3D"=
> Times New Roman" LANG=3D"0">Why did the fish cross the sea??????<BR>
> <BR>
> ..<BR>
> To get to the other TIDE :) !!!!!!!!!!</FONT><FONT COLOR=3D"#000000"
style=
> =3D"BACKGROUND-COLOR: #ffffff" SIZE=3D2 FAMILY=3D"SERIF" FACE=3D"Times New
R=
> oman" LANG=3D"0"><BR>
> </FONT></HTML>
>
> --part1_27.483a7f75.2ca3a2bf_boundary--
>
> If you need any more info let me know...
>
> -- Tim Jaeger
> company: Remnant Publications
> e-mail: tj...@re...
> bus. phone: 517-279-1304
> fax phone: 517-279-1804
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> afw-general mailing list
> afw...@li...
> https://lists.sourceforge.net/lists/listinfo/afw-general
>
|