diff options
| -rw-r--r-- | Mailman/ListAdmin.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mailman/ListAdmin.py b/Mailman/ListAdmin.py index fed99d891..a9a107657 100644 --- a/Mailman/ListAdmin.py +++ b/Mailman/ListAdmin.py @@ -182,6 +182,8 @@ class ListAdmin: # Queue the file for delivery by qrunner. Trying to deliver the # message directly here can lead to a huge delay in web # turnaround. + self.LogMsg('vette', 'approved held message enqueued: %s' % + filename) msg.Enqueue(self, newdata=msgdata) elif value == 1: # Rejected |
