Skip to content

Commit dee5898

Browse files
author
Till Brehm
committed
Added: FS#2589 - User Mail Filter tracing patch
1 parent bf4b951 commit dee5898

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interface/lib/plugins/mail_user_filter_plugin.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ private function mail_user_filter_get_rule($page_form) {
252252

253253
if($page_form->dataRecord["action"] == 'move') {
254254
$content .= 'ID' . "$page_form->id" . 'EndFolder = "$DEFAULT/.' . $page_form->dataRecord['target'] . '/"' . "\n";
255+
$content .= "xfilter \"/usr/bin/formail -A \\\"X-User-Mail-Filter-ID"."$page_form->id".": Yes\\\"\"" . "\n";
255256
$content .= "to ". '$ID' . "$page_form->id" . 'EndFolder' . "\n";
256257
} else {
257258
$content .= "to /dev/null\n";

0 commit comments

Comments
 (0)