clamdscan: default is scan always, even authenticated
This commit is contained in:
parent
e46c6e39ad
commit
96f49c98ff
@ -140,7 +140,7 @@ sub data_post_handler {
|
||||
|
||||
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_not_multipart( $transaction );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user