mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 21:47:40 +03:00
add additional debug log
This commit is contained in:
parent
7df6b03fe6
commit
ef5ca38df4
1 changed files with 1 additions and 0 deletions
|
@ -173,6 +173,7 @@ func (s *state) authzSender(ctx context.Context, authName, email string) module.
|
|||
preparedEmail_single, ok, err = s.c.emailPrepare.Lookup(ctx, fromEmailNorm)
|
||||
preparedEmail = []string{preparedEmail_single}
|
||||
}
|
||||
s.log.DebugMsg("authorized emails", "preparedEmail", preparedEmail, "ok", ok)
|
||||
if err != nil {
|
||||
return s.c.errAction.Apply(module.CheckResult{
|
||||
Reason: &exterrors.SMTPError{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue