diff --git a/interface/web/mail/spamfilter_policy_edit.php b/interface/web/mail/spamfilter_policy_edit.php
index e8dd7f74736487f5f105cf345392a5aff2b66796..18d31beddd6ba54d79eb07130b78d123ac331e37 100644
--- a/interface/web/mail/spamfilter_policy_edit.php
+++ b/interface/web/mail/spamfilter_policy_edit.php
@@ -93,6 +93,7 @@ class page_action extends tform_actions {
 	function onAfterUpdate() {
 		$this->record_has_changed = false;
 		foreach($this->dataRecord as $key => $val) {
+            if ($key == 'policy_name') { continue; } // Don't trigger update of all spamfilter users if only policy_name is changed
 			if(isset($this->oldDataRecord[$key]) && @$this->oldDataRecord[$key] != $val) {
 				// Record has changed
 				$this->record_has_changed = true;