Skip to content
Snippets Groups Projects
Commit 57c66390 authored by rswindell's avatar rswindell
Browse files

Fix the ubiquitous typo in the previous commit.

parent 15c00235
Branches
Tags
No related merge requests found
......@@ -59,7 +59,7 @@ function main()
log(LOG_INFO, "spamc: score: " + ret.score + ' / ' + ret.threshold);
if(!reject_threshold || ret.score < reject_threshold)) {
if(!reject_threshold || ret.score < reject_threshold) {
var msg_file = new File(message_text_filename);
if(!msg_file.open("w")) {
log(LOG_ERR,format("spamc: !ERROR %d opening message text file: %s"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment