Werk #19781: Prevent check_mail crash for "Move all processed mesage to subfolder" option
| Component | Checks & agents | ||||||
| Title | Prevent check_mail crash for "Move all processed mesage to subfolder" option | ||||||
| Date | Apr 15, 2026 | ||||||
| Level | Trivial Change | ||||||
| Class | Bug Fix | ||||||
| Compatibility | Compatible - no manual interaction needed | ||||||
| Checkmk versions & editions |
|
The active check check_mail can be configured to move mail messages from the inbox
to a subfolder via the options "Forward mails as events to Event Console" >
"Cleanup messages" > "Move all processed messages to subfolder".
For IMAP the copying of mails crashed when there were no mails available in the inbox.
This was previously already fixed in Werk 16630 but reintroduced.
This is now fixed again to skipping the copy command in case there are no mails given.