Package: claws-mail-perl-filter
Version: 3.13.2-1
Severity: normal
Tags: upstream

Perl code built in into the library file:
#v+
sub color {
    ($color) = @_;$color = lc2_ $color;
#v-

The above code deparsed by  "perl -MO=Deparse ..."
#v+
sub color {
    ($color) = @_;
    $color = $color->lc2_;
#v-

According to man page $color should be a number (in 0-7 range) or a string.
The above interpretation of the code makes sub color unusable for such
parameters.

-- System Information:
Debian Release: stretch/sid

Versions of packages:
ii  claws-mail           3.13.2-1
ii  libperl5.22          5.22.1-5

Reply via email to