summaryrefslogtreecommitdiff
path: root/Mailman/Queue/Switchboard.py
diff options
context:
space:
mode:
authortkikuchi2007-03-02 12:36:15 +0000
committertkikuchi2007-03-02 12:36:15 +0000
commita39a27fce459fb6fc4d0c1ee17ab571d51bf16bf (patch)
tree97824a5764d9924e283ba0c2c94e39bc6cd0a3b1 /Mailman/Queue/Switchboard.py
parent173997db20a1fad4ec6a78e0c7a88e147869cd7d (diff)
downloadmailman-a39a27fce459fb6fc4d0c1ee17ab571d51bf16bf.tar.gz
mailman-a39a27fce459fb6fc4d0c1ee17ab571d51bf16bf.tar.zst
mailman-a39a27fce459fb6fc4d0c1ee17ab571d51bf16bf.zip
Diffstat (limited to 'Mailman/Queue/Switchboard.py')
-rw-r--r--Mailman/Queue/Switchboard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Queue/Switchboard.py b/Mailman/Queue/Switchboard.py
index faf0988e1..43d121f6f 100644
--- a/Mailman/Queue/Switchboard.py
+++ b/Mailman/Queue/Switchboard.py
@@ -94,7 +94,7 @@ class Switchboard:
else:
protocol = 0
msgsave = cPickle.dumps(str(_msg), protocol)
- hashfood = msgsave + listname + `now`
+ hashfood = msgsave + str(listname) + `now`
# Encode the current time into the file name for FIFO sorting in
# files(). The file name consists of two parts separated by a `+':
# the received time for this message (i.e. when it first showed up on