From owner-freebsd-isp Mon Jul 3 5:51:43 2000 Delivered-To: freebsd-isp@freebsd.org Received: from ns.internet.dk (ns.internet.dk [194.19.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 1445737C0E0 for ; Mon, 3 Jul 2000 05:51:37 -0700 (PDT) (envelope-from leifn@neland.dk) Received: (from uucp@localhost) by ns.internet.dk (8.9.3/8.9.3) with UUCP id OAA70573; Mon, 3 Jul 2000 14:50:46 +0200 (CEST) (envelope-from leifn@neland.dk) Received: from localhost (localhost [127.0.0.1]) by arnold.neland.dk (8.9.3/8.9.3) with ESMTP id OAA75558; Mon, 3 Jul 2000 14:46:39 +0200 (CEST) (envelope-from leifn@neland.dk) Date: Mon, 3 Jul 2000 14:46:39 +0200 (CEST) From: Leif Neland To: Dave Wilson Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Fetchmail hassles....any ideas ? In-Reply-To: <00f701bfe4bf$96c14c00$112821c4@sai.co.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 3 Jul 2000, Dave Wilson wrote: > Hi Guys, howzit going ? > > I have already mailed the fetchmail mailing list about this hassle, I'm > really desperate to sort out this problem and was wondering if anyone in > FreeBSD-ISP had experienced the same hassle before ? > > I'm running fetchmail in Multiuser mode, what happens is that when a message > comes in with a large number of recipients (like a mailing list), it fails > to recognise some of the recipients as local, this is the error I get: > > X-Fetchmail-Warning: no recipient addresses matched declared local names Not having looked at the source, I have a guess: As it breaks on lists with many names, it could be a buffer which is too short. Try inspecting the code for buffers which can be made larger. Leif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message