@@ -725,7 +725,7 @@ |
||
725 | 725 | |
726 | 726 | if ($ruleNumber === '0000') { |
727 | 727 | // unrecognized |
728 | - if( trim( $email ) == '' and property_exists($header, 'fromaddress') ) { |
|
728 | + if (trim($email) == '' and property_exists($header, 'fromaddress')) { |
|
729 | 729 | $email = $header->fromaddress; |
730 | 730 | } |
731 | 731 |