clamdscan: default is scan always, even authenticated
This commit is contained in:
parent
3a622b3ee9
commit
93be22020b
@ -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