summaryrefslogtreecommitdiff
path: root/cron (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Packagizedbwarsaw1998-06-197-51/+44
|
* Add Unlock() calls where appropriate, and add lock = 0 to MailListviega1998-06-133-12/+3
| | | | constructor actuals when the list doesn't need to be locked.
* 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
| | | | Apparently the blank line confuses crontab on SunOS.
* Updated calls to GetScriptURL to the appropriate new form. One or twoviega1998-06-031-1/+1
| | | | | minor changes here and there to support relative paths (changing absolute paths that didn't use GetScriptURL to begin with).
* 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
| | | | lock the list.
* 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
| | | | | | | Note that site admins who have access to their NNTP server can implement a solution that doesn't poll. However, I do want to have a solution that works out of the box. Many people aren't going to care if it polls.
* This script is meant to be called by cron, and trys to gate any newviega1998-05-311-0/+48
| | | | news to mailing lists.
* Moved crontab.in to crontab.in.in so it can be autogenerated bybwarsaw1998-05-291-3/+3
| | | | configure.
* 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
| | | | | | | | | | | from $PATH 2. Do no direct sys.path munging in this file. Import the `paths' module, which is created during the configure process, and which performs all necessary path munging (and exports some useful variables too). 3. Remove RCS crud
* 1. Use the standard Python invocation #! line to get the interpreterbwarsaw1998-05-261-2/+2
| | | | | | | | | from $PATH 2. Do no direct sys.path munging in this file. Import the `paths' module, which is created during the configure process, and which performs all necessary path munging (and exports some useful variables too).
* 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
| | | | | | | | | | | from $PATH 2. Do no direct sys.path munging in this file. Import the `paths' module, which is created during the configure process, and which performs all necessary path munging (and exports some useful variables too). 3. Remove RCS crud
* 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
| | | | reminders_to_admins is set.
* Added copyright notices to all source files where I am legally entitled to ↵viega1998-05-256-4/+95
| | | | | | | do so. Added a copy of the GNU GPL. Added information about mailman-users in README, and reworded some text in there (made the credits less verbose... perhaps they should move to a credits file?)
* 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
| | | | external archiver.
* Preparing to package a distribution - add a module docstring andmailman1998-04-092-8/+10
| | | | __version__ info.
* Preparing to package a distribution - add __version__ info.mailman1998-04-091-0/+2
|
* Note that this is being deprecated since we're switching over to anmailman1998-04-091-0/+3
| | | | external archiver.
* Include an "X-No-Archive: yes" header, for those messages that getklm1998-04-071-1/+2
| | | | sent to a list-archive!
* Clarified instructions for changing subscriber options, includingmailman1998-04-031-13/+13
| | | | | specifying the URL for the actual user options page. (Provoked by a suggestion conveyed by jim hugunin.)
* Refined the notice a bit, to include the address of the user inmailman1998-04-031-4/+7
| | | | question within the message.
* Removed the last active remnants of the internal archive processing,mailman1998-04-031-6/+0
| | | | upvolumes_yearly and upvolumes_monthly entries in the crontab.
* Fixed request unpack to get the nw, right length.mailman1998-03-241-4/+5
|
* Initial version.mailman1998-03-181-0/+23
|
* Track transition of list_names to mm_utils, including import of mm_utils.mailman1998-03-183-6/+6
|
* Add entry for noon-time dispatch of digests that do periodic delivery.mailman1998-03-181-7/+5
| | | | Remove archival jobs - that's now responsibility of external pipermail.
* Describe the requests that are pending in the notification message.mailman1998-03-181-16/+46
| | | | Track transition of list_names to mm_utils, including import of mm_utils.
* Track transition of list_names to mm_utils, including import of mm_utils.mailman1998-03-181-2/+2
|
* Make whitespace lines into comments - sol 2.6 at least whinces atmailman1998-03-051-16/+12
| | | | blank lines in the crontab.
* Set the sender to mm_cfg.MAILMAN_OWNER, so it's not just some randommailman1998-03-031-16/+16
| | | | | | | | | | list (the last one found) which appears as the sender... Further cleanup of reminder notice. Do *not* ignore list names for which the list load fails - bailout w/traceback! Darn tootin - we want someone to know something's screwed up, so it gets fixed!
* Rectified module docstring to reflect the fact that the passwords aremailman1998-02-261-4/+5
| | | | batched for each user.
* Use new routine maillist.list_names(), instead of doing it by hand.mailman1998-02-253-18/+6
|
* Initial revisionmailman1998-02-251-0/+33
|
* Initial revisionmailman1998-02-251-0/+33
|
* Initial revisionmailman1998-02-251-0/+34
|
* Switch over to frequency-based archive update mechanism - people don'tmailman1998-02-241-4/+5
| | | | need to edit the crontab to add new lists.
* Send each user all their passwords in a single message, rather thanmailman1998-02-221-17/+71
| | | | | | | | | sending them in a bunch. MailAllPasswords() - mostly cribbed from mm_deliver:Deliver.MailUserPassword(), but it takes the information for all users and sends a message to each with all their password info.
* Initial revisionmailman1998-02-221-0/+32
|
* Instead of take list names, take level of update, and operate on allmailman1998-02-221-6/+21
| | | | | | | | | | lists configured with that level update frequency or greater (according to archive_update_frequency setting). So, eg, if dailies are level 1 and hourlies are level 2, then all hourlies would be updated for both level 1 and level 2 updates. Importantly, the list names are not taken as arguments, so the crontab needn't be changed once the level policies (hourly, daily, whatever) are implemented in it.
* First stab at simplifying specification of lists to be archived - takeklm1998-02-121-5/+4
| | | | multiple ones on command line.
* Initial revisionklm1998-02-111-0/+18
|