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 f6420c0 + 0c490a4 commit b28bfb8Copy full SHA for b28bfb8
interface/lib/plugins/mail_user_filter_plugin.inc.php
@@ -217,7 +217,7 @@ private function mail_user_filter_get_rule($page_form) {
217
} elseif ($page_form->dataRecord["action"] == 'stop') {
218
$content .= " stop;\n";
219
} elseif ($page_form->dataRecord["action"] == 'reject') {
220
- $content .= ' reject "'.$page_form->dataRecord["target"].'"; stop;\n\n';
+ $content .= ' reject "'.$page_form->dataRecord["target"].'";' . "\n stop;\n";
221
} else {
222
$content .= " discard;\n stop;\n";
223
}
0 commit comments