;ò
¢)?Bc           @   s7   d  Z  d k l Z d k l Z d f  d „  ƒ  YZ d S(   s°   Mixin class for configuring Usenet gateway.

All the actual functionality is in Handlers/ToUsenet.py for the mail->news
gateway and cron/gate_news for the news->mail gateway.

(   s   mm_cfg(   s   _s   GatewayManagerc           B   s   t  Z d „  Z RS(   Nc         C   s=   t  i |  _ d |  _ d |  _ d |  _ d |  _ d |  _ d  S(   Ns    i    i   (	   s   mm_cfgs   DEFAULT_NNTP_HOSTs   selfs	   nntp_hosts   linked_newsgroups   gateway_to_newss   gateway_to_mails   news_prefix_subject_toos   news_moderation(   s   self(    (    s&   /var/mailman/Mailman/GatewayManager.pys   InitVars   s    				(   s   __name__s
   __module__s   InitVars(    (    (    s&   /var/mailman/Mailman/GatewayManager.pys   GatewayManager   s   N(   s   __doc__s   Mailmans   mm_cfgs   Mailman.i18ns   _s   GatewayManager(   s   GatewayManagers   mm_cfgs   _(    (    s&   /var/mailman/Mailman/GatewayManager.pys   ?   s   