<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: OutlookDog</title>
    <description>The latest articles on DEV Community by OutlookDog (@outlookdog).</description>
    <link>https://dev.to/outlookdog</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4126184%2F0b161ccc-fd15-4ced-99d8-57550a0afc95.png</url>
      <title>DEV Community: OutlookDog</title>
      <link>https://dev.to/outlookdog</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/outlookdog"/>
    <language>en</language>
    <item>
      <title>Five things we learned building scam detection into an Outlook add-in</title>
      <dc:creator>OutlookDog</dc:creator>
      <pubDate>Tue, 15 Sep 2026 16:53:38 +0000</pubDate>
      <link>https://dev.to/outlookdog/five-things-we-learned-building-scam-detection-into-an-outlook-add-in-53ie</link>
      <guid>https://dev.to/outlookdog/five-things-we-learned-building-scam-detection-into-an-outlook-add-in-53ie</guid>
      <description>&lt;p&gt;&lt;em&gt;Disclosure: we build OutlookDog, an AI add-in for Outlook — this post is the engineering lessons, not a pitch.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;After a year of building email-safety features on the Office add-in platform, here are five lessons that might help anyone working in this space.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Plain English beats jargon
&lt;/h2&gt;

&lt;p&gt;Users don't act on "SPF fail" — they act on "this sender looks like your vendor but isn't." We demoted every protocol term to a footnote and warnings started working.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Advisory-only is a feature, not a limitation
&lt;/h2&gt;

&lt;p&gt;An add-in that can't send, delete, or move mail can't be tricked into doing any of those things — by a user mistake, a prompt injection, or a malicious email pretending to be a rule. It's also the difference between "please approve this add-in" going well or badly with an IT team.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Authentication failures must survive safelisting
&lt;/h2&gt;

&lt;p&gt;A message that fails identity checks gets warned about even if the user marked that sender safe — the spoof of a trusted sender is exactly the mail the safelist would otherwise wave through.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. A visible wrong warning beats a silent missed one
&lt;/h2&gt;

&lt;p&gt;We tuned toward warn-and-explain: every flag shows its specific red flags so the user can judge in seconds. False-positive complaints dropped when the &lt;em&gt;reason&lt;/em&gt; became visible, not when the warnings got rarer.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. The wire-fraud email is the whole ballgame for small firms
&lt;/h2&gt;

&lt;p&gt;For a title company, a closing practice, a property manager — one caught "updated wiring instructions" email pays for a decade of any tool. That's the email to design for, not the lottery-scam strawman.&lt;/p&gt;




&lt;p&gt;Happy to go deeper on any of these in the comments. We build &lt;a href="https://outlookdog.com" rel="noopener noreferrer"&gt;OutlookDog&lt;/a&gt; and launched it on Product Hunt this week.&lt;/p&gt;

</description>
      <category>outlook</category>
      <category>security</category>
      <category>ai</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
