25 lines
		
	
	
		
			435 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			435 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # how each action is treated in scoring
 | |
| actions {
 | |
|   reject = 1.0;
 | |
|   "add header" = 0.25;
 | |
|   "rewrite subject" = 0.25;
 | |
|   "no action" = 1.0;
 | |
| }
 | |
| # how each component is evaluated
 | |
| scores {
 | |
|   asn = 0.5;
 | |
|   country = 0.1;
 | |
|   ipnet = 0.8;
 | |
|   ip = 1.0;
 | |
| }
 | |
| asn_prefix = "a:";
 | |
| country_prefix = "c:";
 | |
| hash = "ip_score";
 | |
| ipnet_prefix = "n:";
 | |
| lower_bound = 10;
 | |
| metric = "default";
 | |
| max_score = 10;
 | |
| min_score = -5;
 | |
| score_divisor = 10;
 | |
| symbol = "IP_SCORE";
 | 
