Chris Blaise writes: > When starting up on a Perl 5.6.1 system under x86 Linux, spamd goes > into a child spawn/die loop because of the fix for bug 5518 which replaces > the previous set uid/gid routines fails and causes the newly spawned child > to immediately die. > > Is Perl 5.6.1 no longer the lowest support version?
works fine for me with perl 5.6.1; make test passes: t/spamd.....................ok t/spamd_allow_user_rules....ok t/spamd_hup.................ok t/spamd_kill_restart........ok [.etc.] and 'sudo make test TEST_FILES=t/root_spamd*' similarly passes: t/root_spamd....................ok t/root_spamd_tell...............ok t/root_spamd_tell_paranoid......ok t/root_spamd_tell_x.............ok t/root_spamd_tell_x_paranoid....ok t/root_spamd_x..................ok t/root_spamd_x_paranoid.........ok All tests successful. --j.