You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pop3-dev@httpd.apache.org by Sung Kim <hu...@soe.ucsc.edu> on 2003/09/27 02:45:05 UTC

Tow dots problem?

Hello,

I tried to use httpd_pop and my pop3 client just hang. I figured the 
list command returns two dots:

list
+OK 4 messages (1608 octets)
1 401
2 410
3 394
4 399
..

Also top commands returns two dots as well:
top 1 2
+OK
 From hunkim@ocean.cse.ucsc.edu Fri Sep 26 15:19:50 2003
Received: (from hunkim@localhost)
        by ocean.cse.ucsc.edu (8.11.6/8.11.4) id h8QNGdM02092
        for hunkim@catacomb.mine.nu; Fri, 26 Sep 2003 16:16:39 -0700
Date: Fri, 26 Sep 2003 16:16:39 -0700
From: Sung Kim <hu...@soe.ucsc.edu>
Message-Id: <20...@ocean.cse.ucsc.edu>
To: hunkim@catacomb.mine.nu
Subject: test
 
 
wefewf
..

But adding ap_rflush(r) after rprint functions, the problem was solved.
Do you have any idea on that? I guess pop_crlf_esacpe_filter does 
something, but not sure.

- Sung Kim