[Mailman-Developers] (no subject)

Sandesh Agrawal sakuag333 at gmail.com
Sat Dec 29 13:31:02 CET 2012


I have trying to inject many messages into lmtp queue using  :

./bin/mailman inject abc at xyz.com -f message_file -q lmtp

But whenever i see the number of messages using:

>>> from mailman.testing.helpers import get_queue_messages
 >>> items = get_queue_messages('lmtp')
 >>> len(items)

it always display 1 , and on executing :

>>>print items[0].msg.as_string()

only the latest message is being displayed, where are other older
messages going ?


More information about the Mailman-Developers mailing list