2009/7/30 Artis Caune <[email protected]>:
> I found whats wrong, but not sure who is wrong: exim or FreeBSD.
> Exim use "first? DB_FIRST : DB_NEXT" in db v2, v3, but in v1 it use
> "R_FIRST : 0", but R_FIRST is not 0:
>
> /usr/include/db.h:#define R_FIRST 3 /* seq */
Sorry, I mean, in v1 exim use "R_FIRST : 0", but 0 is not R_NEXT:
/usr/include/db.h:#define R_NEXT 7 /* seq */
--
Artis Caune
Everything should be made as simple as possible, but not simpler.
--
## List details at http://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/