Done.

https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8326

On Thu, 20 Mar 2025, Noah Meyerhans wrote:

On Wed, Mar 19, 2025 at 03:28:36AM -0400, Jon Daley wrote:
When using --virtual-config-dir the log message
  "spamd: using default config for $username: $prefsfile"
is always printed, whether the file exists or not.

I have been using this modification for years to avoid this extraneous log 
message:

# Log that the default configuration is being used for a user.
if ( ! -f $prefsfile ) {
  # jondaley: don't log if the file already exists
  info("spamd: using default config for $username: $prefsfile");
}

The match makes sense to me, but I'd prefer if it gets merged upstream
first.  Is there any chance you could submit it there using their
bugzilla system? https://bz.apache.org/SpamAssassin/

Thanks
noah




--
Jon Daley
https://jon.limedaley.com
~~
If you believe everything you read, better not read.
-- Japanese proverb

Reply via email to