summaryrefslogtreecommitdiff
path: root/Mailman/GatewayManager.py
Commit message (Expand)AuthorAgeFilesLines
* It all started by trying to remove MailList.Create() and use the IListManagerBarry Warsaw2007-08-051-39/+0
* Update copyright years.bwarsaw2007-01-191-1/+1
* Merged revisions 8113-8121 via svnmerge from bwarsaw2006-12-291-9/+10
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* InitVars(): New config variable news_moderation, which is a 3-way flagbwarsaw2002-10-191-3/+6
* Allow postings gatewayed to Usenet to inhibit the Subject: fieldbwarsaw2002-07-311-0/+1
* Update copyright years.bwarsaw2002-03-161-1/+1
* All:bwarsaw2001-07-181-36/+0
* Reformatting.bwarsaw2001-02-281-18/+21
* First integration patch for Juan Carlos's translatable string changesbwarsaw2000-12-071-14/+14
* GatewayManager.InitVars(): Accepted SF patch #101333, David Champion'sbwarsaw2000-09-191-1/+1
* GetConfigInfo(): Reword slightly the two toggles to be morebwarsaw2000-06-231-4/+12
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* GetConfigInfo(): Use TEXTFIELDWIDTH for all string input fieldsbwarsaw2000-03-031-2/+7
* All the functionality of this class is moved elsewhere (cron/gate_newsbwarsaw1999-11-121-160/+8
* Fixed typo in SendMailToNewsGroup().hmeland1999-07-011-1/+1
* PollNewsGroup(): Synthesize unixfrom header ("From ") forbwarsaw1999-04-021-0/+7
* SendMailToNewsGroup(): The test for whether to short-circuit (and thusbwarsaw1999-03-061-7/+10
* GatewayManager.SendMailToNewsGroup(): Disgusting but necessary hack tobwarsaw1999-02-101-0/+17
* SendMailToNewsGroup(): Slight reconfiguration of error messagesbwarsaw1998-12-301-7/+7
* SendMailToNewsGroup(): Don't raise an exception when either thebwarsaw1998-12-301-4/+8
* SendMailToNewsGroup(): Small stylistic tweak to put the os.fork() inbwarsaw1998-12-291-2/+2
* PollNewsGroup(): Significantly rewritten to work better with the newbwarsaw1998-12-181-21/+14
* SendMailToNewsGroup(): Okay, use the same test that's in MailList.pybwarsaw1998-12-171-1/+1
* SendMailToNewsGroup(): If the Subject: line does not include abwarsaw1998-12-171-1/+6
* GetConfigInfo(): Fixed bogus indentationbwarsaw1998-12-171-19/+19
* Several changes. WARNING: This is untested since I don't currentlybwarsaw1998-12-101-118/+149
* Convert all module names to their new names.bwarsaw1998-06-191-2/+6
* Multi-line headers won't have a colon in every line, so don't assume there wi...viega1998-06-021-2/+2
* Pretty minor bugfixing. Use NewsMessage instead of the mail message soviega1998-06-021-18/+41
* Added a mixin that allows for Mail->News and News->Mail gateways. Iviega1998-05-311-0/+119