Thanks for reporting this. This is a false positive and your installation is safe.
What’s Happening
Dr.Web’s JS.Siggen5.44590 signature is flagging the es5-ext npm package, which is a transitive dependency in Mailspring. This package contains what’s known as “protestware” - it includes a postinstall script that displays an anti-war message to users whose system timezone is set to a Russian timezone.
The code does not:
Steal data
Modify files
Perform any malicious actions
It simply prints a message during npm installation (which doesn’t even run in the packaged app you downloaded).
Why Russian Antivirus Software Flags It
Several Russian antivirus vendors (including Dr.Web and Kaspersky) have incorrectly classified this package as malware. The maintainer of es5-ext has documented this issue: GitHub Issue #186
What You Can Do
Add an exception in Dr.Web for Mailspring - it’s safe
Report the false positive to Dr.Web if you’d like to help them improve their detection
This is a known issue affecting many Electron apps that use es5-ext as a dependency. The security research community has documented this extensively - see Checkmarx’s analysis which confirms the code is protestware, not malware.