We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aef2832 + 324bfbd commit 322132cCopy full SHA for 322132c
1 file changed
server/plugins-available/postfix_filter_plugin.inc.php
@@ -80,7 +80,7 @@ function update($event_name, $data) {
80
81
$type = $data["new"]["type"];
82
if($type != '') {
83
- $sql = "SELECT * FROM mail_content_filter WHERE server_id = ? AND type = ?' AND active = 'y'";
+ $sql = "SELECT * FROM mail_content_filter WHERE server_id = ? AND type = ? AND active = 'y'";
84
$rules = $app->db->queryAllRecords($sql, $conf["server_id"], $type);
85
$content = '';
86
foreach($rules as $rule) {
0 commit comments