You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,11 @@
5
5
6
6
Increase the reputation of domains you exchange email with by sending them email.
7
7
8
+
Reduce the reputation of emails purporting to be from well-known entities that bear no common forms of domain authentication.
9
+
8
10
## Synopsis
9
11
10
-
Known Senders is based on the premise that domains users send email to are domains they also want to receive email from. By maintaining lists of domains that local users send email to, a weak but helpful form of trust is obtained.
12
+
Known Senders is based on the premise that domains users send email to are domains they also want to receive email from. By maintaining lists of domains that local users send email to, a basis of trust is obtained.
11
13
12
14
## How it works
13
15
@@ -71,11 +73,13 @@ Multiple variations (like "c0stc0" with zeros instead of letters) can map to the
71
73
### Examples
72
74
73
75
**Rejected:**
76
+
74
77
- From: "Costco Support" \<spam@spammer.com\>
75
78
- Subject: "Your Costco Order"
76
79
- Result: Rejected because "costco" appears in the name/subject but the domain is not costco.com
77
80
78
81
**Allowed:**
82
+
79
83
- From: "Costco Support" \<noreply@costco.com\>
80
84
- Subject: "Your Costco Order"
81
85
- Result: Allowed because the domain matches costco.com
0 commit comments