Skip to content

Commit

Permalink
[Minor] Fix action name
Browse files Browse the repository at this point in the history
Submitted by: Alex Antropoff
  • Loading branch information
vstakhov committed Nov 17, 2019
1 parent 7075062 commit 65909c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/cgp_rspamd.pl
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ sub rspamd_scan {
}
}
elsif ( $action eq 'soft reject' ) {
print "$tag REJECT Try again later\n";
print "$tag REJECTED Try again later\n";
return;
}

Expand Down

0 comments on commit 65909c1

Please sign in to comment.