Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: SpamAssassin: devel

[Bug 6155] generate new scores for 3.3.0 release

 

 

First page Previous page 1 2 3 4 5 6 Next page Last page  View All SpamAssassin devel RSS feed   Index | Next | Previous | View Threaded


bugzilla-daemon at bugzilla

Sep 20, 2009, 11:04 AM

Post #1 of 147 (1417 views)
Permalink
[Bug 6155] generate new scores for 3.3.0 release

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

--- Comment #38 from Justin Mason <jm[at]jmason.org> 2009-09-20 11:03:56 PDT ---
reminder for myself. Things that need to be done to the rules before running
the GA:

- ensure JM_SOUGHT* is removed from the logs and ruleset

- bug 6156: remove all refs to RCVD_IN_PSBL in logs where "reuse=no", replace
with RCVD_IN_PSBL_2WEEKS to more accurately model "near-live" DNSBL lookups

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


bugzilla-daemon at bugzilla

Sep 22, 2009, 1:38 PM

Post #2 of 147 (1305 views)
Permalink
[Bug 6155] generate new scores for 3.3.0 release [In reply to]

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

--- Comment #39 from Warren Togami <wtogami[at]redhat.com> 2009-09-22 13:38:15 PDT ---
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6156#c59
Here I noticed that RCVD_IN_PSBL was not firing at all in my mcsnapshot
masschecks, but working just fine in nightly_mass_check given the same
./mass-check syntax.

http://wiki.apache.org/spamassassin/RescoreDetails
perl Makefile.PL < /dev/null
make

My mass-check box did not have gcc installed so I wasn't doing the "make" step.
After I installed gcc and used "make", then RCVD_IN_PSBL began working in
mcsnapshot.

rsync -vrz --delete \
rsync://rsync.spamassassin.org/tagged_builds/nightly_mass_check .
I'm confused about this, because the nightly_mass_check that I obtain via rsync
does not require "make". RCVD_IN_PSBL works fine there.

Questions...

1) Does mass-check actually need gcc and "make" beforehand?
2) If so, why is nightly_mass_check working without it?
3) Is this a separate bug that mass-check succeeds, but is silently failing on
some rules?

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


bugzilla-daemon at bugzilla

Sep 22, 2009, 1:52 PM

Post #3 of 147 (1301 views)
Permalink
[Bug 6155] generate new scores for 3.3.0 release [In reply to]

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

--- Comment #40 from Warren Togami <wtogami[at]redhat.com> 2009-09-22 13:52:39 PDT ---
4) Are other people doing rescore masschecks uploading bogus logs due to this
silent failure?

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


bugzilla-daemon at bugzilla

Sep 22, 2009, 2:24 PM

Post #4 of 147 (1304 views)
Permalink
[Bug 6155] generate new scores for 3.3.0 release [In reply to]

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

--- Comment #41 from Justin Mason <jm[at]jmason.org> 2009-09-22 14:24:06 PDT ---
it's good practice to use "hit-frequencies"
(http://wiki.apache.org/spamassassin/HitFrequencies) to examine your results
and see if anything looks broken.

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


bugzilla-daemon at bugzilla

Sep 22, 2009, 8:12 PM

Post #5 of 147 (1296 views)
Permalink
[Bug 6155] generate new scores for 3.3.0 release [In reply to]

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

--- Comment #42 from Daryl C. W. O'Shea <spamassassin[at]dostech.ca> 2009-09-22 20:12:25 PDT ---
I've uploaded my results, but they don't have bayes enabled. Why, again,
aren't we reusing bayes results?

I've kicked off another round with bayes enabled (my net enabled check took
13.4 hours), I'm waiting on timing to see how long it'll take. I may have to
setup a SQL server on the cluster to do it in a reasonable amount of time.

In any case, I don't think we have enough message results contributed yet for a
good scoreset. We have way less than for 3.2.0, although from a larger number
of contributors. Is there any chance we might see results from Theo?

