Mailspring/internal_packages/phishing-detection/package.json
Ollie Ford 9b75ea72e6 removes phishing warning for different subdomains (#2420)
This commit improves on nylas/N1#2343 (which allowed From and
Reply-To to be different aliases @ the same domain) by allowing the
address to differ by a subdomain.

For example, the pairs:

    From: foo@bar.com
    Reply-To: foo@sub.bar.com

    From: foo@bar.co.uk
    Reply-To: foo@other.bar.co.uk

    From: foo@bar.com
    Reply-To: foobar@bar.com
are each now allowed without warning.
2016-07-08 11:20:19 -07:00

23 lines
454 B
JSON

{
"name": "phishing-detection",
"version": "0.2.1",
"main": "./lib/main",
"license": "GPL-3.0",
"title": "Phishing Detection",
"description": "Get warnings when an email specifies a reply-to address which is not the from address.",
"icon": "./icon.png",
"isOptional": true,
"engines": {
"nylas": ">=0.3.0 <0.5.0"
},
"windowTypes": {
"default": true,
"composer": true
},
"dependencies": {
"tld": "^0.0.2"
}
}