That fixed the compile problem. Gary >>> <manu@...> 2/23/2012 9:43 PM >>> Gary Faith wrote: > since I didn't need spamd and it compiled correctly. Thought I would > mention the error just so you know. Here is the fix. It happened because I do not run millter-greylist with all options, therefore I missed it: Index: spamd.c =================================================================== RCS file: /cvsroot/milter-greylist/spamd.c,v retrieving revision 1.21 diff -r1.21 spamd.c 195c195 < if (spamd_write(sock, l->l_lines, l->l_len) == -1) --- > if (spamd_write(sock, l->l_line, l->l_len) == -1) -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@...g ( mailto:manu%40netbsd.org )
Message
Re: [milter-greylist] milter-greylist 4.4 alpha1 is available
2012-02-24 by Gary Faith