Correct names of fields in summary record
This commit is contained in:
parent
6e81bf1600
commit
44b811d09e
@ -578,8 +578,8 @@ def get_heading():
|
|||||||
tag_reject_info = f"Tag level: {SATagLevel}; Reject level: {SARejectLevel} {warnnoreject}"
|
tag_reject_info = f"Tag level: {SATagLevel}; Reject level: {SARejectLevel} {warnnoreject}"
|
||||||
|
|
||||||
# SMTP connection stats
|
# SMTP connection stats
|
||||||
smtp_stats = f"All External SMTP connections accepted: {totalexternalsmtpsessions}\n"\
|
smtp_stats = f"External SMTP connections accepted: {totalexternalsmtpsessions}\n"\
|
||||||
f"All Internal SMTP connections accepted: {totalinternalsmtpsessions}\n"\
|
f"Internal SMTP connections accepted: {totalinternalsmtpsessions}\n"\
|
||||||
f"Emails per hour: {emailperhour:.1f}/hr\n"\
|
f"Emails per hour: {emailperhour:.1f}/hr\n"\
|
||||||
f"Average spam score (accepted): {spamavg or 0:.2f}\n"\
|
f"Average spam score (accepted): {spamavg or 0:.2f}\n"\
|
||||||
f"Average spam score (rejected): {rejectspamavg or 0:.2f}\n"\
|
f"Average spam score (rejected): {rejectspamavg or 0:.2f}\n"\
|
||||||
|
Loading…
Reference in New Issue
Block a user