fix: fixed variable scope
This commit is contained in:
parent
9380ca5698
commit
9a7a1c3d31
@ -44,7 +44,7 @@ sub hook_queue {
|
|||||||
$queue =~ /^lmtp:\/\/(.*):(\d+)$/;
|
$queue =~ /^lmtp:\/\/(.*):(\d+)$/;
|
||||||
$lmtp_host=$1;
|
$lmtp_host=$1;
|
||||||
$lmtp_port=$2;
|
$lmtp_port=$2;
|
||||||
my $lmtp_user = $transaction->notes("destination-user") || "";
|
$lmtp_user = $transaction->notes("destination-user") || "";
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user