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

Reply via email to