Merge pull request #5108 from mailcow:dragoangel-patch-1
[Rspamd] Fix cases of forwarding via freemail
This commit is contained in:
		@@ -8,7 +8,7 @@ VIRUS_FOUND {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
# Bad policy from free mail providers
 | 
					# Bad policy from free mail providers
 | 
				
			||||||
FREEMAIL_POLICY_FAILURE {
 | 
					FREEMAIL_POLICY_FAILURE {
 | 
				
			||||||
  expression = "-g+:policies & !DMARC_POLICY_ALLOW & !MAILLIST & ( FREEMAIL_ENVFROM | FREEMAIL_FROM ) & !WHITELISTED_FWD_HOST";
 | 
					  expression = "FREEMAIL_FROM & !DMARC_POLICY_ALLOW & !MAILLIST& !WHITELISTED_FWD_HOST & -g+:policies";
 | 
				
			||||||
  score = 16.0;
 | 
					  score = 16.0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
# Applies to freemail with undisclosed recipients
 | 
					# Applies to freemail with undisclosed recipients
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user