From owner-freebsd-isp Sun Feb 2 18:50:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA02730 for isp-outgoing; Sun, 2 Feb 1997 18:50:54 -0800 (PST) Received: from revelstone.jvm.com (revelstone.jvm.com [207.98.213.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA02710; Sun, 2 Feb 1997 18:50:50 -0800 (PST) Received: (from fbsdlist@localhost) by revelstone.jvm.com (8.7.5/8.6.12) id VAA12132; Sun, 2 Feb 1997 21:50:49 -0500 (EST) Date: Sun, 2 Feb 1997 21:50:48 -0500 (EST) From: Cliff Addy To: freebsd-questions@freebsd.org, freebsd-isp@freebsd.org Subject: mailbot wars Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I was fiddling with creating a mail autoresponder and can't see how to solve a problem. I was using the .forward mechanism to pipe email into a perl script and autorespond to the sender. It works fine, but what happens if I receive email from a person running an autoresponder themselves? Then my mailbot emails a confirmation to them, their mailbot responds to me, mine to theirs, and all hell breaks loose. Is there any way to avoid this situation? I thought of putting a particular string in the response subject, then look for it and don't respond to email that contains it. However, an autoresponder could respond back to me with a generic subject, then all hell breaks loose again. Any and all suggestions appreciated. Well, maybe not *all* suggestions :) Cliff