aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/spf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/spf.c')
-rw-r--r--src/plugins/spf.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plugins/spf.c b/src/plugins/spf.c
index e9b1531ac..12ec80e67 100644
--- a/src/plugins/spf.c
+++ b/src/plugins/spf.c
@@ -227,13 +227,6 @@ spf_plugin_callback (struct spf_record *record, struct worker_task *task)
}
spf_check_list (l, task);
}
-
- if (task->save.saved == 0) {
- /* Call other filters */
- task->save.saved = 1;
- /* Note that here task MAY be destroyed */
- process_filters (task);
- }
}