We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8dc8ba commit 8afac82Copy full SHA for 8afac82
interface/web/mail/mail_user_filter_edit.php
@@ -148,7 +148,7 @@ function getRule() {
148
} elseif ($this->dataRecord["op"] == 'is') {
149
$content .= $searchterm."$/:h)\n";
150
} elseif ($this->dataRecord["op"] == 'begins') {
151
- $content .= $searchterm."/:h)\n";
+ $content .= " ".$searchterm."/:h)\n";
152
} elseif ($this->dataRecord["op"] == 'ends') {
153
$content .= ".*".$searchterm."$/:h)\n";
154
}
0 commit comments