From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43252 Path: main.gmane.org!not-for-mail From: Dmitry Bely Newsgroups: gmane.emacs.gnus.general Subject: Debugging POP3 Date: 22 Feb 2002 21:24:24 +0300 Organization: DB @ somewhere Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035178375 16596 80.91.224.250 (21 Oct 2002 05:32:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:32:55 +0000 (UTC) Return-Path: Original-Received: (qmail 25909 invoked from network); 22 Feb 2002 18:26:22 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 22 Feb 2002 18:26:22 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16eKN5-0000CS-00; Fri, 22 Feb 2002 12:24:39 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 22 Feb 2002 12:24:38 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id MAA03039 for ; Fri, 22 Feb 2002 12:24:25 -0600 (CST) Original-Received: (qmail 25778 invoked by alias); 22 Feb 2002 18:24:19 -0000 Original-Received: (qmail 25773 invoked from network); 22 Feb 2002 18:24:18 -0000 Original-Received: from ingebrigtsen.no (HELO quimby2.netfonds.no) (195.204.10.66) by gnus.org with SMTP; 22 Feb 2002 18:24:18 -0000 Original-Received: from news by quimby2.netfonds.no with local (Exim 3.12 #1 (Debian)) id 16eKO9-0002fu-00 for ; Fri, 22 Feb 2002 19:25:45 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 23 Original-NNTP-Posting-Host: d104.p9.col.ru Original-X-Trace: quimby2.netfonds.no 1014402345 9837 212.248.7.104 (22 Feb 2002 18:25:45 GMT) Original-X-Complaints-To: usenet@quimby2.netfonds.no Original-NNTP-Posting-Date: 22 Feb 2002 18:25:45 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Civil Service (Windows)) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:43252 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43252 I have a problem with my POP3-server (it goes stuck in the end of the session). Gnus is probably nothing to do with that, but I am trying to find out what's going on. Session log might help: +OK mPOP POP3 server ready <88089.1014401817@mail.ru>^M +OK Password required for user dbely^M +OK dbely@mail.ru maildrop has 13 messages (45558 octets)^M +OK 13 messages (45558 octets)^M 1 3018 2 4483 3 2569 [...] +OK message 3 deleted^M +OK message 2 deleted^M +OK message 1 deleted^M [goes stuck here] but it contains only _responses_ from pop3 server, not commands issued by gnus. So the question: Is it possible to see both commands and responses in the session log? Hope to hear from you soon, Dmitry