| 
				
			 | 
			
			
				@@ -4454,11 +4454,11 @@ function spam_filtering { 
			 | 
		
	
		
			
			| 
				4454
			 | 
			
				4454
			 | 
			
			
				     fi 
			 | 
		
	
		
			
			| 
				4455
			 | 
			
				4455
			 | 
			
			
				     apt-get -y install exim4-daemon-heavy 
			 | 
		
	
		
			
			| 
				4456
			 | 
			
				4456
			 | 
			
			
				     apt-get -y install spamassassin 
			 | 
		
	
		
			
			| 
				4457
			 | 
			
				
			 | 
			
			
				-    sa-update -v 
			 | 
		
	
		
			
			| 
				4458
			 | 
			
				4457
			 | 
			
			
				     if [ ! -f /etc/default/spamassassin ]; then 
			 | 
		
	
		
			
			| 
				4459
			 | 
			
				4458
			 | 
			
			
				         echo 'Spamassassin was not installed' 
			 | 
		
	
		
			
			| 
				4460
			 | 
			
				4459
			 | 
			
			
				         exit 72570 
			 | 
		
	
		
			
			| 
				4461
			 | 
			
				4460
			 | 
			
			
				     fi 
			 | 
		
	
		
			
			| 
				
			 | 
			
				4461
			 | 
			
			
				+    sa-update -v 
			 | 
		
	
		
			
			| 
				4462
			 | 
			
				4462
			 | 
			
			
				     sed -i 's/ENABLED=0/ENABLED=1/g' /etc/default/spamassassin 
			 | 
		
	
		
			
			| 
				4463
			 | 
			
				4463
			 | 
			
			
				     sed -i 's/# spamd_address = 127.0.0.1 783/spamd_address = 127.0.0.1 783/g' /etc/exim4/exim4.conf.template 
			 | 
		
	
		
			
			| 
				4464
			 | 
			
				4464
			 | 
			
			
				     # This configuration is based on https://wiki.debian.org/DebianSpamAssassin 
			 |