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.
2 parents 78824af + a2879c1 commit 047dddbCopy full SHA for 047dddb
interface/web/mail/spamfilter_policy_edit.php
@@ -93,6 +93,7 @@ function onSubmit() {
93
function onAfterUpdate() {
94
$this->record_has_changed = false;
95
foreach($this->dataRecord as $key => $val) {
96
+ if ($key == 'policy_name') { continue; } // Don't trigger update of all spamfilter users if only policy_name is changed
97
if(isset($this->oldDataRecord[$key]) && @$this->oldDataRecord[$key] != $val) {
98
// Record has changed
99
$this->record_has_changed = true;
0 commit comments