Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

It's time to boot, do your boot ROMs know where your disk controllers are?


devel / comp.lang.python / Re: Where did the message go?

SubjectAuthor
* Where did the message go?Grimble
`* Re: Where did the message go?dn
 `* Re: Where did the message go?Grimble
  +* Re: Where did the message go?Chris Angelico
  |`- Re: Where did the message go?Greg Ewing
  `- Re: Where did the message go?dn

1
Where did the message go?

<sa7jum$2t2$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=18057&group=comp.lang.python#18057

  copy link   Newsgroups: comp.lang.python
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: grimble@nomail.afraid.org (Grimble)
Newsgroups: comp.lang.python
Subject: Where did the message go?
Date: Mon, 14 Jun 2021 14:00:53 +0100
Organization: A noiseless patient Spider
Lines: 37
Message-ID: <sa7jum$2t2$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 14 Jun 2021 13:01:10 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="0e273a3dc29b2ed4bd8eaf8a2a7b6c60";
logging-data="2978"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19nuOKfAcgsugYnI5WONIKA"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101
Thunderbird/78.10.2
Cancel-Lock: sha1:SLgR0QBK7sVXeJi9GL3V/8AUbBk=
Content-Language: en-GB
X-Mozilla-News-Host: news://eternal-september.org:119
 by: Grimble - Mon, 14 Jun 2021 13:00 UTC

I have two machines running Mageia 8 and Python 2.8.9, They use the same
Python script to maintain a list of changed packages from dnf update and
dnf install. In addition the script sends a short email message to my
main email address. The problem is: the message from machine B arrives,
the message from machine H does not.
The part of the script that sends the message is:
with open('email.txt') as fmail:
msg = EmailMessage()
msg.set_content(fmail.read())

msg['Subject'] = 'System update'
msg['From'] = sysname
msg['To'] = 'graeme@XXXX.XXXX' (details removed to protect the
innocent)

# Send the message via our own SMTP server.
s = smtplib.SMTP('localhost')
s.set_debuglevel(True)
s.send_message(msg)
s.quit()

The last lines of s.set_debuglevel are
reply: retcode (250); Msg: b'2.0.0 Ok: queued as B57B42C042F'
data: (250, b'2.0.0 Ok: queued as B57B42C042F')
send: 'quit\r\n'
reply: b'221 2.0.0 Bye\r\n'
reply: retcode (221); Msg: b'2.0.0 Bye'

The SMTP part of the system is working (hence this message).
The message from machine B correctly interprets "sysname" as
sysname@sysname.XXXX.XXXX i.e a valid addr4ess.

Where do I look now, please?
--
Grimble
Machine 'Haydn' running Plasma 5.20.4 on 5.10.41-desktop-1.mga8 kernel.
Mageia release 8 (Official) for x86_64

Re: Where did the message go?

