• v1.5.0 afdefa79be

    Improve detection of target virtual mailboxes
    All checks were successful
    Build and publish image / ci (push) Successful in 3m5s
    Build and publish image / docker (push) Successful in 2m41s
    Stable

    stb released this 2026-08-22 16:48:06 +02:00 | 1 commits to main since this release

    Fixes

    • Mail is no longer wrongly deleted on mail setups where the Delivered-To header doesn't name the actual destination address — notably catch-all mailboxes, where Delivered-To commonly ends up holding just the mailbox's own base address. Deaddrop now also checks the first Received: header's for <address> clause, X-Original-To, To, and Cc, in that order, and matches against the first address among those that resolves to a live virtual inbox.

    Other

    • When a message still can't be matched to any inbox, the deletion log now includes the value of every one of these headers (not just whichever one was checked), to make delivery-configuration problems diagnosable straight from the log.