SA Bugzilla – Bug 3346
make not checking for Storable module/spamd tests passed without it
Last modified: 2005-05-10 11:40:12 UTC
make doesn't check for the module and 'make test' doesn't fail. Sorry if this is already attached to another bug report.
Subject: Re: New: make not checking for Storable module/spamd tests passed without it On Mon, May 03, 2004 at 03:48:10PM -0700, bugzilla-daemon@bugzilla.spamassassin.org wrote: > make doesn't check for the module and 'make test' doesn't fail. > > Sorry if this is already attached to another bug report. Right. Storable isn't required, so there's no check for it.
Subject: Re: make not checking for Storable module/spamd tests passed without it On Mon, May 03, 2004 at 04:06:24PM -0700, bugzilla-daemon@bugzilla.spamassassin.org wrote: > http://bugzilla.spamassassin.org/show_bug.cgi?id=3346 > > > > > > ------- Additional Comments From felicity@kluge.net 2004-05-03 16:06 ------- > Subject: Re: New: make not checking for Storable module/spamd tests passed without it > > On Mon, May 03, 2004 at 03:48:10PM -0700, bugzilla-daemon@bugzilla.spamassassin.org wrote: > > make doesn't check for the module and 'make test' doesn't fail. > > > > Sorry if this is already attached to another bug report. > > Right. Storable isn't required, so there's no check for it. What features require it? When I tried starting spamd it complained and exited.
Subject: Re: make not checking for Storable module/spamd tests passed without it On Mon, May 03, 2004 at 04:15:02PM -0700, bugzilla-daemon@bugzilla.spamassassin.org wrote: > What features require it? When I tried starting spamd it complained and > exited. It's in the INSTALL doc. :) But basically, spamd needs it if you're running it in a way that will have it changing user state back and forth. If you run with -u, for instance, the spamd processes never have to load new configs per-user, etc, so Storable isn't required to backup/restore the config per message.
move bug to Future milestone (previously set to Future -- I hope)
bug 4305 would fix this
fixed by removal of Storable ;)