We normally expect spam e-mails to be below 500k in size. Large e-mails are being scanned now as well, being an extra hog on system resources.
Now we aren't that good in the configuration of Exim, so I was wondering if anyone knew how to implement this in DirectAdmin.
I know the condition should look like:
	
	
	
		
But that's about it. Any help would be appreciated. Thanks.
				
			Now we aren't that good in the configuration of Exim, so I was wondering if anyone knew how to implement this in DirectAdmin.
I know the condition should look like:
		Code:
	
	condition = ${if >={$message_size}{500k}{yes}{no}}But that's about it. Any help would be appreciated. Thanks.
