11 lines
		
	
	
		
			231 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			231 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
symbols = {
 | 
						|
    "BAYES_SPAM" {
 | 
						|
        weight = 2.5;
 | 
						|
        description = "Message probably spam, probability: ";
 | 
						|
    }
 | 
						|
    "BAYES_HAM" {
 | 
						|
        weight = -5.5;
 | 
						|
        description = "Message probably ham, probability: ";
 | 
						|
    }
 | 
						|
}
 |