Add really low negative score to SOFTFAIL policy symbols to get FREEMAIL_POLICY_FAILURE triggered correctly
		
			
				
	
	
		
			27 lines
		
	
	
		
			430 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			430 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
symbols = {
 | 
						|
    "ARC_REJECT" {
 | 
						|
        score = 0.1;
 | 
						|
    }
 | 
						|
    "R_SPF_FAIL" {
 | 
						|
        score = 8.0;
 | 
						|
    }
 | 
						|
    "R_SPF_PERMFAIL" {
 | 
						|
        score = 8.0;
 | 
						|
    }
 | 
						|
    "R_SPF_SOFTFAIL" {
 | 
						|
        score = 0.1;
 | 
						|
    }
 | 
						|
    "R_DKIM_REJECT" {
 | 
						|
        score = 8.0;
 | 
						|
    }
 | 
						|
    "DMARC_POLICY_REJECT" {
 | 
						|
        weight = 16.0;
 | 
						|
    }
 | 
						|
    "DMARC_POLICY_QUARANTINE" {
 | 
						|
        weight = 8.0;
 | 
						|
    }
 | 
						|
    "DMARC_POLICY_SOFTFAIL" {
 | 
						|
        weight = 0.1;
 | 
						|
    }
 | 
						|
}
 |