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

./bin/mailman inject a...@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 ?
_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
http://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to