From owner-freebsd-questions@FreeBSD.ORG Sun Jun 29 18:15:53 2003 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 AC1DA37B401 for ; Sun, 29 Jun 2003 18:15:53 -0700 (PDT) Received: from dragoncrest.jasnetworks.net (dragoncrest.jasnetworks.net [65.194.254.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB56343FDD for ; Sun, 29 Jun 2003 18:15:52 -0700 (PDT) (envelope-from dragoncrest@voyager.net) Received: from works.voyager.net (bsdbox [192.168.0.3])h5TLSrW6056303 for ; Sun, 29 Jun 2003 21:28:54 GMT (envelope-from dragoncrest@voyager.net) Message-Id: <5.2.0.9.2.20030629212112.00a0b810@pop.voyager.net> X-Sender: dragoncrest@pop.voyager.net X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Sun, 29 Jun 2003 21:25:02 -0400 To: freebsd-questions@FreeBSD.ORG From: Dragoncrest Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Setting sendmail to auto block repeated denied sender? 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: Mon, 30 Jun 2003 01:15:54 -0000 HI all. Shot in the dark here, but I was just wondering if there was a way to get sendmail to automatically block or discard any messages (preferably discard) any messages from a particular email address that are repeatedly rejected due to unresolvable domain names. About every day I'll get a spam message that has an invalid email addy on it that won't resolve, so when fetchmail tries to deliver it, it gets rejected and fetchmail doesn't delete it off the server. I'd like to eliminate that of possible. I would like sendmail to automatically just set that particular rejected email address to auto discard after 10 consecutive rejections for a period of 24 hours so that fetchmail doesn't allow a ton of mail to pile up on the remote server because the local sendmail instance is rejecting its delivery. If this is possible, let me know how to do it. Thanks.