summaryrefslogtreecommitdiffstats
path: root/utils/cgp_rspamd.pl
diff options
context:
space:
mode:
Diffstat (limited to 'utils/cgp_rspamd.pl')
-rw-r--r--utils/cgp_rspamd.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/cgp_rspamd.pl b/utils/cgp_rspamd.pl
index 68abc9342..8ef2a7cf4 100644
--- a/utils/cgp_rspamd.pl
+++ b/utils/cgp_rspamd.pl
@@ -64,7 +64,7 @@ sub rspamd_scan {
print "$tag FAILURE\n";
}
else {
- my $def = $js->{'default'};
+ my $def = $js;
my $headers = "";
if ( !$def ) {