;ò
¢)?Bc           @   s-   d  Z  d k l Z d k l Z d „  Z d S(   sı   Re-queue the message to the outgoing queue.

This module is only for use by the IncomingRunner for delivering messages
posted to the list membership.  Anything else that needs to go out to some
recipient should just be placed in the out queue directly.
(   s   mm_cfg(   s   get_switchboardc         C   s¶   t  i } | i d ƒ o nk |  i o t  i o d | d <q‡ nE | d j o n4 | d j o d | d <n t |  i	 ƒ | | d <t
 t  i ƒ } | i | | d |  i ƒ  ƒd  S(   Ns   verpi   i    s   listname(   s   mm_cfgs   VERP_DELIVERY_INTERVALs   intervals   msgdatas   has_keys   mlists   personalizes   VERP_PERSONALIZED_DELIVERIESs   ints   post_ids   get_switchboards   OUTQUEUE_DIRs   outqs   enqueues   msgs   internal_name(   s   mlists   msgs   msgdatas   outqs   interval(    (    s+   /var/mailman/Mailman/Handlers/ToOutgoing.pys   process   s    		

N(   s   __doc__s   Mailmans   mm_cfgs   Mailman.Queue.sbcaches   get_switchboards   process(   s   processs   mm_cfgs   get_switchboard(    (    s+   /var/mailman/Mailman/Handlers/ToOutgoing.pys   ?   s   