summaryrefslogtreecommitdiff
path: root/cron/gate_news (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move all cron scripts to the new Mailman.bin package layout and complete thebwarsaw2006-05-131-269/+0
* - Fixes to further remove the old Syslog from bin and cron scripts. Note thatbwarsaw2006-04-241-46/+31
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* open_newsgroup(): mlist.nntp_host may now be a host:port pair.bwarsaw2003-05-121-2/+12
* Jon Parise's patch to improve the usage() output for the command linebwarsaw2002-10-211-3/+7
* In the LogStdErr() call, we don't need to pass in the tee argument,bwarsaw2002-10-211-1/+1
* open_newsgroup(): SF bug # 620033 indicates that an IOError can bebwarsaw2002-10-151-5/+5
* poll_newsgroup(): Eek! Typo! The intent was definitely to remove anybwarsaw2002-09-061-1/+1
* Share a single nntp connection amongst all lists with the samebwarsaw2002-04-281-9/+29
* poll_newsgroup(): GetAdminEmail() is gone so replace this with morebwarsaw2002-03-271-2/+5
* Update imports for the new rules on shadowing standard librarybwarsaw2002-02-231-7/+5
* mimelib -> emailbwarsaw2001-10-221-4/+4
* Ben Gertzfield's patch to hardcode the path to the python executablebwarsaw2001-09-071-1/+1
* Reorder the imports so mm_cfg is always the first module importedbwarsaw2001-07-271-3/+6
* poll_newsgroup(): work around Python 2.0 restriction on continue inside trytwouters2001-07-261-1/+8
* poll_newsgroup(): Untested patch so that newsgroup messages withbwarsaw2001-07-251-1/+8
* Duh, don't try to import mimelib.Parser until after the paths havebwarsaw2001-02-161-2/+2
* De-string-module-ify.bwarsaw2001-02-151-17/+23
* process_lists(): Wrap the open_newsgroup() call in a try/except tobwarsaw2000-12-201-2/+6
* Minor clean up. Also turn off incessant logging on every execution.bwarsaw2000-09-141-4/+0
* process_lists(): Rewritten for efficiency. The list object is neverbwarsaw2000-06-281-30/+35
* Get rid of the os.fork() for gating each newsgroup. All gating nowbwarsaw2000-06-271-78/+49
* Use syslog() interface instead of writing to stderr. All syslogbwarsaw2000-06-231-24/+39
* Get rid of the -s/--stderrs and --quiet/-q options. Use syslog() forbwarsaw2000-06-201-123/+80
* open_newsgroup(): Use NNTP_USERNAME and NNTP_PASSWORD for optionalbwarsaw2000-06-051-1/+3
* poll_newsgroup(): MailList objects don't have a Post() methodbwarsaw2000-06-031-3/+4
* poll_newsgroup(): Use time.ctime() as a more succinct way of craftingbwarsaw2000-05-311-1/+1
* Significant reworking based on the comments of Harald Meland and Jimbwarsaw2000-04-071-207/+165
* cosmeticbwarsaw2000-03-281-1/+1
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* Import nntplib from Mailman.pythonlib package to pick up the 1.5.2+bwarsaw2000-03-131-17/+11
* poll_newsgroup(): If a To: header is found in the original message, itbwarsaw2000-02-091-2/+3
* main(): Watch out for error 500 when using the group command on thebwarsaw2000-02-071-1/+10
* poll_newsgroup(): slightly better debuggingbwarsaw1999-12-251-2/+2
* Added "tee_to_stdout=0" argument to the LogStdErr() call, to avoidhmeland1999-12-161-1/+1
* Close the NNTP connection in a better way.bwarsaw1999-12-131-7/+5
* Be sure to close the NNTP connection so we don't leak file descriptorsbwarsaw1999-12-131-13/+6
* Don't include process ids in messages since these are now implicitlybwarsaw1999-12-131-11/+9
* Pre-load the cgi module from our special one, similar to what happensbwarsaw1999-12-111-0/+12
* Increase the logging, because something weird is going on!bwarsaw1999-12-111-5/+18
* More logging so we can find errors in the gating module better.bwarsaw1999-12-091-7/+9
* A serious rewrite to make it more robust, and to add a somewhat usefulbwarsaw1999-11-241-85/+200
* typobwarsaw1999-11-121-1/+1
* Move all the newsgroup polling logic to here from GatewayManager.bwarsaw1999-11-121-1/+63
* cosmeticbwarsaw1999-11-121-0/+1
* flock => LockFilebwarsaw1999-08-201-3/+3
* On some RedHat Linuxes, there appears to be a problem with some cronsbwarsaw1999-01-131-0/+5
* Significantly rewritten to handle many lurking bugs.bwarsaw1998-12-181-32/+85
* added os._exit(0) at end of for loop, to prevent forking too manycotton1998-11-091-0/+6
* Whoops, forgot the packagization had happened, should have been:viega1998-07-071-1/+1