]> git.ipfire.org Git - thirdparty/mlmmj.git/commit
probes: fix a regression causing the probes not to sent the bounce numbers
authorBaptiste Daroussin <bapt@FreeBSD.org>
Thu, 11 Jan 2024 16:44:42 +0000 (17:44 +0100)
committerBaptiste Daroussin <bapt@FreeBSD.org>
Thu, 11 Jan 2024 16:44:42 +0000 (17:44 +0100)
commit958d31437ae64b1cae3963a453da32ae993d6636
treede84d8b1b80d1c70a601f8af6c1b0b4482d405db
parentea5f2b8dc3e92ac37c91f2f81e865cfc41fee1f7
probes: fix a regression causing the probes not to sent the bounce numbers

move the code sending the probe into a reusable function for it to be
testable, add a unit test which checks the probes properly contains
what is expected.
include/mlmmj.h
include/prepstdreply.h
src/mlmmj-bounce.c
src/mlmmj.c
src/prepstdreply.c
tests/mlmmj.c