From owner-freebsd-current Thu Jul 24 10:16:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA12374 for current-outgoing; Thu, 24 Jul 1997 10:16:17 -0700 (PDT) Received: from shell.uniserve.com (tom@shell.uniserve.com [204.244.210.252]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA12368 for ; Thu, 24 Jul 1997 10:16:13 -0700 (PDT) Received: from localhost (tom@localhost) by shell.uniserve.com (8.8.5/8.8.5) with SMTP id KAA27389; Thu, 24 Jul 1997 10:13:27 -0700 (PDT) X-Authentication-Warning: shell.uniserve.com: tom owned process doing -bs Date: Thu, 24 Jul 1997 10:13:27 -0700 (PDT) From: Tom To: Jonathan Mini cc: Support user , Bruce Evans , freebsd-current@FreeBSD.ORG Subject: Re: spam filter blocks legitimate sender In-Reply-To: <19970724003332.04757@micron.efn.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 24 Jul 1997, Jonathan Mini wrote: > Support user stands accused of saying : > > G'day Bruce, > > > > > Zeta is said to be "over spam-rampant and hates us poor dynamic IP folks" :-). > > > > The fix, for the person trying to send the mail, is very easy ... simply > > use your real E-mail address in the "From" envelope header. > > Ahhh. But I do. The problem is that my hostname "micron.efn.org" doesn't > exist, even though my headers all refer to "j_mini@efn.org" (which is my real > email address). No. Envelope sender != header sender. Your headers are correct, but the envelope is not. The envelope information travels outside the message (via SMTP). You simply need to tell your mail system to use the correct envelope sender address, and it will work fine. Your hostname of micron.efn.org has NOTHING to do with it. Tom