<mailman.39.1623700753.4164.python-list@python.org>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=18069&group=comp.lang.python#18069

  copy link   Newsgroups: comp.lang.python
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail
From: PythonList@DancesWithMice.info (dn)
Newsgroups: comp.lang.python
Subject: Re: Where did the message go?
Date: Tue, 15 Jun 2021 07:58:51 +1200
Organization: DWM
Lines: 40
Message-ID: <mailman.39.1623700753.4164.python-list@python.org>
References: <sa7jum$2t2$1@dont-email.me>
<0753f4a8-1f36-5616-6891-b27296292ee1@DancesWithMice.info>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Trace: news.uni-berlin.de sMT50qcku8ZaeUJA2BpcgAwmAuRYERkGT5DDMKDl/wqw==
Return-Path: <PythonList@DancesWithMice.info>
X-Original-To: python-list@python.org
Delivered-To: python-list@mail.python.org
Authentication-Results: mail.python.org; dkim=pass
reason="2048-bit key; unprotected key"
header.d=danceswithmice.info header.i=@danceswithmice.info
header.b=pWrQhgwk; dkim-adsp=pass; dkim-atps=neutral
X-Spam-Status: OK 0.060
X-Spam-Evidence: '*H*': 0.88; '*S*': 0.00; 'please?': 0.07; '=dn':
0.09; 'from:addr:danceswithmice.info': 0.09;
'from:addr:pythonlist': 0.09; 'received:192.168.1.64': 0.09;
'problem': 0.15; '2.0.0': 0.16; 'arrives,': 0.16; 'message-
id:@DancesWithMice.info': 0.16; 'received:51.254': 0.16;
'received:51.254.211': 0.16; 'received:51.254.211.219': 0.16;
'received:cloud': 0.16; 'received:rangi.cloud': 0.16; 'wrote:':
0.16; 'python': 0.16; 'server.': 0.20; 'issue': 0.20; 'machine':
0.22; 'to:addr:python-list': 0.23; 'lines': 0.24; 'header:User-
Agent:1': 0.31; 'header:Organization:1': 0.31;
'received:192.168.1': 0.31; 'packages': 0.31; 'but': 0.31;
'script': 0.32; 'maintain': 0.32; 'sends': 0.32; 'header:In-Reply-
To:1': 0.33; 'same': 0.34; 'running': 0.35; 'two': 0.37;
'received:192.168': 0.37; "that's": 0.37; 'use': 0.38; 'does':
0.38; 'list': 0.39; 'main': 0.40; 'valid': 0.40; 'skip:e 10':
0.60; 'send': 0.61; 'skip:o 10': 0.62; 'skip:b 10': 0.62;
'skip:\xc2 10': 0.62; 'email': 0.62; '\xc2\xa0\xc2\xa0': 0.63;
'our': 0.63; 'skip:m 20': 0.64; 'received:userid': 0.64; 'look':
0.66; 'now,': 0.67; 'addition': 0.68; 'skip:/ 10': 0.69;
'compared': 0.71; '8bit%:100': 0.75; 'received:51': 0.77; 'i.e':
0.84; 'install.': 0.84
X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on vps517507.ovh.net
X-Spam-Level:
X-Spam-Status: No, score=-3.0 required=5.0 tests=ALL_TRUSTED,BAYES_00,
DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,NICE_REPLY_A autolearn=ham
autolearn_force=no version=3.4.0
DKIM-Filter: OpenDKIM Filter v2.11.0 mail.rangi.cloud 18BA65262
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=danceswithmice.info;
s=staff; t=1623700743;
bh=peA4klkmC7+7UKq1fgLn/TK8DrM+WPoczlYkofkKUNM=;
h=Subject:To:References:From:Date:In-Reply-To:From;
b=pWrQhgwkqIchXhz6z3uXsE8URcroNpcj+4SM/XzyuAd1XKBrTiC/bPQmDp+sO6JJ8
SjryFFNwf19Gpxu93yn0bqluK/KSauoAF7v/+LZCoX5/x3gv0BlFIgvG45T9iw5jU8
Ce+gL6oLnOVbXuO/oXGnq6+Px8c1zBqksVXZ0vXWlpfUStVH/c9YaCSB9aYGXCYkoY
Qgvw/stmz5EFP4yF6hGR6wCoG9/iwu1V7oNstih8ZTFQsaCdBrHPsqzrYXHUBnO+F7
xR4SWG7cUgYMYoAqeorm4TAIsZ3slNtIu5HjpGCH56Zo3WinP/5NM5EHbKPTLsFiUR
ysu8yILQ/cKBQ==
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101
Thunderbird/78.10.2
In-Reply-To: <sa7jum$2t2$1@dont-email.me>
Content-Language: en-GB
X-BeenThere: python-list@python.org
X-Mailman-Version: 2.1.34
Precedence: list
List-Id: General discussion list for the Python programming language
<python-list.python.org>
List-Unsubscribe: <https://mail.python.org/mailman/options/python-list>,
<mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive: <https://mail.python.org/pipermail/python-list/>
List-Post: <mailto:python-list@python.org>
List-Help: <mailto:python-list-request@python.org?subject=help>
List-Subscribe: <https://mail.python.org/mailman/listinfo/python-list>,
<mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID: <0753f4a8-1f36-5616-6891-b27296292ee1@DancesWithMice.info>
X-Mailman-Original-References: <sa7jum$2t2$1@dont-email.me>
 by: dn - Mon, 14 Jun 2021 19:58 UTC

