Merge branch 'dev' of https://github.com/mailcow/mailcow-dockerized into dev
This commit is contained in:
		@@ -11,12 +11,12 @@ rules {
 | 
				
			|||||||
  }
 | 
					  }
 | 
				
			||||||
  WHITELIST_FORWARDING_HOST_NO_REJECT {
 | 
					  WHITELIST_FORWARDING_HOST_NO_REJECT {
 | 
				
			||||||
    action = "add header";
 | 
					    action = "add header";
 | 
				
			||||||
    expression = "WHITELIST_FORWARDING_HOST";
 | 
					    expression = "WHITELISTED_FWD_HOST";
 | 
				
			||||||
    require_action = ["soft reject", "reject"];
 | 
					    require_action = ["soft reject", "reject"];
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  WHITELIST_FORWARDING_HOST_NO_GREYLIST {
 | 
					  WHITELIST_FORWARDING_HOST_NO_GREYLIST {
 | 
				
			||||||
    action = "no action";
 | 
					    action = "no action";
 | 
				
			||||||
    expression = "WHITELIST_FORWARDING_HOST";
 | 
					    expression = "WHITELISTED_FWD_HOST";
 | 
				
			||||||
    require_action = ["greylist"];
 | 
					    require_action = ["greylist"];
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user