issue was in the coding for logging preceding that refusal. If coredumps
were enabled (not common), an attack could cause filesystem space usage.
+JH/17 Bug 3126: Fix build error in the ibase lookup. Find & fix by
+ Andrew Aitchison.
+
Exim version 4.98
-----------------
.name = US"ibase", /* lookup name */
.type = lookup_querystyle, /* query-style lookup */
.open = ibase_open, /* open function */
- .check NULL, /* no check function */
+ .check = NULL, /* no check function */
.find = ibase_find, /* find function */
.close = NULL, /* no close function */
.tidy = ibase_tidy, /* tidy function */