On 15/06/2021 01.00, Grimble wrote:
> I have two machines running Mageia 8 and Python 2.8.9, They use the same
> Python script to maintain a list of changed packages from dnf update and
> dnf install. In addition the script sends a short email message to my
> main email address. The problem is: the message from machine B arrives,
> the message from machine H does not.
> The part of the script that sends the message is:
>    with open('email.txt') as fmail:
>         msg = EmailMessage()
>         msg.set_content(fmail.read())
>
>     msg['Subject'] = 'System update'
>     msg['From'] = sysname
>     msg['To'] = 'graeme@XXXX.XXXX' (details removed to protect the
> innocent)
>
>     # Send the message via our own SMTP server.
>     s = smtplib.SMTP('localhost')
>     s.set_debuglevel(True)
>     s.send_message(msg)
>     s.quit()
>
> The last lines of s.set_debuglevel are
> reply: retcode (250); Msg: b'2.0.0 Ok: queued as B57B42C042F'
> data: (250, b'2.0.0 Ok: queued as B57B42C042F')
> send: 'quit\r\n'
> reply: b'221 2.0.0 Bye\r\n'
> reply: retcode (221); Msg: b'2.0.0 Bye'
>
> The SMTP part of the system is working (hence this message).
> The message from machine B correctly interprets "sysname" as
> sysname@sysname.XXXX.XXXX i.e a valid addr4ess.
>
> Where do I look now, please?

That's machine B, but the issue is with machine H.
Have you compared the contents of the two machines' /var/log/maillog?
--
Regards,
=dn

Re: Where did the message go?

<saa8ha$m6u$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=18103&group=comp.lang.python#18103

  copy link   Newsgroups: comp.lang.python
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: grimble@nomail.afraid.org (Grimble)
Newsgroups: comp.lang.python
Subject: Re: Where did the message go?
Date: Tue, 15 Jun 2021 14:04:41 +0100
Organization: A noiseless patient Spider
Lines: 49
Message-ID: <saa8ha$m6u$1@dont-email.me>
References: <sa7jum$2t2$1@dont-email.me>
<0753f4a8-1f36-5616-6891-b27296292ee1@DancesWithMice.info>
<mailman.39.1623700753.4164.python-list@python.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 15 Jun 2021 13:04:42 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="08e331a515b84cb4fcddc5d51ada199d";
logging-data="22750"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+cW3JGvNE2RjqiB9s1O1Y7"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101
Thunderbird/78.10.2
Cancel-Lock: sha1:MUT8RhsXZrdUDdEn5ko8nKJIsCE=
In-Reply-To: <mailman.39.1623700753.4164.python-list@python.org>
Content-Language: en-GB
 by: Grimble - Tue, 15 Jun 2021 13:04 UTC

On 14/06/2021 20:58, dn wrote:
> On 15/06/2021 01.00, Grimble wrote:
>> I have two machines running Mageia 8 and Python 2.8.9, They use the same
>> Python script to maintain a list of changed packages from dnf update and
>> dnf install. In addition the script sends a short email message to my
>> main email address. The problem is: the message from machine B arrives,
>> the message from machine H does not.
>> The part of the script that sends the message is:
>>    with open('email.txt') as fmail:
>>         msg = EmailMessage()
>>         msg.set_content(fmail.read())
>>
>>     msg['Subject'] = 'System update'
>>     msg['From'] = sysname
>>     msg['To'] = 'graeme@XXXX.XXXX' (details removed to protect the
>> innocent)
>>
>>     # Send the message via our own SMTP server.
>>     s = smtplib.SMTP('localhost')
>>     s.set_debuglevel(True)
>>     s.send_message(msg)
>>     s.quit()
>>
>> The last lines of s.set_debuglevel are
>> reply: retcode (250); Msg: b'2.0.0 Ok: queued as B57B42C042F'
>> data: (250, b'2.0.0 Ok: queued as B57B42C042F')
>> send: 'quit\r\n'
>> reply: b'221 2.0.0 Bye\r\n'
>> reply: retcode (221); Msg: b'2.0.0 Bye'
>>
>> The SMTP part of the system is working (hence this message).
>> The message from machine B correctly interprets "sysname" as
>> sysname@sysname.XXXX.XXXX i.e a valid addr4ess.
>>
>> Where do I look now, please?
>
> That's machine B, but the issue is with machine H.
> Have you compared the contents of the two machines' /var/log/maillog?
>
Thanks for reminding me of the log files. I've worked out that the
message on machine H (for haydn, which shows my preferred music genre)
was bouncing because haydn.XXXX.XXXX was not a registered subdomain with
my ISP, whereas bach.XXXX.XXXX was registered. Sorted now.

