SA Bugzilla – Bug 2433
parse-rules-for-masses not reporting multiple scores
Last modified: 2003-09-11 04:25:17 UTC
There seems to be code to detect multiple scores, but it doesn't seem to catch them. It seems to affect the network scores a bit: 'RCVD_IN_NJABL_SPAM' => { 'tflags' => 'net', 'lang' => '', 'score' => '0', 'issubrule' => '0', 'type' => 'header', 'describe' => 'NJABL: Senderechner ist bestätigter Spam-Versender' 'RAZOR2_CHECK' => { 'tflags' => 'net', 'lang' => '', 'score' => '0', 'issubrule' => '0', 'type' => 'full', 'describe' => 'Uvedený v zozname Razor2, pozri http://razor.sf.net/' (Not sure why it's in German, either. Is it hitting those tests after the other ones?)
usage: ./parse-rules-for-masses [-d rulesdir] [-o outputfile] [-s scoreset] rulesdir defaults to ../rules outputfile defaults to ./tmp/rules.pl scoreset default to 0 ^^^^^^^^ Blah...should have looked at the code closer.
Subject: Re: [SAdev] New: parse-rules-for-masses not reporting multiple scores On Thu, Sep 11, 2003 at 12:29:15PM -0700, bugzilla-daemon@bugzilla.spamassassin.org wrote: > There seems to be code to detect multiple scores, but it doesn't seem to catch > them. It seems to affect the network scores a bit: This isn't a bug, parse-rules takes a scoreset parameter and puts the right score in the output file. > 'describe' => 'NJABL: Senderechner ist > bestätigter Spam-Versender' > > (Not sure why it's in German, either. Is it hitting those tests after the > other ones?) that's because it reads all of the cf files, ignoring the language configs, and german is apparently the last description listed.