Re: spoofed Received header

2004-09-30 Thread David Brodbeck
Nate Schindler wrote: I do this for my personal server. It's easy to do this with sendmail. It's not so easy with Exchange/Outlook which is what work uses, unfortunately. If you're the Exchange admin, you can do it. Just add another SMTP address for the account.

RE: spoofed Received header

2004-09-30 Thread Nate Schindler
> Perhaps you might consider a disposable-email-address > factory. Generate a disposable email address that forwards > to your real email address. Then sign the disposable email > address up for the list. > > If you start getting spam at that email address, discontinue > the email address.

RE: spoofed Received header

2004-09-30 Thread Nate Schindler
> -Original Message- > From: Kris Deugau [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 30, 2004 3:24 PM > To: users@spamassassin.apache.org > Subject: Re: spoofed Received header > > Er, I think you're getting your terminology mixed up. Those > a

RE: spoofed Received header

2004-09-30 Thread Matthew.van.Eerde
Kris Deugau wrote: > Nate Schindler wrote: >> I try to treat my e-mail address as if it were my personal phone >> number. I don't sign up with many mailing lists for this reason... >> but I love SpamAssassin, so I've made an exception. ;) Well, that, >> and I wanted to track issues with v3. ... >

Re: spoofed Received header

2004-09-30 Thread Kris Deugau
Nate Schindler wrote: > There are two From lines in an incoming message, mail from, and the > envelope from which is in the data portion. Er, I think you're getting your terminology mixed up. Those are usually considered to be the same thing (ie, the SMTP "MAIL FROM:" == envelope sender). I thin

RE: spoofed Received header

2004-09-30 Thread Nate Schindler
> -Original Message- > From: Will Yardley [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 30, 2004 12:58 PM > To: users@spamassassin.apache.org > Subject: Re: spoofed Received header > > > On Thu, Sep 30, 2004 at 12:50:04PM -0700, Nate Schindler wrote: >

Re: spoofed Received header

2004-09-30 Thread Will Yardley
On Thu, Sep 30, 2004 at 12:50:04PM -0700, Nate Schindler wrote: > I actually block all incoming mail that claims to be from my domain. > The only problem is that I don't get copies of messages that I send to > some lists, such as this one. But... as far as I'm concerned, if a > mail server isn't

RE: spoofed Received header

2004-09-30 Thread Nate Schindler
ren Wilton [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 3:22 PM To: users@spamassassin.apache.org Subject: Re: spoofed Received header > Received: from 64.239.129.105 ([:::219.144.149.91]) > From: "Trina Parr" <[EMAIL PROTECTED]> > > where in Receive

Re: spoofed Received header

2004-09-29 Thread Loren Wilton
> Received: from 64.239.129.105 ([:::219.144.149.91]) > From: "Trina Parr" <[EMAIL PROTECTED]> > > where in Received: 1st ip is my mx, but 2nd is spammers host > and in From: name is some arbitrary name with my email address > > is it possible to make regex in local.cf that would check that bot

Re: spoofed Received header

2004-09-29 Thread LuKreme
On 29 Sep 2004, at 04:27, Moshe Gurvich wrote: Hi, most of the spam that gets through spamassassin has this kind of header: Received: from 64.239.129.105 ([:::219.144.149.91]) From: "Trina Parr" <[EMAIL PROTECTED]> where in Received: 1st ip is my mx, but 2nd is spammers host and in From: name

spoofed Received header

2004-09-29 Thread Moshe Gurvich
Hi, most of the spam that gets through spamassassin has this kind of header: Received: from 64.239.129.105 ([:::219.144.149.91]) From: "Trina Parr" <[EMAIL PROTECTED]> where in Received: 1st ip is my mx, but 2nd is spammers host and in From: name is some arbitrary name with my email address is