summaryrefslogtreecommitdiff
path: root/cron (follow)
Commit message (Expand)AuthorAgeFilesLines
* VERSION is no longer set in configure because it's too hard tobwarsaw1999-01-151-2/+0
* On some RedHat Linuxes, there appears to be a problem with some cronsbwarsaw1999-01-138-0/+32
* 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
* main(): A small kludge to ensure that we use an advertised list, ifklm1998-11-011-1/+5
* Removed inappropriate comment (apparent residue from incompleteklm1998-11-011-6/+2
* make finishbwarsaw1998-10-201-0/+2
* Using new routine to identify the admin address for a member,klm1998-10-171-6/+1
* main(): When the list is an umbrella list for other lists, theklm1998-10-171-3/+5
* Nagy's distclean patch. removes some files that should have beencotton1998-10-091-1/+1
* Be a bit verbose when optional subscriber target list is specified -klm1998-09-091-3/+12
* Take an optional argument specifying target subscribers, and whenklm1998-09-091-2/+6
* Add "Precedence: bulk" header to password reminders, so they don'tklm1998-08-141-1/+2
* Add "Precedence: bulk" header to password reminders, so they don'tklm1998-08-141-1/+2
* George Bush sez: "blank lines... bad!"bwarsaw1998-07-231-2/+2
* With recent maketext() (wrap()) fixes, we can just append the list ofklm1998-07-231-3/+6
* Wrapped the call to smtplib with some queueing code.viega1998-07-203-1/+35
* Account for Makefile. (I don't know whether .cvsignore should beklm1998-07-171-1/+1
* Moved the notice text to a new template, for use with 'maketext'.klm1998-07-171-13/+9
* Another file where the from line was oddly missing the "import" part ofviega1998-07-071-2/+2
* Whoops, forgot the packagization had happened, should have been:viega1998-07-071-1/+1
* Somehow "import mm_cfg" got changed to "from mm_cfg".viega1998-07-071-1/+1
* MailAllPasswords(): Put the table at the bottom of the message so thebwarsaw1998-07-061-3/+3
* Moved the raw flag to the maketext() callbwarsaw1998-07-061-3/+2
* More provisions to prevent exhausting the processes queue. We do aklm1998-07-021-5/+27
* Packagizedbwarsaw1998-06-197-51/+44
* Add Unlock() calls where appropriate, and add lock = 0 to MailListviega1998-06-133-12/+3
* Skip lists where send_reminders is 0.viega1998-06-121-0/+2
* Eliminate the blank line by using a comment character instead.bwarsaw1998-06-051-1/+1
* Updated calls to GetScriptURL to the appropriate new form. One or twoviega1998-06-031-1/+1
* Let the lists all start right away by forking for each list.viega1998-06-021-0/+2
* Call MailList() w/ the new lock parameter set to 0. There's no need toviega1998-06-021-1/+1
* Added gate_news to the list of targets.viega1998-05-311-1/+1
* Add an entry to call gate_news every 5 minutes.viega1998-05-311-0/+5
* This script is meant to be called by cron, and trys to gate any newviega1998-05-311-0/+48
* Moved crontab.in to crontab.in.in so it can be autogenerated bybwarsaw1998-05-291-3/+3
* Added crontab.inbwarsaw1998-05-291-0/+1
* Ignore the Makefilebwarsaw1998-05-261-0/+1
* Autoconf template for this directory's Makefile.bwarsaw1998-05-261-0/+70
* 1. Use the standard Python invocation #! line to get the interpreterbwarsaw1998-05-262-9/+7
* 1. Use the standard Python invocation #! line to get the interpreterbwarsaw1998-05-261-2/+2
* Oops, really remove the RCS crud this time!bwarsaw1998-05-261-2/+0
* 1. Use the standard Python invocation #! line to get the interpreterbwarsaw1998-05-263-17/+10
* Fixed a typo in the zipcode.viega1998-05-266-9/+9
* Sending the password notices to -admin addr if new list optionmailman1998-05-261-4/+9
* Added copyright notices to all source files where I am legally entitled to do...viega1998-05-256-4/+95
* Spell senddigests correctly (not "checkdigests"!)mailman1998-04-271-1/+1
* Push the main code into a function, instead of inline.mailman1998-04-101-22/+26
* Note that this is being deprecated since we're switching over to anmailman1998-04-092-0/+6
* Preparing to package a distribution - add a module docstring andmailman1998-04-092-8/+10