SA Bugzilla – Bug 3431
[review] feature to add hostname of the remote client to the Summary line generated by spamd
Last modified: 2004-05-29 09:05:57 UTC
Today I set up a central spamd instance which is queried from several other clients. While working on this I noticed that it could come in very handy if it was possible to see in the X-Spam-Summary line which host was the one which actually queried spamd. Writing this feature was a thing of a few minutes, patch follows. Would be cool if it could go into 3.0 so I don't have to maintain the patch till 3.1 :)
Created attachment 1973 [details] patch against spamd.raw, PerMsgStatus.pm and Conf.pm The patch is relatively trivial -- the $start vs. $start_time stuff is just a renamed variable/parameter.
Actually, what's missing in the patch is a default value for the stuff. No big change though.
For 3.0?
yeah, throw it in. Are we in R-T-C mode? I don't think so yet... (just in case: +1)
Subject: Re: [review] feature to add hostname of the remote client to the Summary line generated by spamd On Thu, May 27, 2004 at 07:06:34PM -0700, bugzilla-daemon@bugzilla.spamassassin.org wrote: > yeah, throw it in. Are we in R-T-C mode? I don't think so yet... we're CTR in general, but enhancements need to be voted on since we're trying to keep the ticket queue from getting new tickets.
ok, +1
yeah, I don't see an issue. +1
Committed with default values.
I spoke too soon -- I was getting test failures, in the spamd tests. this patch wasn't fully applied -- it is now in 20560.
I feared this. I explicitly told svn to apply the three files but in the commit log there were only two of them. Though it told me my codebase was up-to-date. Very weird.