diff options
| author | Barry Warsaw | 2009-01-03 05:47:41 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-01-03 05:47:41 -0500 |
| commit | 1d0761d2c77ef405beb93f47862d41eee3d0a820 (patch) | |
| tree | 49cfe33afe1c9d3ecd4b36223486b6379e1ea03f /mailman/pipeline/smtp_direct.py | |
| parent | 01f35df61d8504c4c2f07943dab9ac1a71718893 (diff) | |
| download | mailman-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.py | 2 |
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', |
