Fix error when a MX is shared across blocked domains (#17650)
This commit is contained in:
		
							parent
							
								
									3d60708508
								
							
						
					
					
						commit
						6aef76b5cd
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -38,6 +38,8 @@ module Admin | |||
|           log_action :create, @email_domain_block | ||||
| 
 | ||||
|           (@email_domain_block.other_domains || []).uniq.each do |domain| | ||||
|             next if EmailDomainBlock.where(domain: domain).exists? | ||||
| 
 | ||||
|             other_email_domain_block = EmailDomainBlock.create!(domain: domain, parent: @email_domain_block) | ||||
|             log_action :create, other_email_domain_block | ||||
|           end | ||||
|  |  | |||
		Reference in a new issue