--
Grimble
Registered Linux User #450547
Machine 'Bach' running Plasma 5.20.4 on 5.10.43-desktop-1.mga8 kernel.
Mageia release 8 (Official) for x86_64

Re: Where did the message go?

<mailman.62.1623775647.4164.python-list@python.org>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=18110&group=comp.lang.python#18110

  copy link   Newsgroups: comp.lang.python
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail
From: rosuav@gmail.com (Chris Angelico)
Newsgroups: comp.lang.python
Subject: Re: Where did the message go?
Date: Wed, 16 Jun 2021 02:47:15 +1000
Lines: 10
Message-ID: <mailman.62.1623775647.4164.python-list@python.org>
References: <sa7jum$2t2$1@dont-email.me>
<0753f4a8-1f36-5616-6891-b27296292ee1@DancesWithMice.info>
<mailman.39.1623700753.4164.python-list@python.org>
<saa8ha$m6u$1@dont-email.me>
<CAPTjJmqC4=DQBLLb_Zvs9NE8=Ucb1zrNXnQC89howzVMfSrU3w@mail.gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
X-Trace: news.uni-berlin.de e9msrAkz0/P/E5sc+uBQNQXOr/K5FJ31DMi/MqEGgqhg==
Return-Path: <rosuav@gmail.com>
X-Original-To: python-list@python.org
Delivered-To: python-list@mail.python.org
Authentication-Results: mail.python.org; dkim=pass
reason="2048-bit key; unprotected key"
header.d=gmail.com header.i=@gmail.com header.b=R8A0KDZ3;
dkim-adsp=pass; dkim-atps=neutral
X-Spam-Status: OK 0.027
X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; '(for': 0.05;
'registered.': 0.09; 'log': 0.12; 'chrisa': 0.16;
'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16;
'naming': 0.16; 'sorted': 0.16; 'wrote:': 0.16; "i've": 0.22;
'machine': 0.22; '16,': 0.23; 'to:addr:python-list': 0.23; 'jun':
0.27; 'convention': 0.28; 'to:name:python': 0.32; 'message-
id:@mail.gmail.com': 0.33; 'received:209.85.166': 0.33; 'header
:In-Reply-To:1': 0.33; 'received:google.com': 0.34;
'from:addr:gmail.com': 0.35; 'received:209.85': 0.38;
'received:209': 0.38; 'skip:h 10': 0.61; 'skip:b 10': 0.62;
'worked': 0.63; 'your': 0.64; 'shows': 0.70; '2021': 0.84
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;
h=mime-version:references:in-reply-to:from:date:message-id:subject:to;
bh=fu9n7TzwdU1dxGZyIH/AC3xiKDkOKnvLZqIDR5wpUgk=;
b=R8A0KDZ3PQjM8U6iVoD8YYrMUjJ+HJk4/uySZLDEUp+xqj3qOD8sE3FO151bXxxgzk
T4E6zK8iem4LJRZ6eVWiZp6+BkZofI/N0yIpDo4WAURtPEmUUPsao0G4ViiID1aQ5POv
2c+D8lhrWOAlrNP3CeCr2xA0mmetEVpkf3J+1iZZigh0KV76zfdexi347duWc32LLqXA
r8XYM3giTTezqD2TD94dTBPnDM3GsPoX7E5moXHmXxy3DpjgtcyRmCXJPMJFB9DkPLIR
IvxauaYe+fTFiv7CcsSKJA5nw1BgYeEUxIYcxSL7rRlYgZDGVziUHQRaTCrhDt7+7eQs
/zjQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:mime-version:references:in-reply-to:from:date
:message-id:subject:to;
bh=fu9n7TzwdU1dxGZyIH/AC3xiKDkOKnvLZqIDR5wpUgk=;
b=DuJFu8ofMEqkVM/qOL5D1Uwk8xp1dc0WeDHgXCPHr46h745QMipOfAhJXqgYmFyEI5
k04Nwc7OsgBh7k646P0I4NWjgIxiINLDAxHx2gNO84oIKNfKktOOV2X8im++0b9foDXR
gNiGpuUoSKupMcyl9B7Dc6JujIY+2M8vcRwaMY0e8UAqt86Q4JOuXRwI4NXd7Xrjacdz
MxYImXPbKaoatBj10bKx4qHm3IdAvGXi5yt644+yJGwj+MwIIUDNBEMxKaHAAIfrC5UQ
/eoJBSh+cs+Z3nPwLC1mrI3hxkAFqZyV59lVJIvTUzVOu/ire0P/Iix/4R0HUi2eMglb
pdXg==
X-Gm-Message-State: AOAM530HW/RjTmMs8EDLg51DtLMY/t1DafVTjNHGf9ac5lqttg/hrvNO
9swy2syAOwxesS0HbyFteIF7s8YHhQpaN6Q3mysXL6RQ
X-Google-Smtp-Source: ABdhPJxMUfHMU+bWXAKpVrkpyHrZxAA5ziH4UOCtXMtWZVPi310bynfIumvBKrNjsEnY3+TcIyzi6yXEKYutOmbvMho=
X-Received: by 2002:a92:cf0a:: with SMTP id c10mr305162ilo.97.1623775645870;
Tue, 15 Jun 2021 09:47:25 -0700 (PDT)
In-Reply-To: <saa8ha$m6u$1@dont-email.me>
X-BeenThere: python-list@python.org
X-Mailman-Version: 2.1.34
Precedence: list
List-Id: General discussion list for the Python programming language
<python-list.python.org>
List-Unsubscribe: <https://mail.python.org/mailman/options/python-list>,
<mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive: <https://mail.python.org/pipermail/python-list/>
List-Post: <mailto:python-list@python.org>
List-Help: <mailto:python-list-request@python.org?subject=help>
List-Subscribe: <https://mail.python.org/mailman/listinfo/python-list>,
<mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID: <CAPTjJmqC4=DQBLLb_Zvs9NE8=Ucb1zrNXnQC89howzVMfSrU3w@mail.gmail.com>
X-Mailman-Original-References: <sa7jum$2t2$1@dont-email.me>
<0753f4a8-1f36-5616-6891-b27296292ee1@DancesWithMice.info>
<mailman.39.1623700753.4164.python-list@python.org>
<saa8ha$m6u$1@dont-email.me>
 by: Chris Angelico - Tue, 15 Jun 2021 16:47 UTC

