Emmanuel Dreyfus wrote: > Hello everybody > > milter-greylist 1.3.9 is available. > > Can you please all check if the thing builds and works correctly on > your system? Looks OK here. I built it with both Solaris Forte 6 compiler and gcc. There are 2 remaining small problems : - configure tries to use -ansi -Wall for some tests, but since cc doesn't generate a non-zero exit code for unknown options, it goes un-noticed. - there's a warning about the implicit seteuid() function declaration in milter-greylist.c with Forte, because -D__EXTENSIONS__ is not pulled by configure, since the snprintf() test program doesn't need it. I've attached config.log below if you want to fix it. -- Matthieu Herrb
Message
Re: [milter-greylist] version 1.3.9 is available
2004-06-10 by Matthieu Herrb