| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move all cron scripts to the new Mailman.bin package layout and complete the | bwarsaw | 2006-05-13 | 1 | -269/+0 |
| * | - Fixes to further remove the old Syslog from bin and cron scripts. Note that | bwarsaw | 2006-04-24 | 1 | -46/+31 |
| * | FSF office has moved. chdcking in for MAIN branch. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| * | open_newsgroup(): mlist.nntp_host may now be a host:port pair. | bwarsaw | 2003-05-12 | 1 | -2/+12 |
| * | Jon Parise's patch to improve the usage() output for the command line | bwarsaw | 2002-10-21 | 1 | -3/+7 |
| * | In the LogStdErr() call, we don't need to pass in the tee argument, | bwarsaw | 2002-10-21 | 1 | -1/+1 |
| * | open_newsgroup(): SF bug # 620033 indicates that an IOError can be | bwarsaw | 2002-10-15 | 1 | -5/+5 |
| * | poll_newsgroup(): Eek! Typo! The intent was definitely to remove any | bwarsaw | 2002-09-06 | 1 | -1/+1 |
| * | Share a single nntp connection amongst all lists with the same | bwarsaw | 2002-04-28 | 1 | -9/+29 |
| * | poll_newsgroup(): GetAdminEmail() is gone so replace this with more | bwarsaw | 2002-03-27 | 1 | -2/+5 |
| * | Update imports for the new rules on shadowing standard library | bwarsaw | 2002-02-23 | 1 | -7/+5 |
| * | mimelib -> email | bwarsaw | 2001-10-22 | 1 | -4/+4 |
| * | Ben Gertzfield's patch to hardcode the path to the python executable | bwarsaw | 2001-09-07 | 1 | -1/+1 |
| * | Reorder the imports so mm_cfg is always the first module imported | bwarsaw | 2001-07-27 | 1 | -3/+6 |
| * | poll_newsgroup(): work around Python 2.0 restriction on continue inside try | twouters | 2001-07-26 | 1 | -1/+8 |
| * | poll_newsgroup(): Untested patch so that newsgroup messages with | bwarsaw | 2001-07-25 | 1 | -1/+8 |
| * | Duh, don't try to import mimelib.Parser until after the paths have | bwarsaw | 2001-02-16 | 1 | -2/+2 |
| * | De-string-module-ify. | bwarsaw | 2001-02-15 | 1 | -17/+23 |
| * | process_lists(): Wrap the open_newsgroup() call in a try/except to | bwarsaw | 2000-12-20 | 1 | -2/+6 |
| * | Minor clean up. Also turn off incessant logging on every execution. | bwarsaw | 2000-09-14 | 1 | -4/+0 |
| * | process_lists(): Rewritten for efficiency. The list object is never | bwarsaw | 2000-06-28 | 1 | -30/+35 |
| * | Get rid of the os.fork() for gating each newsgroup. All gating now | bwarsaw | 2000-06-27 | 1 | -78/+49 |
| * | Use syslog() interface instead of writing to stderr. All syslog | bwarsaw | 2000-06-23 | 1 | -24/+39 |
| * | Get rid of the -s/--stderrs and --quiet/-q options. Use syslog() for | bwarsaw | 2000-06-20 | 1 | -123/+80 |
| * | open_newsgroup(): Use NNTP_USERNAME and NNTP_PASSWORD for optional | bwarsaw | 2000-06-05 | 1 | -1/+3 |
| * | poll_newsgroup(): MailList objects don't have a Post() method | bwarsaw | 2000-06-03 | 1 | -3/+4 |
| * | poll_newsgroup(): Use time.ctime() as a more succinct way of crafting | bwarsaw | 2000-05-31 | 1 | -1/+1 |
| * | Significant reworking based on the comments of Harald Meland and Jim | bwarsaw | 2000-04-07 | 1 | -207/+165 |
| * | cosmetic | bwarsaw | 2000-03-28 | 1 | -1/+1 |
| * | Update the copyright lines to include the years 1999 & 2000. | bwarsaw | 2000-03-21 | 1 | -1/+1 |
| * | Import nntplib from Mailman.pythonlib package to pick up the 1.5.2+ | bwarsaw | 2000-03-13 | 1 | -17/+11 |
| * | poll_newsgroup(): If a To: header is found in the original message, it | bwarsaw | 2000-02-09 | 1 | -2/+3 |
| * | main(): Watch out for error 500 when using the group command on the | bwarsaw | 2000-02-07 | 1 | -1/+10 |
| * | poll_newsgroup(): slightly better debugging | bwarsaw | 1999-12-25 | 1 | -2/+2 |
| * | Added "tee_to_stdout=0" argument to the LogStdErr() call, to avoid | hmeland | 1999-12-16 | 1 | -1/+1 |
| * | Close the NNTP connection in a better way. | bwarsaw | 1999-12-13 | 1 | -7/+5 |
| * | Be sure to close the NNTP connection so we don't leak file descriptors | bwarsaw | 1999-12-13 | 1 | -13/+6 |
| * | Don't include process ids in messages since these are now implicitly | bwarsaw | 1999-12-13 | 1 | -11/+9 |
| * | Pre-load the cgi module from our special one, similar to what happens | bwarsaw | 1999-12-11 | 1 | -0/+12 |
| * | Increase the logging, because something weird is going on! | bwarsaw | 1999-12-11 | 1 | -5/+18 |
| * | More logging so we can find errors in the gating module better. | bwarsaw | 1999-12-09 | 1 | -7/+9 |
| * | A serious rewrite to make it more robust, and to add a somewhat useful | bwarsaw | 1999-11-24 | 1 | -85/+200 |
| * | typo | bwarsaw | 1999-11-12 | 1 | -1/+1 |
| * | Move all the newsgroup polling logic to here from GatewayManager. | bwarsaw | 1999-11-12 | 1 | -1/+63 |
| * | cosmetic | bwarsaw | 1999-11-12 | 1 | -0/+1 |
| * | flock => LockFile | bwarsaw | 1999-08-20 | 1 | -3/+3 |
| * | On some RedHat Linuxes, there appears to be a problem with some crons | bwarsaw | 1999-01-13 | 1 | -0/+5 |
| * | Significantly rewritten to handle many lurking bugs. | bwarsaw | 1998-12-18 | 1 | -32/+85 |
| * | added os._exit(0) at end of for loop, to prevent forking too many | cotton | 1998-11-09 | 1 | -0/+6 |
| * | Whoops, forgot the packagization had happened, should have been: | viega | 1998-07-07 | 1 | -1/+1 |