Thanks for your reply
Yet it is not accurate.
Check that file:
<removed link>
The source of this Delphi file is:
program TestCmd;
{$APPTYPE CONSOLE}
{$R *.res}
uses
System.SysUtils;
begin
try
writeln('This is a simple console program made with delphi XE8');
except
on E: Exception do
Writeln(E.ClassName, ': ', E.Message);
end;
end.
If is ALSO flagged as "uncommonly downloaded" and ALSO prevented from being run by SmartScreen.
So this is NOT a problem of a program behaviour (or not only).
Further more; the page here https://feedback.smartscreen.microsoft.com/smartscreenfaq.aspx says "
If I am a website owner, how do I correct a warning on my legitimate site?
A.
You can immediately submit a request for a correction. Windows Defender SmartScreen has a built-in, web-based feedback system in place to help customers and website owners report any potential false warnings as quickly as possible. In Windows Internet Explorer, from a red warning, click More information then Report that this site contains no threats. This will take you to a feedback page where you can indicate you are a site owner or representative. Follow the instructions and provide the information on this site to submit a site for review.
To report feedback from the Internet Explorer Download Manager, Right-click on the blocked download and choose Report that this file is safe. This will take you to the feedback page.
Once a dispute is submitted, a team of graders inspects the site in question. All disputes should be submitted through the website reporting process to ensure the quickest resolution."
However, none of the options that are listed here (and on other pages as well, that say the same things) are actually available, neither in IE, neither in Edge. In other words, there is NO WAY to submit a query or a dispute regarding a false positive or to gain some reputation points when your in my position. What is the purpose of my program has nothing to do with my question, I was just asking HOW one can request a review or a dispute. I appreciate your concerns but they are not relevant to my question...
Now, the "report false Malware positive" form seems not to be useful for SmartScreen, so my question remains unanswered!
As for the "Damages may be sought" in the title of my post, would you deny that it may have gotten some attention to said post that would otherwise have been, maybe, overseen?
Anyway, thanks for your replies, but they are not answers...