https://bugs.exim.org/show_bug.cgi?id=2590

--- Comment #1 from Pierre labastie <pierre.labas...@neuf.fr> ---
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.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##

Reply via email to