https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6323

Adam Katz <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #17 from Adam Katz <[email protected]> 2010-03-31 16:00:28 UTC ---
(In reply to comment #14)
> Should it be committed to 3.3 too?

Yes, and it appears already done:

$ sa_update_grep() {
  ver=`echo $1 |sed -r 's/([0-9])\.([0-9])\.([0-9])/\3.\2.\1/'`
  file=`host -t txt $ver.updates.spamassassin.org |egrep -o '[0-9]{4,}'`
  wget -qO - http://www.sa-update.pccc.com/$file.tar.gz |zgrep -a "$2"
}
$ sa_update_grep 3.3.0 'score.*GECKO'
$ sa_update_grep 3.2.0 'score.*GECKO'
50_scores.cf:score RATWARE_GECKO_BUILD 0 # n=0 n=1 n=2 n=3
$

$ cd ~/sa/trunk
$ svn update
At revision 929592.
$ grep -r GECKO rules/*cf
$

(all of 3.3.x shares the same update file, ditto for 3.2.x)

So it's zeroed on 3.2.x and removed from 3.3.x and the trunk.

Closing.

-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to