12 lines
		
	
	
		
			182 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			182 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
symbols = {
 | 
						|
    "LOCAL_FUZZY_UNKNOWN" {
 | 
						|
        weight = 2.0;
 | 
						|
    }
 | 
						|
    "LOCAL_FUZZY_DENIED" {
 | 
						|
        weight = 15.0;
 | 
						|
    }
 | 
						|
    "LOCAL_FUZZY_WHITE" {
 | 
						|
        weight = -10.0;
 | 
						|
    }
 | 
						|
}
 |