From: Don Armstrong Date: Fri, 15 Dec 2017 21:51:10 +0000 (-0800) Subject: it's spamc_learn, not spam_learn X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b237cbf8173fcdb2b7bd85d825d4ea81569e9ffd;p=debbugs.git it's spamc_learn, not spam_learn --- diff --git a/bin/debbugs-spam b/bin/debbugs-spam index b7ce302e..bf130af1 100755 --- a/bin/debbugs-spam +++ b/bin/debbugs-spam @@ -246,11 +246,11 @@ sub learn { foreachmsg(sub { my ($bn,$rec,$mid) = @_; if ($spam->is_spam($mid)) { - spam_learn_spam($rec,$options->{spamc},$options->{spamc_opts}); + spamc_learn_spam($rec,$options->{spamc},$options->{spamc_opts}); return; } if ($spam->is_ham($mid)) { - spam_learn_ham($rec,$options->{spamc},$options->{spamc_opts}); + spamc_learn_ham($rec,$options->{spamc},$options->{spamc_opts}); return; } },