Bowie Bailey wrote: > Matt Kettler wrote: >> The "processing message" bit concerns me, because that message was >> only in the code for SA 2.40-2.44. > > I can verify that it still shows up in the current SA 3.1.1 code. >
Interesting.. I see they changed how the message is built.. In 2.4x it had the string "processing message" embedded in the code. Now it uses: info("spamd: " . ($method eq 'PROCESS' ? "processing" : "checking") Based on that, it looks like all the messages igor wants to get rid of are logged at the info level, and are hard-coded. It's a shame spamd doesn't use different log levels here so people can split out different quantities of messaging. I would definitely think the timing data should be a lower log level than the result, but they're all info.