Ungreedy modifier does nothing here; remove to avoid unecessary confusion
[squirrelmail.git] / class / mime / AddressStructure.class.php
index 26f782a0e01ce4cde65dc118ee6cb22f27645c29..fb1e5f3cf6f34906b3859ca72a904d861b0d2755 100644 (file)
@@ -60,7 +60,7 @@ class AddressStructure {
                                   : $this->mailbox);
             $personal = trim($this->personal);
             $is_encoded = false;
-            if (preg_match('/(=\?([^?]*)\?(Q|B)\?([^?]*)\?=)(.*)/Ui',$personal,$reg)) {
+            if (preg_match('/(=\?([^?]*)\?(Q|B)\?([^?]*)\?=)(.*)/i',$personal,$reg)) {
                 $is_encoded = true;
             }
             if ($personal) {