On Wed, Jun 16, 2021 at 2:41 AM Grimble <grimble@nomail.afraid.org> wrote:
> Thanks for reminding me of the log files. I've worked out that the
> message on machine H (for haydn, which shows my preferred music genre)
> was bouncing because haydn.XXXX.XXXX was not a registered subdomain with
> my ISP, whereas bach.XXXX.XXXX was registered. Sorted now.
>

I like your naming convention :)

ChrisA

Re: Where did the message go?

<mailman.64.1623777067.4164.python-list@python.org>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=18112&group=comp.lang.python#18112

  copy link   Newsgroups: comp.lang.python
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail
From: PythonList@DancesWithMice.info (dn)
Newsgroups: comp.lang.python
Subject: Re: Where did the message go?
Date: Wed, 16 Jun 2021 05:10:44 +1200
Organization: DWM
Lines: 14
Message-ID: <mailman.64.1623777067.4164.python-list@python.org>
References: <sa7jum$2t2$1@dont-email.me>
<0753f4a8-1f36-5616-6891-b27296292ee1@DancesWithMice.info>
<mailman.39.1623700753.4164.python-list@python.org>
<saa8ha$m6u$1@dont-email.me>
<CAPTjJmqC4=DQBLLb_Zvs9NE8=Ucb1zrNXnQC89howzVMfSrU3w@mail.gmail.com>
<338923ea-0305-d7cc-34f3-4efd233394c9@DancesWithMice.info>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-Trace: news.uni-berlin.de ESboYeDiEMUZ0lxBcjRToQNuRv9OPEG7cmorQF8jPZHw==
Return-Path: <PythonList@DancesWithMice.info>
X-Original-To: python-list@python.org
Delivered-To: python-list@mail.python.org
Authentication-Results: mail.python.org; dkim=pass
reason="2048-bit key; unprotected key"
header.d=danceswithmice.info header.i=@danceswithmice.info
header.b=BrEHqsuY; dkim-adsp=pass; dkim-atps=neutral
X-Spam-Status: OK 0.003
X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; '(for': 0.05; '=dn': 0.09;
'angelico': 0.09; 'from:addr:danceswithmice.info': 0.09;
'from:addr:pythonlist': 0.09; 'received:192.168.1.64': 0.09;
'registered.': 0.09; 'log': 0.12; 'message-
id:@DancesWithMice.info': 0.16; 'naming': 0.16; 'received:51.254':
0.16; 'received:51.254.211': 0.16; 'received:51.254.211.219':
0.16; 'received:cloud': 0.16; 'received:rangi.cloud': 0.16;
'sorted': 0.16; 'wrote:': 0.16; "i've": 0.22; 'machine': 0.22;
'16,': 0.23; 'to:addr:python-list': 0.23; 'chris': 0.26; 'jun':
0.27; 'convention': 0.28; 'header:User-Agent:1': 0.31;
'header:Organization:1': 0.31; 'received:192.168.1': 0.31; 'header
:In-Reply-To:1': 0.33; 'received:192.168': 0.37; 'skip:h 10':
0.61; 'skip:b 10': 0.62; 'worked': 0.63; 'received:userid': 0.64;
'your': 0.64; 'playing': 0.69; 'shows': 0.70; 'received:51': 0.77;
'2021': 0.84
X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on vps517507.ovh.net
X-Spam-Level:
X-Spam-Status: No, score=-3.0 required=5.0 tests=ALL_TRUSTED,BAYES_00,
DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,NICE_REPLY_A autolearn=ham
autolearn_force=no version=3.4.0
DKIM-Filter: OpenDKIM Filter v2.11.0 mail.rangi.cloud D5FAD64DE
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=danceswithmice.info;
s=staff; t=1623777064;
bh=/1V/euOI54iQhicv5Zmy9YHimOhZVrYHYULMI0/nvCg=;
h=Subject:To:References:From:Date:In-Reply-To:From;
b=BrEHqsuYlHl1nK623fL35py3SdaVm5EA09pwEY6eaAKAJ+1ztWGe7rVRbXxXEBZTO
RqeV2uMkOHNov8QNUiHoajKIG+7Rv+f26YkbBB7rRtLibGQpG2LrHzXieof8Byk7+k
/b+NLLRfr1LadWYZQo39iN+cz6ZaRrv7h2FmU27of5XmH7gIhZlAX9witrbIwEe09g
Sk8ZInZXpI4pPGl/GEOhuvArc0xLvShdwAVpEH+wBurdvMws/HvrUUauUANquWu9xA
q5uokTEyJyd6eFE64ewOneQuuO3QVxemyHqsOJWWZ3hXXcA8+vlkdPzH6npsBIPta6
FeDfQezSzm3Lw==
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101
Thunderbird/78.10.2
In-Reply-To: <CAPTjJmqC4=DQBLLb_Zvs9NE8=Ucb1zrNXnQC89howzVMfSrU3w@mail.gmail.com>
Content-Language: en-GB
X-BeenThere: python-list@python.org
X-Mailman-Version: 2.1.34
Precedence: list
List-Id: General discussion list for the Python programming language
<python-list.python.org>
List-Unsubscribe: <https://mail.python.org/mailman/options/python-list>,
<mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive: <https://mail.python.org/pipermail/python-list/>
List-Post: <mailto:python-list@python.org>
List-Help: <mailto:python-list-request@python.org?subject=help>
List-Subscribe: <https://mail.python.org/mailman/listinfo/python-list>,
<mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID: <338923ea-0305-d7cc-34f3-4efd233394c9@DancesWithMice.info>
X-Mailman-Original-References: <sa7jum$2t2$1@dont-email.me>
<0753f4a8-1f36-5616-6891-b27296292ee1@DancesWithMice.info>
<mailman.39.1623700753.4164.python-list@python.org>
<saa8ha$m6u$1@dont-email.me>
<CAPTjJmqC4=DQBLLb_Zvs9NE8=Ucb1zrNXnQC89howzVMfSrU3w@mail.gmail.com>
 by: dn - Tue, 15 Jun 2021 17:10 UTC

On 16/06/2021 04.47, Chris Angelico wrote:
> On Wed, Jun 16, 2021 at 2:41 AM Grimble <grimble@nomail.afraid.org> wrote:
>> Thanks for reminding me of the log files. I've worked out that the
>> message on machine H (for haydn, which shows my preferred music genre)
>> was bouncing because haydn.XXXX.XXXX was not a registered subdomain with
>> my ISP, whereas bach.XXXX.XXXX was registered. Sorted now.
>>
>
> I like your naming convention :)

He's playing your tune!
--
Regards,
=dn

Re: Where did the message go?

<iit17rFhunmU1@mid.individual.net>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=18122&group=comp.lang.python#18122

  copy link   Newsgroups: comp.lang.python
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: greg.ewing@canterbury.ac.nz (Greg Ewing)
Newsgroups: comp.lang.python
Subject: Re: Where did the message go?
Date: Wed, 16 Jun 2021 13:08:11 +1200
Lines: 14
Message-ID: <iit17rFhunmU1@mid.individual.net>
References: <sa7jum$2t2$1@dont-email.me>
<0753f4a8-1f36-5616-6891-b27296292ee1@DancesWithMice.info>
<mailman.39.1623700753.4164.python-list@python.org>
<saa8ha$m6u$1@dont-email.me>
<CAPTjJmqC4=DQBLLb_Zvs9NE8=Ucb1zrNXnQC89howzVMfSrU3w@mail.gmail.com>
<mailman.62.1623775647.4164.python-list@python.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: individual.net WzeR4XNA2jWpaIdgUvk2tgFaOYHBkR6tHgB4D2l1pCBK8VmmQb
Cancel-Lock: sha1:IBK4bX9YWy0EFQhMjoKi9mZjo/E=
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:78.0)
Gecko/20100101 Thunderbird/78.4.0
In-Reply-To: <mailman.62.1623775647.4164.python-list@python.org>
Content-Language: en-US
 by: Greg Ewing - Wed, 16 Jun 2021 01:08 UTC

On 16/06/21 4:47 am, Chris Angelico wrote:
> On Wed, Jun 16, 2021 at 2:41 AM Grimble <grimble@nomail.afraid.org> wrote:
>
>> was bouncing because haydn.XXXX.XXXX was not a registered subdomain with
>> my ISP, whereas bach.XXXX.XXXX was registered.
>
> I like your naming convention :)

Weirdly, the first association "haydn" triggered in my brain was a
local company that I have professional dealings with. Only when I
read a bit further did I realise it was referring to the composer!

--
Greg


devel / comp.lang.python / Re: Where did the message go?

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor