From owner-freebsd-questions@FreeBSD.ORG Thu May 29 17:08:42 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 A79A237B401 for ; Thu, 29 May 2003 17:08:42 -0700 (PDT) Received: from out005.verizon.net (out005pub.verizon.net [206.46.170.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7435B43F3F for ; Thu, 29 May 2003 17:08:41 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([129.44.60.214]) by out005.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030530000840.NRJJ20032.out005.verizon.net@mac.com> for ; Thu, 29 May 2003 19:08:40 -0500 Message-ID: <3ED6A10D.3030603@mac.com> Date: Thu, 29 May 2003 20:08:45 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <5.2.0.9.2.20030529085433.017db528@mail.servplex.com> <5.2.0.9.2.20030529085433.017db528@mail.servplex.com> <5.2.0.9.2.20030529172807.03781928@mail.go2france.com> In-Reply-To: <5.2.0.9.2.20030529172807.03781928@mail.go2france.com> X-Enigmail-Version: 0.75.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out005.verizon.net from [129.44.60.214] at Thu, 29 May 2003 19:08:40 -0500 Subject: Re: Spammers forged my address - help unbury me from bounces? 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: Fri, 30 May 2003 00:08:42 -0000 Len Conrad wrote: [ ... ] > They are bounce msgs from mailer-daemon, the mailer-daemon and no > spammer every read the reject text. better to make the msg say > something useful to your log file reporter than to any human. It's better to make the message be human readable, regardless of whether the person reading was the sender or you, reading the log file reporter output. > If a mailer-daemon sees its bounce-msg rejected with a 5xx, it will > discard the msg. (what else can it to with it?) The mailer-daemon is supposed to generate a DSN when the delivery attempt fails with a 5xx, and return that DSN to the sender of the original message. -Chuck