|
@@ -797,7 +797,7 @@ def handle(envelope: Envelope, smtp: SMTP) -> str:
|
|
|
|
|
|
# Whether it's necessary to apply greylisting
|
|
|
if greylisting_needed(envelope.mail_from, envelope.rcpt_tos):
|
|
|
- LOG.error(
|
|
|
+ LOG.warning(
|
|
|
"Grey listing applied for %s %s", envelope.mail_from, envelope.rcpt_tos
|
|
|
)
|
|
|
return "421 SL Retry later"
|