You've already forked mailcow-dockerized
							
							
				mirror of
				https://github.com/mailcow/mailcow-dockerized.git
				synced 2025-10-30 23:57:54 +02:00 
			
		
		
		
	Merge pull request #2183 from DevTek314/master
increase values for spf, dkim
This commit is contained in:
		| @@ -3,15 +3,15 @@ symbols = { | ||||
|         score = 0.0; | ||||
|     } | ||||
|     "R_SPF_FAIL" { | ||||
|         score = 7.0; | ||||
|         score = 10.0; | ||||
|     } | ||||
|     "R_SPF_PERMFAIL" { | ||||
|         score = 7.0; | ||||
|         score = 10.0; | ||||
|     } | ||||
|     "R_DKIM_REJECT" { | ||||
|         score = 7.0; | ||||
|         score = 10.0; | ||||
|     } | ||||
|     "R_DKIM_PERMFAIL" { | ||||
|         score = 7.0; | ||||
|         score = 10.0; | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user