diff options
| author | bwarsaw | 2000-06-14 05:08:16 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-06-14 05:08:16 +0000 |
| commit | fb5f8f35ebd835c9ab6c61eef485ab318836c234 (patch) | |
| tree | 2eab618629f60d7448f8606d42502dff4f0149cf /Mailman/Message.py | |
| parent | 8ba3710f3694e53fcf542b73027efce9c01feca6 (diff) | |
| download | mailman-fb5f8f35ebd835c9ab6c61eef485ab318836c234.tar.gz mailman-fb5f8f35ebd835c9ab6c61eef485ab318836c234.tar.zst mailman-fb5f8f35ebd835c9ab6c61eef485ab318836c234.zip | |
Diffstat (limited to 'Mailman/Message.py')
| -rw-r--r-- | Mailman/Message.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Message.py b/Mailman/Message.py index ef003ada6..c309d81b9 100644 --- a/Mailman/Message.py +++ b/Mailman/Message.py @@ -112,7 +112,7 @@ class Message(rfc822.Message): return string.lower(string.split(self.unixfrom)[1]) else: # TBD: now what?! - return None + return '' def Enqueue(self, mlist, newdata={}, **kws): """Enqueue a message for redelivery by the qrunner cronjob. |
