You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by Justin Mason <jm...@jmason.org> on 2007/01/25 19:03:51 UTC

'dup unknown type msa_networks'?

starting the rescoring mass-checks...

  : jm 731...; ./mass-check --progress --bayes --net -j 8 --restart=400 --learn=35 --reuse --after=1072933200 -f /home/jm/nightlymc/targets
  config: dup unknown type msa_networks, Mail::SpamAssassin::NetSet
  config: dup unknown type msa_networks, Mail::SpamAssassin::NetSet
  status: starting scan stage                              now: 2007-01-25
  18:00:10

  : jm 732...; cat spamassassin/user_prefs
  bayes_auto_learn 0
  lock_method flock
  bayes_store_module Mail::SpamAssassin::BayesStore::SDBM
  use_auto_whitelist 0

  trusted_networks 69.147.83.53 69.147.83.54 69.147.83.52 80.169.141.78
  internal_networks 80.169.141.78


What's up with the 'dup unknown type msa_networks' warning?
Is this going to affect mass-check results?  Do we need to fix, recut
another tarball and restart?

--j.

Re: 'dup unknown type msa_networks'?

Posted by "Daryl C. W. O'Shea" <sp...@dostech.ca>.
Daryl C. W. O'Shea wrote:
> Justin Mason wrote:

>> What's up with the 'dup unknown type msa_networks' warning?
>> Is this going to affect mass-check results?  Do we need to fix, recut
>> another tarball and restart?
> 
> I missed adding it to the list of config options with their own clone() 
> method. :(  I'll correct shortly.
> 
> It'll only affect mass-checks if you're using the msa_networks option.

Actually... even if you're using msa_networks you should be ok since the 
config isn't going to change, so it doesn't matter that it's not copied.

So we're ok with the current tarball.


Daryl


Re: 'dup unknown type msa_networks'?

Posted by "Daryl C. W. O'Shea" <sp...@dostech.ca>.
Justin Mason wrote:
> starting the rescoring mass-checks...
> 
>   : jm 731...; ./mass-check --progress --bayes --net -j 8 --restart=400 --learn=35 --reuse --after=1072933200 -f /home/jm/nightlymc/targets
>   config: dup unknown type msa_networks, Mail::SpamAssassin::NetSet
>   config: dup unknown type msa_networks, Mail::SpamAssassin::NetSet
>   status: starting scan stage                              now: 2007-01-25
>   18:00:10
> 
>   : jm 732...; cat spamassassin/user_prefs
>   bayes_auto_learn 0
>   lock_method flock
>   bayes_store_module Mail::SpamAssassin::BayesStore::SDBM
>   use_auto_whitelist 0
> 
>   trusted_networks 69.147.83.53 69.147.83.54 69.147.83.52 80.169.141.78
>   internal_networks 80.169.141.78
> 
> 
> What's up with the 'dup unknown type msa_networks' warning?
> Is this going to affect mass-check results?  Do we need to fix, recut
> another tarball and restart?

I missed adding it to the list of config options with their own clone() 
method. :(  I'll correct shortly.

It'll only affect mass-checks if you're using the msa_networks option.


Daryl