https://bugs.exim.org/show_bug.cgi?id=2590
--- Comment #1 from Pierre labastie <pierre.labastie@???> ---
Looks like, in the src/exim.c lines:
case 'i':
if (!*++argrest) bi_option = TRUE;
else badarg = TRUE;
break;
the "++" shouldn't be there: argrest is already incremented in switch
--
You are receiving this mail because:
You are on the CC list for the bug.