]> git.ipfire.org Git - ipfire-2.x.git/commit
arpwatch: Fix the envelope sender
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 20 Sep 2025 14:02:01 +0000 (14:02 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 20 Sep 2025 14:02:01 +0000 (14:02 +0000)
commitc2eba600d753df95a81707f7da0ab172ed864ab0
tree1aea70450217f66f9c3223c88420535e3d98f9e3
parent02dfa2e99ed48033b55b0d106b16d9bf5cd43c9d
arpwatch: Fix the envelope sender

arpwatch invokes sendmail without passing the envelope sender
explicitely. This causes that mails can get rejected if the From: header
does not match the envelope sender.

This patch passes the correct address as the envelope sender.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/arpwatch
src/patches/arpwatch/fix-envelope-sender.patch [new file with mode: 0644]