bogus_bounce: suppress undefined var error
This commit is contained in:
parent
5853ec1a47
commit
eeacf83e3a
@ -56,7 +56,7 @@ sub register {
|
||||
};
|
||||
|
||||
# we only need to check for deferral, default is DENY
|
||||
if ( $self->{_args}{action} =~ /soft/i ) {
|
||||
if ( $self->{_args}{action} && $self->{_args}{action} =~ /soft/i ) {
|
||||
$self->{_args}{reject_type} = 'temp';
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user