Bug 360 - mass-check does not read user configuration file
Summary: mass-check does not read user configuration file
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: spamassassin (show other bugs)
Version: SVN Trunk (Latest Devel Version)
Hardware: PC BSDI
: P2 normal
Target Milestone: ---
Assignee: Daniel Quinlan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-28 21:51 UTC by Daniel Quinlan
Modified: 2002-06-08 12:13 UTC (History)
1 user (show)



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Quinlan 2002-05-28 21:51:35 UTC
mass-check does not read the user configuration file.

The best solution is probably to add an option to compile_now() that specifies
whether user configuration should be read.
Comment 1 Daniel Quinlan 2002-05-30 19:22:19 UTC
fixed
Comment 2 Matthew Cline 2002-06-08 20:13:56 UTC
Why would we want mass-check to read the user configuration file?  Shouldn't
mass check ignore any local settings, so all runs of it will be the same on all
machines?
Comment 3 Daniel Quinlan 2002-06-08 20:56:21 UTC
Subject: Re:  mass-check does not read user configuration file

The configuration file for mass-check is used to do mass-checks with
certain settings that are not part of the default configuration.  I
suppose it's not actually a user configuration file, but a local one,
but it wasn't being read either way.  I needed it working to test the
"ok_languages" option which is set to "all" by default.

BTW, the file name is "masses/spamassassin.prefs".

- Dan