Re: Problem with a Rule

2005-03-03 Thread Matt Kettler
At 10:51 AM 3/3/2005, Jon McGreevy wrote: I am running SA 2.64 and trying to create a rule so that peoples email inside the organization will not be marked as spam I am trying to use the header option and it is not working Here is what I have so far From =~ /[EMAIL PROTECTED]/I My organization is @

RE: Problem with a Rule

2005-03-03 Thread Gray, Richard
Use header LOCAL_MAIL From =~ /[EMAIL PROTECTED]/I Alternatively whitelist_from [EMAIL PROTECTED] This is generally not considered a good idea tho, because these headers are very easy to forge. (viruses tend to masquarade as internal->internal mail) R -Original Message- From: Jon Mc

Re: Problem with a Rule

2005-03-03 Thread Martin Hepworth
Jon doing it this way will give problems when the spammers fake the senders to be 'from' your domain. This is quite a popular trick. I use MailScanner as my driver for SA and with that I can check which ip the email came from. If it's on my network I don't run SA. There's prob a way to build a

RE: Problem with a Rule

2005-03-03 Thread Andy Jezierski
"Gray, Richard" <[EMAIL PROTECTED]> wrote on 03/03/2005 10:03:16 AM: > Use > > header  LOCAL_MAIL From =~ /[EMAIL PROTECTED]/I > > Alternatively > > whitelist_from [EMAIL PROTECTED] > > This is generally not considered a good idea tho, because these headers > are very easy to forge. (viruses

RE: Problem with a Rule

2005-03-03 Thread Jon McGreevy
Tried both of those and not successful, anymore ideas -Original Message- From: Gray, Richard [mailto:[EMAIL PROTECTED] Sent: Thursday, March 03, 2005 10:03 AM To: [EMAIL PROTECTED]; users@spamassassin.apache.org Subject: RE: Problem with a Rule Use header LOCAL_MAIL From =~ /[EMAIL

RE: Problem with a Rule

2005-03-03 Thread Chris Santerre
> >Jon McGreevy wrote: >> I am running SA 2.64 and trying to create a rule so that >peoples email >> inside the organization will not be marked as spam >> >> I am trying to use the header option and it is not working >> >> Here is what I have so far >> >> From =~ /[EMAIL PROTECTED]/I >> >> My

RE: Problem with a Rule

2005-03-03 Thread Jon McGreevy
IP won't really work since most people webmail from all over -Original Message- From: Martin Hepworth [mailto:[EMAIL PROTECTED] Sent: Thursday, March 03, 2005 10:09 AM To: [EMAIL PROTECTED] Cc: users@spamassassin.apache.org Subject: Re: Problem with a Rule Jon doing it this way

RE: Problem with a Rule

2005-03-03 Thread Jon McGreevy
I am kind of new to this, I use SAConf to change my rules, so how do I run spamassassin -tD -Original Message- From: Matt Kettler [mailto:[EMAIL PROTECTED] Sent: Thursday, March 03, 2005 10:04 AM To: [EMAIL PROTECTED]; users@spamassassin.apache.org Subject: Re: Problem with a Rule At 10

RE: Problem with a Rule

2005-03-03 Thread Andy Jezierski
> To: [EMAIL PROTECTED] > Cc: users@spamassassin.apache.org > Subject: Re: Problem with a Rule > > Jon > > doing it this way will give problems when the spammers fake the senders > to be 'from' your domain. This is quite a popular trick. > > I use MailScan

RE: Problem with a Rule

2005-03-03 Thread Andy Jezierski
> To: [EMAIL PROTECTED]; users@spamassassin.apache.org > Subject: RE: Problem with a Rule > > Use > > header  LOCAL_MAIL From =~ /[EMAIL PROTECTED]/I > > Alternatively > > whitelist_from [EMAIL PROTECTED] > > This is generally not considered a good idea tho, because the

RE: Problem with a Rule

2005-03-03 Thread Matt Kettler
At 11:17 AM 3/3/2005, Jon McGreevy wrote: I am kind of new to this, I use SAConf to change my rules, so how do I run spamassassin -tD That's a command line program, not a configuration option. It's a way of actually starting spamassassin from the command line with the "test mode" and "debug outpu

Re: Problem with a Rule

2005-03-04 Thread Steven Dickenson
Jon McGreevy wrote: Tried both of those and not successful, anymore ideas Why are you processing outgoing mail? How are you calling SpamAssassin? I would look at bypassing SA for outgoing mail. Steven