From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cc-smtpout2.netcologne.de (cc-smtpout2.netcologne.de [IPv6:2001:4dd0:100:1062:25:2:0:2]) by sourceware.org (Postfix) with ESMTPS id 9EEC83858D1E for ; Mon, 30 Jan 2023 22:44:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9EEC83858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=netcologne.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=netcologne.de Received: from cc-smtpin1.netcologne.de (cc-smtpin1.netcologne.de [89.1.8.201]) by cc-smtpout2.netcologne.de (Postfix) with ESMTP id 36C8A12CBC for ; Mon, 30 Jan 2023 23:44:28 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=netcologne.de; s=nc1116a; t=1675118668; bh=g7bTlOsKW3dmyWbpzsyMBE9myE0ptaBejhzVdXOXnNg=; h=Message-ID:Date:Subject:To:References:From:In-Reply-To:From; b=Y5UVVG4E7BEbfKRSkTfvySq4L0DYt4UrjptVnhHpM7YA/HFuMrRzgb3aeeRUYTRYG hQuD4D4r3K59L0rvLM5qeiA0bJvfrdAIOf2CDEo3iYKMmmfQNZgqLF5ItKB8Z5a/wP 5p4wH6SLHH39uSyc2pzYkOFidwP31mEZYzNZrBzapuLVYcBu0GhxpYZQrkxP7ig70v oghlt4/xcx4yTpQ4FstWzyKUtpg2uRCn3FJWKes99pgrmHQFLpEY1tUp/PN3T7A2sy hAiHYh7TGHmwEl2RHQoDl5Z7UH25O6b0NaVwxjE/EYF3ydBpkzzpuNlalaNjqnHrcJ kPzXcgYZVYErA== Received: from [IPV6:2001:4dd4:de6f:0:7285:c2ff:fe6c:992d] (2001-4dd4-de6f-0-7285-c2ff-fe6c-992d.ipv6dyn.netcologne.de [IPv6:2001:4dd4:de6f:0:7285:c2ff:fe6c:992d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by cc-smtpin1.netcologne.de (Postfix) with ESMTPSA id 06A9311D80 for ; Mon, 30 Jan 2023 23:44:27 +0100 (CET) Message-ID: <8ecb95f7-c0d4-ac41-158a-6adc4d69d307@netcologne.de> Date: Mon, 30 Jan 2023 23:44:27 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: Buildbot (Sourceware): gcc - failed configure (failure) (master) Content-Language: en-US To: gcc mailing list References: <20230129193123.51BDE3858D35@sourceware.org> <1985b16e-f17d-bba6-8b57-d372f1741356@gmail.com> <1EC379D7-6EF4-4B27-9D8C-00CFFD115F44@gentoo.org> <1cac0dec-e9c1-e721-52bd-40eb6b8676de@netcologne.de> <976efc37-8d08-a1bd-40d4-e6d9af299697@pfeifer.com> From: Thomas Koenig In-Reply-To: <976efc37-8d08-a1bd-40d4-e6d9af299697@pfeifer.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-NetCologne-Spam: L X-Rspamd-Queue-Id: 06A9311D80 X-Spamd-Bar: - X-Rspamd-Action: no action X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 30.01.23 23:07, Gerald Pfeifer wrote: > Hmm, so any digit, parenthesis, or bracket in the Subject, and mails gets > to /dev/null? Sending mail with special graphics in Subject lines is what spammers do, to attract special attention. (And no, umlauts are not included :-). So, If I ever happen to break bootstrap, I will not learn about it from a mail that uses spammer's techniques. A regular mail, on the other hand, I would read. Regards Thomas