Back to Changelog
Panel Backend

v1.0.445

Patch Released August 6, 2026

Per-mailbox spam threshold: correct matching, and personal mail rules keep working

Bug Fixes

3
  • A mailbox with its own spam score threshold could have every message filed as spam regardless of its score. The generated rule escaped the score marker with a single backslash, which Sieve drops, turning the pattern into a match-anything wildcard. Fixed and verified by delivering messages at every score around the threshold.
  • A mailbox with its own threshold no longer loses its personal Sieve rules. The generated rule ended processing unconditionally, which also ended the mailbox's own script — an autoresponder on such a mailbox would have stopped replying. Processing now ends only when the message is actually filed away, which is where the server-wide rule already ended it.
  • Both problems were introduced in 1.0.444. Anyone running that version should update; a mailbox left on the server default threshold was never affected.
See the Demo