Received: with ECARTIS (v1.0.0; list gopher); Thu, 08 Aug 2002 20:55:10 -0500 (EST) Return-Path: Delivered-To: gopher@complete.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "*.myrealbox.com", Issuer "Thawte Server CA" (not verified)) by gesundheit.complete.org (Postfix) with ESMTP id E92A262F4D for ; Thu, 8 Aug 2002 20:55:09 -0500 (EST) Received: from myrealbox.com aangel@smtp-send.myrealbox.com [24.171.111.62] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.11 $ on Novell NetWare via secured & encrypted transport (TLS); Thu, 08 Aug 2002 19:55:11 -0600 Message-ID: <3D5320C3.6070807@myrealbox.com> Date: Thu, 08 Aug 2002 20:54:11 -0500 From: "Aaron J. Angel" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020710 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gopher@complete.org Subject: [gopher] Re: PyGopherd UMN Broken References: <20020807070926.GC832@complete.org> <3D515FC3.2090403@myrealbox.com> <20020807184536.GL3736@complete.org> <3D518051.50001@myrealbox.com> <20020807202456.GM21935@complete.org> <3D518457.10405@myrealbox.com> <20020807204953.GN21935@complete.org> <3D51AF28.9020508@myrealbox.com> <20020808042726.GD3593@complete.org> <3D51F8AE.4050207@myrealbox.com> <20020808164635.GA12280@complete.org> X-Enigmail-Version: 0.49.5.0 Content-type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-archive-position: 682 X-ecartis-version: Ecartis v1.0.0 Sender: gopher-bounce@complete.org Errors-to: gopher-bounce@complete.org X-original-sender: aangel@myrealbox.com Precedence: bulk Reply-to: gopher@complete.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-ID: Gopher X-List-ID: Gopher List-subscribe: List-owner: List-post: List-archive: X-list: gopher >>ignorepatt = /\.|/.cap$|/lost\+found$|/lib$|/bin$|/etc$|/dev$|~$|/\.cache|/\.forward$|/\.message$|/\.hushlogin$|/\.kermrc$|/\.notar$|/\.where$|/veronica.ctl$|/robots.txt$|/nohup.out$|/gophermap$|\.abstract$|\.keyboards$|\.ask|\.3d$|~$ > > It's the leading /\. rule. You're making the UMN directory handler ignore > any file that starts with a dot, so it does not process the .Links file at > all. I have committed a note to the offlineimap.conf comments to clarify > the situation. Why isn't that the case with files under .cap?