When you send an email from MS Outlook, it is taking around 5 minutes for the message to be sent.
It sits in the "Drafts" folder.
When you open the message in the draft folder, it shows the message: "Symantec Add-in is working on that message".
Running the command "nslookup officeapp.endpoint.dlp.protect.symantec.com
" fails to resolve the name.
The issue is a MacOS or third party software issue.
Reason being that it gets resolved after clearing the DNS cache and restarting mDNSResponder.
Both of the commands involved being Apple Developed software.
Also, the current DLP Agent on MacOS has no components that modify the MacOS DNS stack and the current DLP Agent on MacOS does not include any Network Extension either.
Run the following command to clear the DNS cache and restart the mDNSResponder:
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder