|  | @@ -78,23 +78,29 @@ CLAMD_SPAM_FOUND {
 | 
	
		
			
				|  |  |  CLAMD_BAD_PDF {
 | 
	
		
			
				|  |  |    expression = "CLAM_SECI_PDF & !MAILCOW_WHITE";
 | 
	
		
			
				|  |  |    description = "Bad PDF Found, Securite bad PDF Flag set through ClamAV";
 | 
	
		
			
				|  |  | -  score = 6;
 | 
	
		
			
				|  |  | +  score = 8;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  CLAMD_BAD_JPG {
 | 
	
		
			
				|  |  |    expression = "CLAM_SECI_JPG & !MAILCOW_WHITE";
 | 
	
		
			
				|  |  |    description = "Bad JPG Found, Securite bad JPG Flag set through ClamAV";
 | 
	
		
			
				|  |  | -  score = 3;
 | 
	
		
			
				|  |  | +  score = 8;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +CLAMD_ASCII_MALWARE {
 | 
	
		
			
				|  |  | +  expression = "CLAM_SECI_ASCII & !MAILCOW_WHITE";
 | 
	
		
			
				|  |  | +  description = "ASCII malware found, Securite ASCII malware Flag set through ClamAV";
 | 
	
		
			
				|  |  | +  score = 8;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -CLAMD_BAD_HTML {
 | 
	
		
			
				|  |  | +CLAMD_HTML_MALWARE {
 | 
	
		
			
				|  |  |    expression = "CLAM_SECI_HTML & !MAILCOW_WHITE";
 | 
	
		
			
				|  |  | -  description = "Bad HTML Found, Securite bad HTML Flag set through ClamAV";
 | 
	
		
			
				|  |  | +  description = "HTML malware found, Securite HTML malware Flag set through ClamAV";
 | 
	
		
			
				|  |  |    score = 8;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -CLAMD_BAD_JS {
 | 
	
		
			
				|  |  | +CLAMD_JS_MALWARE {
 | 
	
		
			
				|  |  |    expression = "CLAM_SECI_JS & !MAILCOW_WHITE";
 | 
	
		
			
				|  |  | -  description = "Bad JS Found, Securite bad JS Flag set through ClamAV";
 | 
	
		
			
				|  |  | +  description = "JS malware found, Securite JS malware Flag set through ClamAV";
 | 
	
		
			
				|  |  |    score = 8;
 | 
	
		
			
				|  |  |  }
 |