diff options
| author | bwarsaw | 1998-12-17 05:37:50 +0000 |
|---|---|---|
| committer | bwarsaw | 1998-12-17 05:37:50 +0000 |
| commit | 9c0488dd1fef086fb2bc91e1df3611f3bcfdee4c (patch) | |
| tree | c05cbb08fed1ad3a369d65e6e0f9c3ec618248ab /Mailman/GatewayManager.py | |
| parent | 494c5cf6edf902eb316ef5db8fcfd01a2ce9f34c (diff) | |
| download | mailman-9c0488dd1fef086fb2bc91e1df3611f3bcfdee4c.tar.gz mailman-9c0488dd1fef086fb2bc91e1df3611f3bcfdee4c.tar.zst mailman-9c0488dd1fef086fb2bc91e1df3611f3bcfdee4c.zip | |
Diffstat (limited to 'Mailman/GatewayManager.py')
| -rw-r--r-- | Mailman/GatewayManager.py | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/Mailman/GatewayManager.py b/Mailman/GatewayManager.py index bdebc8f21..604a79593 100644 --- a/Mailman/GatewayManager.py +++ b/Mailman/GatewayManager.py @@ -36,25 +36,25 @@ class GatewayManager: self.gateway_to_news = 0 self.gateway_to_mail = 0 - def GetConfigInfo(self): - return [ - 'Mail-to-News and News-to-Mail gateway services.', - ('nntp_host', mm_cfg.String, 50, 0, - 'The Internet address of the machine your News server ' - 'is running on.', - 'The News server is not part of Mailman proper. You have to ' - 'already have access to a NNTP server, and that NNTP server ' - 'has to recognize the machine this mailing list runs on as ' - 'a machine capable of reading and posting news.'), - ('linked_newsgroup', mm_cfg.String, 50, 0, - 'The name of the Usenet group to gateway to and/or from.'), - ('gateway_to_news', mm_cfg.Toggle, ('No', 'Yes'), 0, - 'Should posts to the mailing list be resent to the ' - 'newsgroup?'), - ('gateway_to_mail', mm_cfg.Toggle, ('No', 'Yes'), 0, - 'Should newsgroup posts not sent from the list be resent ' - 'to the list?') - ] + def GetConfigInfo(self): + return [ + 'Mail-to-News and News-to-Mail gateway services.', + ('nntp_host', mm_cfg.String, 50, 0, + 'The Internet address of the machine your News server ' + 'is running on.', + 'The News server is not part of Mailman proper. You have to ' + 'already have access to a NNTP server, and that NNTP server ' + 'has to recognize the machine this mailing list runs on as ' + 'a machine capable of reading and posting news.'), + ('linked_newsgroup', mm_cfg.String, 50, 0, + 'The name of the Usenet group to gateway to and/or from.'), + ('gateway_to_news', mm_cfg.Toggle, ('No', 'Yes'), 0, + 'Should posts to the mailing list be resent to the ' + 'newsgroup?'), + ('gateway_to_mail', mm_cfg.Toggle, ('No', 'Yes'), 0, + 'Should newsgroup posts not sent from the list be resent ' + 'to the list?') + ] # Watermarks are kept externally to avoid locking problems. def PollNewsGroup(self, watermark): |
