From owner-freebsd-questions@FreeBSD.ORG Sun Aug 15 00:18:22 2004 Return-Path: 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 115CC16A4CE for ; Sun, 15 Aug 2004 00:18:22 +0000 (GMT) Received: from smtp3.adl2.internode.on.net (smtp3.adl2.internode.on.net [203.16.214.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70BE243D39 for ; Sun, 15 Aug 2004 00:18:21 +0000 (GMT) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp137-206.lns1.adl2.internode.on.net [150.101.137.206])i7F0IDHY042254; Sun, 15 Aug 2004 09:48:13 +0930 (CST) From: Malcolm Kay Organization: at home To: Lowell Gilbert , SD , Alex de Kruijff Date: Sun, 15 Aug 2004 09:48:12 +0930 User-Agent: KMail/1.5.4 References: <200408141740.58105.malcolm.kay@internode.on.net> <20040814142349.GA884@alex.lan> <44fz6p4w8u.fsf@be-well.ilk.org> In-Reply-To: <44fz6p4w8u.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408150948.12920.malcolm.kay@internode.on.net> cc: freebsd-questions@freebsd.org Subject: Re: Fetchmail/Sendmail rejects X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Aug 2004 00:18:22 -0000 On Sunday 15 August 2004 00:12, Lowell Gilbert wrote: > Alex de Kruijff writes: > > On Sat, Aug 14, 2004 at 05:40:58PM +0930, Malcolm Kay wrote: > > > Is there some reasonable way of disposing of these messages. > > > > Fetchmail (nor getmail) will do this for you. > > Specifically, see the "SPAM FILTERING" section of the fetchmail(1) > manual, and the --antispam option. > > Figure out what kind of error response sendmail is giving for the > problem messages, and make sure fetchmail knows that it is allowed to > throw those messages away. On Sunday 15 August 2004 04:15, SD wrote: > > "-Z 451" on cli will have fetchmail trash all messages for which MTA > returns code 451. There's an equivilent fetchmailrc option (antispam > iirc). Thanks guys for the responses -- this really looks the way to go. Does anyone know how sendmail distinguishes between: reject=451 4.1.8 Domain of sender address ................ does not resolve reject=553 5.1.8 .......... Domain of sender address .............. does not exist It seems the former is to be interpreted as a 'temporary' condition while the latter is to be interpreted as 'permanent' (and is by default deleted by fetchmail)? Thanks Malcolm