Silence a warning in plugins/greylisting
This commit is contained in:
parent
9882f3167f
commit
4de1d388b9
@ -346,7 +346,7 @@ sub greylist {
|
|||||||
$self->log(LOGDEBUG,
|
$self->log(LOGDEBUG,
|
||||||
"config: "
|
"config: "
|
||||||
. join(',',
|
. join(',',
|
||||||
map { $_ . '=' . $config->{$_} } sort keys %$config)
|
map { $_ . '=' . (defined $config->{$_} ? $config->{$_} : '') } sort keys %$config)
|
||||||
);
|
);
|
||||||
|
|
||||||
return DECLINED if $self->exclude();
|
return DECLINED if $self->exclude();
|
||||||
|
Loading…
Reference in New Issue
Block a user