From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43306 Path: main.gmane.org!not-for-mail From: Dmitry Bely Newsgroups: gmane.emacs.gnus.general Subject: Re: Debugging POP3 Date: 26 Feb 2002 12:34:23 +0300 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035178421 16912 80.91.224.250 (21 Oct 2002 05:33:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:33:41 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: (qmail 6706 invoked from network); 26 Feb 2002 15:19:23 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 26 Feb 2002 15:19:23 -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 16fjMV-00022b-00; Tue, 26 Feb 2002 09:17:51 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 26 Feb 2002 09:17:51 -0600 (CST) Original-Received: from epithumia.math.uh.edu (epithumia.math.uh.edu [129.7.128.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA20315 for ; Tue, 26 Feb 2002 09:17:42 -0600 (CST) Original-Received: (from tibbs@localhost) by epithumia.math.uh.edu (8.11.2/8.11.1) id g1QFHba27689 for ding@hpc.uh.edu; Tue, 26 Feb 2002 09:17:37 -0600 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 DAA19274 for ; Tue, 26 Feb 2002 03:36:23 -0600 (CST) Original-Received: (qmail 10978 invoked by alias); 26 Feb 2002 09:36:17 -0000 Original-Received: (qmail 10966 invoked from network); 26 Feb 2002 09:36:16 -0000 Original-Received: from relay.rinet.ru (195.54.192.35) by gnus.org with SMTP; 26 Feb 2002 09:36:16 -0000 Original-Received: (from uucp@localhost) by relay.rinet.ru (8.11.6/8.11.6) with UUCP id g1Q9a5121661; Tue, 26 Feb 2002 12:36:05 +0300 (MSK) X-Envelope-To: ding@gnus.org Original-Received: from bely.stormoff (BELY) [192.168.0.10] by stormoff with esmtp (Exim 3.12 #1 (Debian)) id 16fdzu-0000tz-00; Tue, 26 Feb 2002 12:34:10 +0300 X-Comment-To: Kai =?koi8-r?b?R3Jv32pvaGFubg==?= Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?koi8-r?b?R3Jv32pvaGFubg==?=) In-Reply-To: Original-Lines: 22 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:43306 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43306 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: > > Yes, I know that. As I already told you, the problem almost certainly is > > with my provider's POP3 server, not with gnus. But to prove that I need to > > show full "sent commands+server responses" log to their admin, not only > > server responses that are present in gnus' "trace of POP session" by > > default. Is it possible to get such log without rewriting the lisp code? > > Ayee. I see. I'm afraid that you do have to rewrite the Lisp code. > Does the log have to have the commands and the responses in the right > order? You could do a quick hack with pop3-send-command which just > invokes `message' on the command. Then you can pick the commands off > of the *Messages* buffer. > > But you'd need to get the sequences right. They have already fixed the problem with POP3-server without me. But I still think the tracing code in gnus should be corrected. An exapmle is VM which does it right. Maybe I will modify gnus tracing some day... Hope to hear from you soon, Dmitry