Re: Whitelists in 3.3.0

2010-01-29 Thread Bowie Bailey
McDonald, Dan wrote:

 Please excuse the top-post. This truly brain-damaged mua does not
 allow me to edit the body.

 Easiest way to disable whitelists is:

 grep -E score\ RCVD.+-
 /var/lib/spamassassin/updates_spamassassin_org/50_scores.cf | cut -d\ 
 -f1-3  /etc/mail/spamassassin/no-whitelists.cf


Does 3.3.0 get rid of the version number in that path, or did you just
forget to include it?  I haven't gotten around to upgrading yet.

Nice command line magic there!  It took me a bit to figure out how it
worked.  I never would have thought of doing it that way.

-- 
Bowie


Re: Whitelists in 3.3.0

2010-01-29 Thread Daniel J McDonald
On Fri, 2010-01-29 at 09:18 -0500, Bowie Bailey wrote:
 McDonald, Dan wrote:
 
  Please excuse the top-post. This truly brain-damaged mua does not
  allow me to edit the body.
 
  Easiest way to disable whitelists is:
 
  grep -E score\ RCVD.+-
  /var/lib/spamassassin/updates_spamassassin_org/50_scores.cf | cut -d\ 
  -f1-3  /etc/mail/spamassassin/no-whitelists.cf
 
 
 Does 3.3.0 get rid of the version number in that path, or did you just
 forget to include it? 

I forgot...  was transcribing from screen to iPhone.  So the path does
need to be updated.

  I haven't gotten around to upgrading yet.
 
 Nice command line magic there!  It took me a bit to figure out how it
 worked.  

It helps that whitelists are disabled in ruleset #1, so we can count on
a zero in that position.

As a one-liner, it is something that can be tacked on the end of a
script that calls sa-update (or in the middle, if you follow up your
sa-update with an sa-compile). Just watch out for the two spaces in the
cut command `cut -d\  -f1-3`

I never would have thought of doing it that way.

cut is one of my favorite tools.

-- 
Daniel J McDonald, CCIE # 2495, CISSP # 78281, CNX
www.austinenergy.com


Re: Whitelists in 3.3.0

2010-01-29 Thread Bowie Bailey
Daniel J McDonald wrote:
 On Fri, 2010-01-29 at 09:18 -0500, Bowie Bailey wrote:
   
 McDonald, Dan wrote:
 
 Please excuse the top-post. This truly brain-damaged mua does not
 allow me to edit the body.

 Easiest way to disable whitelists is:

 grep -E score\ RCVD.+-
 /var/lib/spamassassin/updates_spamassassin_org/50_scores.cf | cut -d\ 
 -f1-3  /etc/mail/spamassassin/no-whitelists.cf
   
 Nice command line magic there!  It took me a bit to figure out how it
 worked.  
 

 It helps that whitelists are disabled in ruleset #1, so we can count on
 a zero in that position.

 As a one-liner, it is something that can be tacked on the end of a
 script that calls sa-update (or in the middle, if you follow up your
 sa-update with an sa-compile). Just watch out for the two spaces in the
 cut command `cut -d\  -f1-3`

   
 I never would have thought of doing it that way.
 

 cut is one of my favorite tools.
   

It is more the searching for a negative score to identify the whitelists
that I thought was interesting.  I probably would have been trying to
figure out a text pattern in the rule names.  It did take me a bit to
figure out where the zero at the end was coming from!  :)

-- 
Bowie


Re: Whitelists in 3.3.0

2010-01-29 Thread LuKreme
 McDonald, Dan wrote:
 grep -E score\ RCVD.+-
 /var/lib/spamassassin/updates_spamassassin_org/50_scores.cf | cut -d\ 
 -f1-3  /etc/mail/spamassassin/no-whitelists.cf

Nice. Now I just need to decide if I wait for ports to update or just manually 
install 3.3


-- 
You try to shape the world to what you want the world to be.
Carving your name a thousand times won't bring you back to me.
Oh no, no I might as well go and tell it to the trees. Go and
tell it to the trees, yeah.




Whitelists in 3.3.0

2010-01-28 Thread LuKreme
What whitelists are enabled in SA 3.3.0 and what's the easiest way to disable 
them all?

-- 
YOU [humans] NEED TO BELIEVE IN THINGS THAT AREN'T TRUE. HOW ELSE CAN THEY 
BECOME? --Hogfather



RE: Whitelists in 3.3.0

2010-01-28 Thread McDonald, Dan
Please excuse the top-post. This truly brain-damaged mua does not allow me to 
edit the body.

Easiest way to disable whitelists is:

grep -E score\ RCVD.+- 
/var/lib/spamassassin/updates_spamassassin_org/50_scores.cf | cut -d\  -f1-3  
/etc/mail/spamassassin/no-whitelists.cf

 


Sent with Good (www.good.com)


 -Original Message-
From:   LuKreme [mailto:krem...@kreme.com]
Sent:   Thursday, January 28, 2010 08:33 PM Central Standard Time
To: users@spamassassin.apache.org
Subject:Whitelists in 3.3.0

What whitelists are enabled in SA 3.3.0 and what's the easiest way to disable 
them all?

-- 
YOU [humans] NEED TO BELIEVE IN THINGS THAT AREN'T TRUE. HOW ELSE CAN THEY 
BECOME? --Hogfather