clamdscan: default is scan always, even authenticated
This commit is contained in:
parent
d239f394e9
commit
5825c2c3c8
@ -140,7 +140,7 @@ sub data_post_handler {
|
|||||||
|
|
||||||
my $filename = $self->get_filename( $transaction ) or return DECLINED;
|
my $filename = $self->get_filename( $transaction ) or return DECLINED;
|
||||||
|
|
||||||
return (DECLINED) if $self->is_immune();
|
#return (DECLINED) if $self->is_immune();
|
||||||
return (DECLINED) if $self->is_too_big( $transaction );
|
return (DECLINED) if $self->is_too_big( $transaction );
|
||||||
return (DECLINED) if $self->is_not_multipart( $transaction );
|
return (DECLINED) if $self->is_not_multipart( $transaction );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user