From owner-freebsd-questions@FreeBSD.ORG Tue Oct 4 03:08:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9415616A41F for ; Tue, 4 Oct 2005 03:08:20 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D2FA43D48 for ; Tue, 4 Oct 2005 03:08:19 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 12625 invoked from network); 4 Oct 2005 13:08:19 +1000 Received: from andromeda.lef.com.au (HELO ?10.168.101.24?) (210.8.93.2) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 4 Oct 2005 13:08:18 +1000 Message-ID: <4341F21C.8030006@meijome.net> Date: Tue, 04 Oct 2005 13:08:12 +1000 From: Norberto Meijome User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20051003074756.D439.GERARD@seibercom.net> In-Reply-To: <20051003074756.D439.GERARD@seibercom.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Logging Program Action X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2005 03:08:20 -0000 Gerard Seibert wrote: > I am using FreeBSD 5.4. Presently, I am using DADA Mail, a mass mailing > program similar to MailMan. The program runs fine under FreeBSD, with > one exception. > > When the program "POPs" a message from the mailbox set up for it, it > fails to delete the message. This leads to the message being resent > endlessly unless I remove it manually. The programs' author, Justine > Simoni, has been unable to correct this problem. > > For the record, I am using QPOPPER, the latest version. If I access this > mailbox with my usual MUA, the message is downloaded and deleted > normally. > > What I am looking for is a program that can log everything that the DADA > module is doing when it runs. Specifically, when the module that > accesses the mailbox runs, if possible. Perhaps I could then find out > what the problem is. DADA is written in PERL. > > Hi Gerard, why not use ethereal to snoop the POP3 / IMAP traffic (not sure which one you are actually using..it sounds like POP) - get a trace for both products and compare. I have a feeling that DADA doens't issue the DEL command after downloading the email. Or maybe it doens't close the finalise the pop3 session properly and the server leaves the mail behind (though I'm not even sure that is the expected behaviour). then, once you know what the difference is, add the correct calls to DADA's code. Best, Beto