fix: fixed typo
This commit is contained in:
parent
e692ad212c
commit
9380ca5698
@ -55,7 +55,7 @@ sub hook_queue {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!$lmtp_user) {
|
if (!$lmtp_user) {
|
||||||
$self->log(LOGERR, "No sender address found for transaction.\n");
|
$self->log(LOGERROR, "No sender address found for transaction.\n");
|
||||||
return DECLINED;
|
return DECLINED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user