hMailServer 6.2.11: two Control Panel lists read their class name to screen readers
-
Two lists in the Control Panel announced their CLR type name to screen readers instead of their contents. The alias list on the Domains page read
hMailServer.ControlPanel.Views.DomainsView+AliasRowfor every row, and Live logs readLogsView+LogLinefor every line. The live log is the worse of the two. It is the page an administrator is most likely to be reading with a screen reader when something has gone wrong.Both lists use an ItemTemplate, so the text a sighted user sees comes from a binding, while a
ListViewItem's accessible name falls back toToString(). Neither class overrode it. Scope is genuinely those two. Every other list in the application is a DataGrid, which builds a row's name from its cells. The Domains page now reports[email protected] → [email protected], and the live log reports 37 items, none announcing a type name. (16184ce)The regression suite now runs in full
27 of the suite's 1026 tests had never executed on the release machine. They reported inconclusive because SpamAssassin and ClamAV were not installed. Installing both ran them for the first time and two failed, both defects in the tests rather than the server.
TestWithVirusput the EICAR string in the plain body of a non-MIME message. Current ClamAV does not extract a plain body as a scannable part, so the message scanned clean and was delivered, failing its own "no messages" assertion. It now sends EICAR as a base64 attachment and matches the signature family rather than one exact name.TestSANotRunningcalledServiceController.Stop()and returned immediately. Stop() only asks, so spamd was still answering on port 783 and the message came back with the X-Spam-Status header. It now waits for the port to refuse connections. It also asserted error 5157, reported only when a connection is established then lost mid-read. With spamd stopped, only 5508 is reported.
1026 of 1026 now pass, zero inconclusive, with live SpamAssassin and ClamAV, DMARC against live DNS and TLS 1.2/1.3 handshakes.
Drop-in over 6.2.10. No database change (schema version 6005), no configuration change, no server-core change.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login