(In reply to comment #15)
> Should I bother to continue recruiting more masscheck participants after this
> rescore?

I would. A larger number of people submitting from *clean* corpora will allow
us to provide updated scores more often. As it is now the scores I'm
generating now (well broken right now, but I'll fix it soon) swing quite a bit.
I suspect it's due too not enough submitters and not enough messages.


(In reply to comment #17)
> > the base ruleset (non-sandbox rules) won't change scores, so this is important.
> > For nightly masschecks, the only scores affected will be those of sandbox
> > rules. So only about 1/2 of the ruleset, I'd reckon.
>
> I am curious, do you remember the original reason for this design decision?

I felt that we didn't have a large enough nightly/weekly corpus to reliable
change all of the scores. I could generate two versions of the scores... with
and without locking the base set of scores.

> Might there be value in making the entire ruleset scores affected by nightly
> masshecks?

I think we need a larger nightly/weekly corpus before we do this.

(In reply to comment #18)
> iirc, the risk is that a small set of corpora (e.g. a few people take a week
> off) could cause the entire ruleset to be skewed incorrectly. This way at
> least only the most recent (sandbox) rules would be affected, so it's a bit
> safer.

Even when all of the regular contributors submitted their results the corpus
wasn't that large, so I didn't want to throw away the scores based on the much
large corpus we had for 3.2.0

> It's also faster to generate the scores, but this isn't so much of an issue
> now, as our main machine is quite beefy...

I can do it either way... cycles wasn't an issue.

> There may have been other reasons, too, but I can't find the mails :(

I probably only sent one about the topic. Some terse comments in the commit
messages for that code.

(In reply to comment #25)
> Daryl, is there a URL to your weekly scores?

Still a little broken on my end, but:

http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/scores/

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


bugzilla-daemon at bugzilla

Sep 23, 2009, 6:33 PM

Post #6 of 147 (1281 views)
Permalink
[Bug 6155] generate new scores for 3.3.0 release [In reply to]

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

--- Comment #43 from Daryl C. W. O'Shea <spamassassin[at]dostech.ca> 2009-09-23 18:33:54 PDT ---
I've now uploaded results for my 962396 messages with bayes enabled.

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


bugzilla-daemon at bugzilla

Sep 24, 2009, 4:06 AM

Post #7 of 147 (1276 views)
Permalink
[Bug 6155] generate new scores for 3.3.0 release [In reply to]

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

--- Comment #44 from Justin Mason <jm[at]jmason.org> 2009-09-24 04:06:23 PDT ---
I'm not going to be able to work on this until next week, if anyone feels the
need to re-run parts of their mass-checks before then...

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


bugzilla-daemon at bugzilla

Sep 24, 2009, 5:30 AM

Post #8 of 147 (1282 views)
Permalink
[Bug 6155] generate new scores for 3.3.0 release [In reply to]

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

--- Comment #45 from Warren Togami <wtogami[at]redhat.com> 2009-09-24 05:30:43 PDT ---
Justin, would you be able to setup a ruleqa URL sooner? Would be nice to see
how we're doing compared to the nightly.

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


bugzilla-daemon at bugzilla

Sep 25, 2009, 5:35 PM

Post #9 of 147 (1269 views)
Permalink
[Bug 6155] generate new scores for 3.3.0 release [In reply to]

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

--- Comment #46 from Mark Martinec <Mark.Martinec[at]ijs.si> 2009-09-25 17:35:10 PDT ---
Created an attachment (id=4541)
--> (https://issues.apache.org/SpamAssassin/attachment.cgi?id=4541)
freqs file on all submitted files for rescore mass-checks

> Justin, would you be able to setup a ruleqa URL sooner?
> Would be nice to see how we're doing compared to the nightly.

To give us something to chew on while we wait for the true runs,
here is the freqs.full file that I obtained while following the
RescoreMassCheck instructions from the Wiki, using all uploaded
files (from about 6 hours ago) on the submission directory,
including Daryl's.

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


bugzilla-daemon at bugzilla

Sep 25, 2009, 5:46 PM

Post #10 of 147 (1267 views)
Permalink
[Bug 6155] generate new scores for 3.3.0 release [In reply to]

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

--- Comment #47 from Mark Martinec <Mark.Martinec[at]ijs.si> 2009-09-25 17:46:28 PDT ---
Created an attachment (id=4542)
--> (https://issues.apache.org/SpamAssassin/attachment.cgi?id=4542)
resulting 'scores' file from a GA run

...and here is the resulting 'scores' file, obtained on scoreset 3
by running 'garescorer -f 0.003 -e 30000 -t 5.0' (through runGA).

Its header is:

# SUMMARY for threshold 5.0:
# Correctly non-spam: 274586 23.732% (99.965% of non-spam corpus)
# Correctly spam: 877118 75.809% (99.410% of spam corpus)
# False positives: 97 0.008% (0.035% of nonspam, 23905 weighted)
# False negatives: 5204 0.450% (0.590% of spam, 15482 weighted)
# Average score for spam: 26.2 nonspam: -1.6
# Average for false-pos: 7.7 false-neg: 3.0
# TOTAL: 1157005 100.00%

and the matching 'test' file is:

# SUMMARY for threshold 5.0:
# Correctly non-spam: 34321 99.93%
# Correctly spam: 109470 99.40%
# False positives: 23 0.07%
# False negatives: 662 0.60%
# TCR(l=50): 60.779249 SpamRecall: 99.399% SpamPrec: 99.979%

Perhaps I pushed it too far by '-f 0.003' .

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


bugzilla-daemon at bugzilla

Sep 25, 2009, 5:49 PM

Post #11 of 147 (1268 views)
Permalink
[Bug 6155] generate new scores for 3.3.0 release [In reply to]

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

Mark Martinec <Mark.Martinec[at]ijs.si> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |Mark.Martinec[at]ijs.si

--- Comment #48 from Mark Martinec <Mark.Martinec[at]ijs.si> 2009-09-25 17:49:22 PDT ---
P.S. keep in mind that I'm only playing with GA for the last two days,
after first gaining some experience by running it on my corpus only.
Take results with with a large grain of salt.

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


bugzilla-daemon at bugzilla

Sep 25, 2009, 8:36 PM

Post #12 of 147 (1261 views)
Permalink
[Bug 6155] generate new scores for 3.3.0 release [In reply to]

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

--- Comment #49 from Warren Togami <wtogami[at]redhat.com> 2009-09-25 20:36:34 PDT ---
I recruited an Italian participant for masscheck. He's ready to upload logs
for nightly masscheck and rescore masscheck. He sent a request for an rsync
account on September 11th, 2009 but did not hear back. I'm uploading logs on
his behalf soon.

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


bugzilla-daemon at bugzilla

Sep 27, 2009, 5:38 PM

Post #13 of 147 (1211 views)
Permalink
[Bug 6155] generate new scores for 3.3.0 release [In reply to]

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

Mark Martinec <Mark.Martinec[at]ijs.si> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC|Mark.Martinec[at]ijs.si |

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


bugzilla-daemon at bugzilla

Sep 28, 2009, 1:22 PM

Post #14 of 147 (1197 views)
Permalink
[Bug 6155] generate new scores for 3.3.0 release [In reply to]

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

--- Comment #50 from Justin Mason <jm[at]jmason.org> 2009-09-28 13:22:49 PDT ---
(In reply to comment #49)
> I recruited an Italian participant for masscheck. He's ready to upload logs
> for nightly masscheck and rescore masscheck. He sent a request for an rsync
> account on September 11th, 2009 but did not hear back. I'm uploading logs on
> his behalf soon.

what was his username? I thought Mark created an acct for him, but could have
confused him with someone else...

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


bugzilla-daemon at bugzilla

Sep 28, 2009, 1:24 PM

Post #15 of 147 (1204 views)
Permalink
[Bug 6155] generate new scores for 3.3.0 release [In reply to]

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

--- Comment #51 from Warren Togami <wtogami[at]redhat.com> 2009-09-28 13:24:47 PDT ---
bernie or Bernardo, not sure which he would have requested as.

Are the ::submit and nightly ::corpus accounts the same thing now?

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


bugzilla-daemon at bugzilla

Sep 28, 2009, 3:45 PM

Post #16 of 147 (1195 views)
Permalink
[Bug 6155] generate new scores for 3.3.0 release [In reply to]

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

--- Comment #52 from Mark Martinec <Mark.Martinec[at]ijs.si> 2009-09-28 15:45:03 PDT ---
> He sent a request for an rsync account on September 11th, 2009 but did not
> hear back. I'm uploading logs on his behalf soon.
>
> what was his username? I thought Mark created an acct for him, but could
> have confused him with someone else...

I did create rsync accounts for Bernie Innocenti <bernie[at]codewiz.org>
(binnocenti, 2009-09-15) and for Austin Henry (ahenry). Both received
my general reply as CC-ed to the private[at]spamassassin.apache.org ML,
plus a private mail with a password.

Bernie's MX host 83.149.158.210 accepted and confirmed both messages:

Sep 15 15:59:05 dorothy postfix/smtp[14113]: 328DD1D1C4B:
to=<bernie[at]codewiz.org>, relay=mail.codewiz.org[83.149.158.210]:25,
delay=4.6, delays=0/0/1.7/2.9, dsn=2.0.0, status=sent
(250 ok 1253023145 qp 22364)

Sep 15 16:00:04 dorothy postfix/smtp[14113]: 69A7A1D1C68:
to=<bernie[at]codewiz.org>, relay=mail.codewiz.org[83.149.158.210]:25,
delay=2.6, delays=0/0/0.72/1.9, dsn=2.0.0, status=sent\
(250 ok 1253023203 qp 22602)

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


bugzilla-daemon at bugzilla

Sep 28, 2009, 8:28 PM

Post #17 of 147 (1192 views)
Permalink
[Bug 6155] generate new scores for 3.3.0 release [In reply to]

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

--- Comment #53 from Warren Togami <wtogami[at]redhat.com> 2009-09-28 20:28:17 PDT ---
Is there a way to individual delete files over rsync? I need to delete the
"bernie" log from the ::submit directory. It seems that the rsync --delete
option is only if you are syncing entire directories.

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


bugzilla-daemon at bugzilla

Sep 29, 2009, 6:42 AM

Post #18 of 147 (1185 views)
Permalink
[Bug 6155] generate new scores for 3.3.0 release [In reply to]

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

--- Comment #54 from Mark Martinec <Mark.Martinec[at]ijs.si> 2009-09-29 06:42:11 PDT ---
> Is there a way to individual delete files over rsync? I need to delete the
> "bernie" log from the ::submit directory. It seems that the rsync --delete
> option is only if you are syncing entire directories.

I don't think the rsync is able to delete a specific file.
Just upload an empty file in its place, then we can delete
the leftovers at some time.

> Are the ::submit and nightly ::corpus accounts the same thing now?

Yes, both rsync areas currently point to the same 'secrets file' in
rsyncd.conf.

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


bugzilla-daemon at bugzilla

Sep 29, 2009, 7:08 AM

Post #19 of 147 (1184 views)
Permalink
[Bug 6155] generate new scores for 3.3.0 release [In reply to]

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

--- Comment #55 from Justin Mason <jm[at]jmason.org> 2009-09-29 07:08:20 PDT ---
(In reply to comment #54)
> > Are the ::submit and nightly ::corpus accounts the same thing now?
>
> Yes, both rsync areas currently point to the same 'secrets file' in
> rsyncd.conf.

However -- they are not the same place. They are separate directories,
allowing for people to turn back on their nightlies without overwriting the
results they've uploaded for the "rescore" mass-check.

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


bugzilla-daemon at bugzilla

Sep 29, 2009, 11:20 AM

Post #20 of 147 (1183 views)
Permalink
[Bug 6155] generate new scores for 3.3.0 release [In reply to]

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

--- Comment #56 from Mark Martinec <Mark.Martinec[at]ijs.si> 2009-09-29 11:20:06 PDT ---
Here is a set of rules in 50_scores.cf that I ended up as fixed (immutable)
for the GA run (score set 3). Most of these are already documented and labeled
as such, but it doesn't hurt to post it here as a double-check.

The score in comments of BAYES rules is what a GA run on a scoreset 3
gave me (all .log files in 'submit', except for Daryl's spam-bayes-net-dos
of which I only took a random sample of 65000 entries, not to overwhelm
the remaining data). I manually reduced BAYES_ scores a bit, as suggested
by a comment in 50_scores.cf, referring to Bug 4505).

score ALL_TRUSTED -1.360 -1.440 -1.665 -1.800
score ANY_BOUNCE_MESSAGE 0.1
score BAYES_00 -2.8 # -2.935
score BAYES_05 -1.1 # -1.148
score BAYES_20 -0.9 # -2.020
score BAYES_40 -0.5 # -2.172
score BAYES_50 0.2 # 0.326
score BAYES_60 1.5 # 2.555
score BAYES_80 2.0 # 2.133
score BAYES_95 3.2 # 3.995
score BAYES_99 3.8 # 4.495
score BOUNCE_MESSAGE 0.1
score CHALLENGE_RESPONSE 0.1
score CRBOUNCE_MESSAGE 0.1
score DKIM_ADSP_CUSTOM_HIGH 0.001
score DKIM_ADSP_CUSTOM_LOW 0.001
score DKIM_ADSP_CUSTOM_MED 0.001
score DKIM_POLICY_SIGNALL 0
score DKIM_POLICY_SIGNSOME 0
score DKIM_POLICY_TESTING 0
score DKIM_SIGNED 0.1
score DKIM_VALID -0.1
score DKIM_VALID_AU -0.1
score DKIM_VERIFIED 0
score EXTRA_MPART_TYPE 1.0
score GTUBE 1000.000
score NO_HEADERS_MESSAGE 0.001
score NO_RECEIVED -0.001
score NO_RELAYS -0.001
score RDNS_DYNAMIC 0.1
score RDNS_NONE 0.1
score SPF_HELO_PASS -0.001
score SPF_PASS -0.001
score SUBJECT_IN_BLACKLIST 100
score SUBJECT_IN_WHITELIST -100
score UNPARSEABLE_RELAY 0.001
score USER_IN_ALL_SPAM_TO -100.000
score USER_IN_BLACKLIST 100.000
score USER_IN_BLACKLIST_TO 10.000
score USER_IN_DEF_DKIM_WL -7.500
score USER_IN_DEF_SPF_WL -7.500
score USER_IN_DEF_WHITELIST -15.000
score USER_IN_DKIM_WHITELIST -100.000
score USER_IN_MORE_SPAM_TO -20.000
score USER_IN_SPF_WHITELIST -100.000
score USER_IN_WHITELIST -100.000
score USER_IN_WHITELIST_TO -6.000
score VBOUNCE_MESSAGE 0.1

One observation on the DCC scores: the calculated score on DCC_CHECK
depends on whether one is using a licensed DCC server (providing
reputation data), or not. There is a significant overlap between
DCC_CHECK hits and DCC_REPUT_99_100, so the DCC_CHECK score should
be lower when reputation data is not offered by a DCC server.

score DCC_CHECK 1.15 # no reputation data

score DCC_CHECK 0.835 # with reputation data

score DCC_REPUT_00_12 -0.9 # -0.001
score DCC_REPUT_13_19 -0.5 # -0.001
score DCC_REPUT_70_89 1.354
score DCC_REPUT_90_94 0.56
score DCC_REPUT_95_98 1.52
score DCC_REPUT_99_100 2.40

As the majority of installations probably won't be using a commercial
DCC server, it would probably be best to zero-out the DCC_REPUT_*
scores for the GA run (so as to obtain correct DCC_CHECK score).

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


bugzilla-daemon at bugzilla

Sep 29, 2009, 12:41 PM

Post #21 of 147 (1184 views)
Permalink
[Bug 6155] generate new scores for 3.3.0 release [In reply to]

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

--- Comment #57 from Warren Togami <wtogami[at]redhat.com> 2009-09-29 12:41:07 PDT ---
When do the bb rescore masschecks begin?

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


bugzilla-daemon at bugzilla

Sep 29, 2009, 1:46 PM

Post #22 of 147 (1186 views)
Permalink
[Bug 6155] generate new scores for 3.3.0 release [In reply to]

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

--- Comment #58 from Justin Mason <jm[at]jmason.org> 2009-09-29 13:46:06 PDT ---
dammit! I totally dropped the ball on that one. :( I'll need to get that set
up asap...

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


bugzilla-daemon at bugzilla

Sep 29, 2009, 4:43 PM

Post #23 of 147 (1182 views)
Permalink
[Bug 6155] generate new scores for 3.3.0 release [In reply to]

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

--- Comment #59 from Justin Mason <jm[at]jmason.org> 2009-09-29 16:43:41 PDT ---
(In reply to comment #58)
> dammit! I totally dropped the ball on that one. :( I'll need to get that set
> up asap...

ok, 5 EC2 nodes are now running mass-checks, one for each bb-* corpus; all
should be complete by tomorrow morning. yay for elastic scaling ;)

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


bugzilla-daemon at bugzilla

Sep 30, 2009, 7:53 AM

Post #24 of 147 (1119 views)
Permalink
[Bug 6155] generate new scores for 3.3.0 release [In reply to]

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

--- Comment #60 from Justin Mason <jm[at]jmason.org> 2009-09-30 07:53:26 PDT ---
and they're now uploaded. Is that everyone? Do we want to wait for any more?

Mark -- I'm on vacation for 2 weeks starting on Sunday. Can you run the GA?
it looks like you've pretty much got it working, as far as I can tell.

I've also copied the current set of logs to ruleqa under the following date:
Tue Sep 30 09:00:00 UTC 2009 and rev: 808953. That should show up at:
http://ruleqa.spamassassin.org/?daterev=20090930-r808953-n

mail counts (approx as these include header comments and too-old messages):

: 60...; wc -l submit/spam-*.log
2061 submit/spam-bayes-net-ahenry.log
6 submit/spam-bayes-net-bb-fredt.log
1418 submit/spam-bayes-net-bb-guenther_fraud.log
1846 submit/spam-bayes-net-bb-jhardin.log
2200 submit/spam-bayes-net-bb-kmcgrail.log
7191 submit/spam-bayes-net-bb-zmi.log
638 submit/spam-bayes-net-binnocenti.log
81271 submit/spam-bayes-net-bluestreak.log
931869 submit/spam-bayes-net-dos.log
98 submit/spam-bayes-net-hege-fi.log
36948 submit/spam-bayes-net-hege.log
1489714 submit/spam-bayes-net-jm.log
23768 submit/spam-bayes-net-mmartinec.log
6734 submit/spam-bayes-net-wt-en1.log
9 submit/spam-bayes-net-wt-en2.log
6 submit/spam-bayes-net-wt-en3.log
19166 submit/spam-bayes-net-wt-en4.log
6 submit/spam-bayes-net-wt-en5.log
6 submit/spam-bayes-net-wt-en6.log
126 submit/spam-bayes-net-wt-jp1.log
6 submit/spam-bayes-net-wt-jp2.log
2605087 total


: 61...; wc -l submit/ham-*.log
2657 submit/ham-bayes-net-ahenry.log
587 submit/ham-bayes-net-bb-fredt.log
9 submit/ham-bayes-net-bb-guenther_fraud.log
4307 submit/ham-bayes-net-bb-jhardin.log
6 submit/ham-bayes-net-bb-kmcgrail.log
6 submit/ham-bayes-net-bb-zmi.log
10909 submit/ham-bayes-net-binnocenti.log
87446 submit/ham-bayes-net-bluestreak.log
30539 submit/ham-bayes-net-dos.log
123556 submit/ham-bayes-net-hege-fi.log
34804 submit/ham-bayes-net-hege.log
353429 submit/ham-bayes-net-jm.log
38913 submit/ham-bayes-net-mmartinec.log
5705 submit/ham-bayes-net-wt-en1.log
3003 submit/ham-bayes-net-wt-en2.log
9906 submit/ham-bayes-net-wt-en3.log
6 submit/ham-bayes-net-wt-en4.log
5106 submit/ham-bayes-net-wt-en5.log
2110 submit/ham-bayes-net-wt-en6.log
1065 submit/ham-bayes-net-wt-jp1.log
3619 submit/ham-bayes-net-wt-jp2.log
717688 total

we could probably skip some of the spam.

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


wtogami at redhat

Sep 30, 2009, 8:32 AM

Post #25 of 147 (1118 views)
Permalink
Re: [Bug 6155] generate new scores for 3.3.0 release [In reply to]

On 09/30/2009 10:53 AM, bugzilla-daemon[at]issues.apache.org wrote:
> I've also copied the current set of logs to ruleqa under the following date:
> Tue Sep 30 09:00:00 UTC 2009 and rev: 808953. That should show up at:
> http://ruleqa.spamassassin.org/?daterev=20090930-r808953-n

When I click on that link, I see:
20090930-r820211-n (Viewing)

BTW, it seems Bugzilla is down.

Warren Togami
wtogami[at]redhat.com

First page Previous page 1 2 3 4 5 6 Next page Last page  View All SpamAssassin devel RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.