Wakaba & Kareha 3.0.0 (349)

308 Name: Popcorn Mariachi : 2007-05-18 23:26 ID:2qGbUEJW [Del]

I believe this line (1048) in wakautils.pl contains a bug:
my %excluded_fields=map ($_=>1),@{$args{excluded_fields}||[]};
It should be
my %excluded_fields=map +($_=>1),@{$args{excluded_fields}||[]};

Otherwise adding fields to the spam_engine call in wakaba.pl will do all of nothing. since file and password really really need to be on there if you intend to post to your board, this is a bit of a problem.

Name: Link:
Leave these fields empty (spam trap):
More options...
Verification: