[Python-Dev] root at python doc cron job failure messages

Terry Reedy tjreedy at udel.edu
Thu Aug 23 00:30:27 CEST 2012


root at python is indirectly trying to send doc cron job failure messages 
to the python-checkings list. headers below. They are caught and held 
for moderation since "Blind carbon copies or other implicit destinations 
are not allowed." I think it is a mistake to send these messages to 
checkins, which has enough checkins traffic already, but I do not know 
who is responsible to fix the situation. The last two examples:

"home/docs/devguide/documenting.rst:773: WARNING: term not in glossary: 
bytecode"

"abort: error: Connection timed out"

Headers:
Return-Path: <docs at python.org>
X-Original-To: python-checkins at python.org
Delivered-To: python-checkins at mail.python.org
Received: from albatross.python.org (localhost [127.0.0.1])
	by mail.python.org (Postfix) with ESMTP id 3X2G3z3xCNzQjK;
	Wed, 22 Aug 2012 19:30:23 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=python.org; s=200901;
	t=1345656623; bh=conhuN6h+7FXE7LPMr0jHBM5W+Bs5Ld9a8QDgyfQyA4=;
	h=Date:Message-Id:From:To:Subject:Content-Type;
	b=lVY4n5KqDW1Qzzy4ngaHTMcO7wCbBlDQzSPWDqaNsUGwrBrcjtY1X8+hiDNsDxUA/
	 A/wYxK1w887LE2mbzqzONtg2zoUau0cvTvG52sg0aXHqWLidRNbvJZ3WxYeYSC1ph/
	 pK5u6M9JBd5a1HOiyiTOA5uTu6DWXATy04FTkjdM=
X-Spam-Status: OK 0.009
X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00;
     'received:dinsdale.python.org': 0.03; 'error:': 0.05;
     'subject:build': 0.07; 'subject: <': 0.09; 'message-
     id:@dinsdale.python.org': 0.16; 'subject:home': 0.16; 'timed':
     0.16; 'from:addr:python.org': 0.17; 'subject:/': 0.28;
     'connection': 0.30; 'received:python.org': 0.31; 'received:org':
     0.36; 'subject:-': 0.40; 'header:Message-Id:1': 0.62;
     'to:addr:docs': 0.68; 'subject:@': 0.81
Received: from localhost (HELO mail.python.org) (127.0.0.1)
   by albatross.python.org with SMTP; 22 Aug 2012 19:30:23 +0200
Received: from dinsdale.python.org (svn.python.org 
[IPv6:2001:888:2000:d::a4])
	(using TLSv1 with cipher AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mail.python.org (Postfix) with ESMTPS;
	Wed, 22 Aug 2012 19:30:23 +0200 (CEST)
Received: from docs by dinsdale.python.org with local (Exim 4.72)
	(envelope-from <docs at dinsdale.python.org>)
	id 1T4El5-0007tw-4K
	for docs at dinsdale.python.org; Wed, 22 Aug 2012 19:30:23 +0200
Date: Wed, 22 Aug 2012 19:30:23 +0200
Message-Id: <E1T4El5-0007tw-4K at dinsdale.python.org>
From: root at python.org (Cron Daemon)
To: docs at dinsdale.python.org
Subject: Cron <docs at dinsdale> /home/docs/build-devguide
Content-Type: text/plain; charset=UTF-8
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <HOME=/home/docs>
X-Cron-Env: <PATH=/usr/bin:/bin>
X-Cron-Env: <LOGNAME=docs>

-- 
Terry Jan Reedy



More information about the Python-Dev mailing list