Replace $ENV{RELAYCLIENT} with $connection->relay_client in last plugin.
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@453 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
5b9f01b5e4
commit
532ce30f64
@ -185,7 +185,7 @@ sub denysoft_greylist {
|
||||
$self->log(LOGDEBUG, "config: " . join(',',map { $_ . '=' . $config->{$_} } sort keys %$config));
|
||||
|
||||
# Always allow relayclients and whitelisted hosts/senders
|
||||
return DECLINED if exists $ENV{RELAYCLIENT};
|
||||
return DECLINED if exists $self->qp->connection->relay_client();
|
||||
return DECLINED if $self->qp->connection->notes('whitelisthost');
|
||||
return DECLINED if $transaction->notes('whitelistsender');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user