diff options
| author | klm | 1998-11-01 14:48:07 +0000 |
|---|---|---|
| committer | klm | 1998-11-01 14:48:07 +0000 |
| commit | a8c3b4b9ec212980a80ea318b3cfc31484c66d93 (patch) | |
| tree | c73de43181e40cc023bd6163079d8b0b1c13729d /cron/run_queue | |
| parent | 710fda9f3711ab7b7f3b122d31caff9b43224b77 (diff) | |
| download | mailman-a8c3b4b9ec212980a80ea318b3cfc31484c66d93.tar.gz mailman-a8c3b4b9ec212980a80ea318b3cfc31484c66d93.tar.zst mailman-a8c3b4b9ec212980a80ea318b3cfc31484c66d93.zip | |
Removed inappropriate comment (apparent residue from incomplete
cut-and-paste of the 'archive' script). I added a more relevant, but
really minimal, comment, in its stead.
Diffstat (limited to 'cron/run_queue')
| -rw-r--r-- | cron/run_queue | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/cron/run_queue b/cron/run_queue index 4fafc1140..aea4ad4d5 100644 --- a/cron/run_queue +++ b/cron/run_queue @@ -16,12 +16,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -# NOTE: This is being deprecated since mailman has been shifted over to an -# external archiver (ie, andrew kuchling's latest version of pipermail.) -# -# This script gets called by cron. -# It updates the archive for all mailing lists with update-frequency equal -# to or greater than the specified archive level. +# This script is meant to be periodically applied by cron, to dispatch +# messages pending delivery on the mailman mail queue. import sys |
