mirror of
				https://github.com/internetstandards/toolbox-wiki.git
				synced 2025-11-03 23:35:28 +01:00 
			
		
		
		
	Update DKIM-how-to.md
This commit is contained in:
		@@ -121,7 +121,7 @@ With SpamAssassin this can be configured by adding the following scoring configu
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
score DKIM_ADSP_ALL 5.0
 | 
					score DKIM_ADSP_ALL 5.0
 | 
				
			||||||
#  	No valid author signature, domain signs all mail
 | 
					# No valid author signature, domain signs all mail
 | 
				
			||||||
 | 
					
 | 
				
			||||||
score DKIM_ADSP_DISCARD 5.0
 | 
					score DKIM_ADSP_DISCARD 5.0
 | 
				
			||||||
# No valid author signature, domain signs all mail and suggests discarding the rest 
 | 
					# No valid author signature, domain signs all mail and suggests discarding the rest 
 | 
				
			||||||
@@ -130,7 +130,7 @@ score DKIM_ADSP_NXDOMAIN 5.0
 | 
				
			|||||||
# No valid author signature and domain not in DNS 
 | 
					# No valid author signature and domain not in DNS 
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This means that incoming e-mail is instantly classificied as spam if there is not a valid signature in its header and:
 | 
					This means that incoming e-mail is instantly classificied as spam if there is not a valid DKIM signature in the mail header and:
 | 
				
			||||||
* the sending domain's DKIM ADSP record states that all e-mail should be signed and all unsigned mails should be discarded (DISCARD).
 | 
					* the sending domain's DKIM ADSP record states that all e-mail should be signed and all unsigned mails should be discarded (DISCARD).
 | 
				
			||||||
* the sending domain's DKIM ADSP record states that all e-mail should be signed (ALL). 
 | 
					* the sending domain's DKIM ADSP record states that all e-mail should be signed (ALL). 
 | 
				
			||||||
* the sending domain used in the "From"-header (a.k.a. RFC5322.From, Header From, Message From) does not exist. 
 | 
					* the sending domain used in the "From"-header (a.k.a. RFC5322.From, Header From, Message From) does not exist. 
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user