From owner-cvs-all@FreeBSD.ORG Thu Feb 9 09:58:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FE4416A420; Thu, 9 Feb 2006 09:58:29 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4060243D48; Thu, 9 Feb 2006 09:58:29 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k199wT6U086514; Thu, 9 Feb 2006 09:58:29 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k199wTK1086513; Thu, 9 Feb 2006 09:58:29 GMT (envelope-from garga) Message-Id: <200602090958.k199wTK1086513@repoman.freebsd.org> From: Renato Botelho Date: Thu, 9 Feb 2006 09:58:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/qmail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2006 09:58:29 -0000 garga 2006-02-09 09:58:27 UTC FreeBSD ports repository Modified files: mail/qmail Makefile distinfo Log: Add TARPIT patch by Chris Johnson What's tarpitting? It's the practice of inserting a small sleep in an SMTP session for each RCPT TO after some set number of RCPT TOs. The idea is to thwart spammers who would hand your SMTP server a single message with a long list of RCPT TOs. If a spammer were to attempt to use your server to relay a message with, say, 10,000 recipients, and you inserted a five-second delay for each recipient after the fiftieth, the spammer would be "tarpitted" and would likely assume that his connection had stalled and give up. Asked by: Joao Ricardo Mendes Pecanha Revision Changes Path 1.92 +9 -0 ports/mail/qmail/Makefile 1.45 +3 -0 ports/mail/qmail/distinfo