Correct names of fields in summary record

This commit is contained in:
Brian Read 2024-06-19 09:14:57 +01:00
parent 6e81bf1600
commit 44b811d09e

View File

@ -578,8 +578,8 @@ def get_heading():
tag_reject_info = f"Tag level: {SATagLevel}; Reject level: {SARejectLevel} {warnnoreject}"
# SMTP connection stats
smtp_stats = f"All External SMTP connections accepted: {totalexternalsmtpsessions}\n"\
f"All Internal SMTP connections accepted: {totalinternalsmtpsessions}\n"\
smtp_stats = f"External SMTP connections accepted: {totalexternalsmtpsessions}\n"\
f"Internal SMTP connections accepted: {totalinternalsmtpsessions}\n"\
f"Emails per hour: {emailperhour:.1f}/hr\n"\
f"Average spam score (accepted): {spamavg or 0:.2f}\n"\
f"Average spam score (rejected): {rejectspamavg or 0:.2f}\n"\