From 1bf58771522cfb0ae36e7375ee7e9817423a3e7c Mon Sep 17 00:00:00 2001 From: Aleksandar Bukurecki Date: Mon, 22 Dec 2014 21:00:27 +0100 Subject: [PATCH] Removed duplicate line The if statement would check if the DKIM_domain is empty two times. --- class.phpmailer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/class.phpmailer.php b/class.phpmailer.php index 97ed10065..b5ed3fee4 100644 --- a/class.phpmailer.php +++ b/class.phpmailer.php @@ -1023,7 +1023,6 @@ public function preSend() if (!empty($this->DKIM_domain) && !empty($this->DKIM_private) && !empty($this->DKIM_selector) - && !empty($this->DKIM_domain) && file_exists($this->DKIM_private)) { $header_dkim = $this->DKIM_Add( $this->MIMEHeader . $this->mailHeader,