On Mon, Dec 12, 2005 at 12:28:54PM -0000, Ugo Bellavance wrote: > did all that, but getting this error when compiling: > > [root@mta1 milter-greylist-2.0.2]# make > gcc -g -O2 -Wall -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -c -o > milter-greylist.o milter-greylist.c > milter-greylist.c: In function `mlfi_envrcpt': > milter-greylist.c:413: error: `SMFIS_SUCCESS' undeclared (first use in > this function) (snip) > I don't know where is defined oter "SMFIS_". Or is it SMFIS_CONTINUE? Yes, you figured it on your own. If someday you don't,the documentation is here: http://www.milter.org/milter_api/ The return codes are at the bottom of this page: http://www.milter.org/milter_api/api.html -- Emmanuel Dreyfus manu@...
Message
Re: [milter-greylist] Re: Multiple MX questions
2005-12-12 by Emmanuel Dreyfus