lib-sieve: util: edit-mail - Fix assert occurring when bad header is encountered.
In that case, the header name and middle are empty, causing: Panic: file edit-mail.c: line 820 (edit_mail_headers_parse): assertion failed: (body_offset > 0) Fixed by skipping the bad header for parsing altogether.
Please register or sign in to comment