On Jan 10, 2013, at 11:06 PM, Sandesh Agrawal wrote: >enqueue() in switchboard.py create a .pck file for each injected >message in var/queue/* directory. >Say a message injected in incoming queue will have a .pck file in var/queue/in > >But for 'lmtp' and 'rest' runners , if we do not need the creation of >var/queue/lmtp and var/queue/rest directories, is there a need for >calling enqueue() ?
No. Where does the lmtp and rest runners switchboard get called? In fact, those runners should probably not even have switchboard instances. Cheers, -Barry _______________________________________________ Mailman-Developers mailing list [email protected] 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
