Mailing List Archive

[Bug 2590] using the -bi option returns an error
https://bugs.exim.org/show_bug.cgi?id=2590

Jeremy Harris <jgh146exb@wizmail.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Assignee|unallocated@exim.org |jgh146exb@wizmail.org
Status|NEW |ASSIGNED
Priority|medium |low

--
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/ ##
[Bug 2590] using the -bi option returns an error [ In reply to ]
https://bugs.exim.org/show_bug.cgi?id=2590

--- Comment #1 from Pierre labastie <pierre.labastie@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/ ##
[Bug 2590] using the -bi option returns an error [ In reply to ]
https://bugs.exim.org/show_bug.cgi?id=2590

Git Commit <git@exim.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |git@exim.org

--- Comment #2 from Git Commit <git@exim.org> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/0e0e1716286028c369f93a28412839c657e6b47c

commit 0e0e1716286028c369f93a28412839c657e6b47c
Author: Jeremy Harris <jgh146exb@wizmail.org>
AuthorDate: Thu Jun 4 13:54:55 2020 +0100
Commit: Jeremy Harris <jgh146exb@wizmail.org>
CommitDate: Thu Jun 4 14:31:36 2020 +0100

fix -bi. bug 2590

actual fix from pierre.labastie@neuf.fr ; additional coding and testcase bu
jgh
broken-by: bdcc6f2bd5
----
doc/doc-txt/ChangeLog | 4 ++++
src/src/exim.c | 10 +++++-----
src/src/smtp_in.c | 5 ++++-
test/confs/0590 | 12 ++++++++++++
test/scripts/0000-Basic/0590 | 6 ++++++
test/stdout/0590 | 1 +
6 files changed, 32 insertions(+), 6 deletions(-)

--
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/ ##
[Bug 2590] using the -bi option returns an error [ In reply to ]
https://bugs.exim.org/show_bug.cgi?id=2590

Jeremy Harris <jgh146exb@wizmail.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|ASSIGNED |RESOLVED

--- Comment #3 from Jeremy Harris <jgh146exb@wizmail.org> ---
Nobody commented

--
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/ ##