summaryrefslogtreecommitdiff
path: root/mailman/pipeline/smtp_direct.py
diff options
context:
space:
mode:
authorBarry Warsaw2009-01-03 05:47:41 -0500
committerBarry Warsaw2009-01-03 05:47:41 -0500
commit1d0761d2c77ef405beb93f47862d41eee3d0a820 (patch)
tree49cfe33afe1c9d3ecd4b36223486b6379e1ea03f /mailman/pipeline/smtp_direct.py
parent01f35df61d8504c4c2f07943dab9ac1a71718893 (diff)
downloadmailman-1d0761d2c77ef405beb93f47862d41eee3d0a820.tar.gz
mailman-1d0761d2c77ef405beb93f47862d41eee3d0a820.tar.zst
mailman-1d0761d2c77ef405beb93f47862d41eee3d0a820.zip
Diffstat (limited to 'mailman/pipeline/smtp_direct.py')
-rw-r--r--mailman/pipeline/smtp_direct.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailman/pipeline/smtp_direct.py b/mailman/pipeline/smtp_direct.py
index 051ba0096..b203ebb8e 100644
--- a/mailman/pipeline/smtp_direct.py
+++ b/mailman/pipeline/smtp_direct.py
@@ -185,7 +185,7 @@ def process(mlist, msg, msgdata):
sender = origsender,
recip = len(recips),
size = msg.original_size,
- seconds = t1 - t0,
+ time = t1 - t0,
refused = len(refused),
smtpcode = 'n/a',
smtpmsg = 'n/a',