From unknown Fri Jun 20 18:18:14 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#24011 <24011@debbugs.gnu.org> To: bug#24011 <24011@debbugs.gnu.org> Subject: Status: parallel find error Reply-To: bug#24011 <24011@debbugs.gnu.org> Date: Sat, 21 Jun 2025 01:18:14 +0000 retitle 24011 parallel find error reassign 24011 coreutils submitter 24011 jklowden severity 24011 normal tag 24011 notabug thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 16 19:06:43 2016 Received: (at submit) by debbugs.gnu.org; 16 Jul 2016 23:06:43 +0000 Received: from localhost ([127.0.0.1]:54111 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bOYfT-0001K2-Fx for submit@debbugs.gnu.org; Sat, 16 Jul 2016 19:06:43 -0400 Received: from eggs.gnu.org ([208.118.235.92]:50652) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bOVum-0005eU-3A for submit@debbugs.gnu.org; Sat, 16 Jul 2016 16:10:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bOVuf-0003Uw-VQ for submit@debbugs.gnu.org; Sat, 16 Jul 2016 16:10:15 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:59286) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOVuf-0003Up-Rk for submit@debbugs.gnu.org; Sat, 16 Jul 2016 16:10:13 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41604) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOVud-000591-NL for bug-coreutils@gnu.org; Sat, 16 Jul 2016 16:10:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bOVuY-0003Qh-K0 for bug-coreutils@gnu.org; Sat, 16 Jul 2016 16:10:10 -0400 Received: from mail138c25.carrierzone.com ([64.29.147.208]:46069 helo=mail223c25.carrierzone.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOVuY-0003Q5-8z for bug-coreutils@gnu.org; Sat, 16 Jul 2016 16:10:06 -0400 X-Authenticated-User: jklowden.speakeasy.net Received: from willow (rrcs-50-74-108-158.nyc.biz.rr.com [50.74.108.158]) (authenticated bits=0) by mail223c25.carrierzone.com (8.14.9/8.13.1) with ESMTP id u6GJgFm6021310 for ; Sat, 16 Jul 2016 19:42:18 +0000 Received: by willow (Postfix, from userid 1000) id 1C43B5805DF; Sat, 16 Jul 2016 15:42:15 -0400 (EDT) From: jklowden To: bug-coreutils@gnu.org Subject: parallel find error MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Message-Id: <20160716194215.1C43B5805DF@willow> Date: Sat, 16 Jul 2016 15:42:15 -0400 (EDT) X-CSC: 0 X-CHA: v=2.1 cv=TLF8FTVa c=1 sm=1 tr=0 a=eM9kDQsmTy6xYM2S+iw03A==:117 a=eM9kDQsmTy6xYM2S+iw03A==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=IkcTkHD0fZMA:10 a=cAmyUtKerLwA:10 a=mDV3o1hIAAAA:8 a=D3aFWfoYwqOuIJXm594A:9 a=QEXdDO2ut3YA:10 a=dI9p-avQWAUA:10 a=_FVE-zBwftR9WsbkzFJk:22 X-CTCH-RefID: str=0001.0A010206.578A8E1A.0028, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Rules: X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by mail223c25.carrierzone.com id u6GJgFm6021310 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sat, 16 Jul 2016 19:06:42 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) There appears to be an error in the parallel execution of find. I created a minimal example below. I realize the software is old. I was unable to find a bug report related to it. --jkl basename (GNU coreutils) 8.21 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by David MacKenzie. $ find .. -type f -name lx[tr]\*.1 ../appl/xslt/lxt.1 ../appl/xslt/lxreplace.1 ../appl/fsgmatch/lxtransduce.1 $ find .. -type f -name lx[tr]\*.1 -exec basename {} \; lxt.1 lxreplace.1 lxtransduce.1 $ find .. -type f -name lx[tr]\*.1 -exec basename {} + basename: extra operand =E2=80=98../appl/fsgmatch/lxtransduce.1=E2=80=99 Try 'basename --help' for more information. From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 16 19:56:03 2016 Received: (at 24011) by debbugs.gnu.org; 16 Jul 2016 23:56:03 +0000 Received: from localhost ([127.0.0.1]:54116 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bOZRD-0002Tn-Gl for submit@debbugs.gnu.org; Sat, 16 Jul 2016 19:56:03 -0400 Received: from mail-qt0-f175.google.com ([209.85.216.175]:32837) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bOZR9-0002TI-Vo for 24011@debbugs.gnu.org; Sat, 16 Jul 2016 19:56:02 -0400 Received: by mail-qt0-f175.google.com with SMTP id w38so76640131qtb.0 for <24011@debbugs.gnu.org>; Sat, 16 Jul 2016 16:55:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=qMaBlRyMao+uqUPqKxLqlk45rY8gKpqTz8Gv9N/a7mM=; b=ek6hZwfpdhxjGxSkWy73xbJg5qRlIciRFmJNzhUkrBkom1FBbeYCnD6sL9YP/vqNgM +gJO57rnBW+F/K3hXArSki54XSCBkbUMXeIzHv4e69iaDj3XKTVkoVQCTl0KmMXM5QVx B32WLQ7wDyqJcGXdPc5wuGaScaj9z3Kemhmbdf3cIn9DHxXTQqyuaAZThOWsWGXSaag5 8DBH5WTJ8e9w45uRzLC8sJTn6eJmGF6dJKetgV4TP/HIgEjQLG6lt9N4N12h0x6dfLbS k/pfJX9BNICCTGJU1m+VMVAtgjw19qHGqK3uupIl413Ug8q21ysOp+ORUxWdvWTOc8Tz fpiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=qMaBlRyMao+uqUPqKxLqlk45rY8gKpqTz8Gv9N/a7mM=; b=NDzWBQC+v4igMdu2zDwxcDF42Ylg6gEvlrfkv3CpwJA8XJyTzCHtOpC4TrpDDAo8lb qsByXo7fW09ArJcOoVzR8cEerA00n5knC0EThD1ZKaMXkcpt6qgEBbM3BmKieVruZ3zT S/Gol03Hj2v3yGrbuzs8+2882yZAvlW9qXNHzv1y/QDvms9Ftu7+0MZ6wyFAg5Ja5KCk Jrfj6xKceahrJ76CUUV+552tyCf/ap/Qsas3MI3MxCA8HvGvb/bTKo/boxGa/jU+GlHG uZ0fFC1E+9JyU96mOHg/NLtc5S+bIVLje/Sb4Sh1BvUGgis7wvMZu4/cNVr16whjKovh 6vtw== X-Gm-Message-State: ALyK8tKK06aY9dTtteQjba6z3auOzuqnJAFdmoOVFER3slUedWQgFzpz679JR3wGwemIlw== X-Received: by 10.237.36.38 with SMTP id r35mr41576969qtc.3.1468713354379; Sat, 16 Jul 2016 16:55:54 -0700 (PDT) Received: from [172.31.98.104] (rrcs-50-74-108-28.nyc.biz.rr.com. [50.74.108.28]) by smtp.gmail.com with ESMTPSA id m45sm64311qtm.2.2016.07.16.16.55.53 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 16 Jul 2016 16:55:53 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Subject: Re: bug#24011: parallel find error From: Assaf Gordon In-Reply-To: <20160716194215.1C43B5805DF@willow> Date: Sat, 16 Jul 2016 19:55:03 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20160716194215.1C43B5805DF@willow> To: jklowden X-Mailer: Apple Mail (2.2102) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 24011 Cc: 24011@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) tag 24011 notabug close 24011 stop Hello, > On Jul 16, 2016, at 15:42, jklowden wrote: >=20 > There appears to be an error in the parallel execution of find. I > created a minimal example below. >=20 > [...] >=20 > $ find .. -type f -name lx[tr]\*.1 -exec basename {} + > basename: extra operand =E2=80=98../appl/fsgmatch/lxtransduce.1=E2=80=99= > Try 'basename --help' for more information. There are several issues here, though none of them are bugs. First, The difference between "find -exec basename {} \;" and "find -exec = basename {} +" : The former will execute the program 'basename' once per file, and the latter will execute it fewer times with multiple files as = parameters. The following will demonstrate: $ mkdir c $ touch c/1 c/2 c/3 c/4 $ find c -type f c/1 c/2 c/3 c/4 Compare: $ find c -type f -exec echo basename {} \; basename c/1 basename c/2 basename c/3 basename c/4 $ find c -type f -exec echo basename {} + basename c/1 c/2 c/3 c/4 Second, the "basename" command by default accepts a single parameter (pathname) = or two parameters (pathname and optional extension). Running it with three or more parameters will cause the error you were = experiencing: $ basename c/a.txt=20 a.txt $ basename c/a.txt .txt a $ basename c/a.txt .txt c basename: extra operand =E2=80=98c=E2=80=99 Try 'basename --help' for more information. That explains your error: using the "+" syntax, "find" executed = 'basename' with multiple filenames, and basename rejected it as invalid = syntax. However, basename from coreutils version 8.16 and newer (released in 2012) = supports the "-a" option (gnu extension) that handles multiple filenames = on the same command line. Compare: $ basename c/a.txt c/b.txt c/c.txt basename: extra operand =E2=80=98c/c.txt=E2=80=99 Try 'basename --help' for more information. $ basename -a c/a.txt c/b.txt c/c.txt a.txt b.txt c.txt Continuing the example above, the following syntax should work and do = what you wanted: $ find c -type f -exec basename -a {} + 1 2 3 4 As such, I'm closing this bug, but discussion can continue by replying = to this thread. regards, - assaf From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 16 19:56:11 2016 Received: (at 24011) by debbugs.gnu.org; 16 Jul 2016 23:56:11 +0000 Received: from localhost ([127.0.0.1]:54119 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bOZRK-0002U7-Oc for submit@debbugs.gnu.org; Sat, 16 Jul 2016 19:56:10 -0400 Received: from mail-qk0-f181.google.com ([209.85.220.181]:34810) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bOZRJ-0002Tu-5B for 24011@debbugs.gnu.org; Sat, 16 Jul 2016 19:56:09 -0400 Received: by mail-qk0-f181.google.com with SMTP id o67so130994976qke.1 for <24011@debbugs.gnu.org>; Sat, 16 Jul 2016 16:56:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=qMaBlRyMao+uqUPqKxLqlk45rY8gKpqTz8Gv9N/a7mM=; b=0fKVSMzSjddg2hO5k/6t8siUcFWdCbAWh8XnWvJRTex+FSyPRDsD4bGmyniygWyrzf kCMHbkmv+5xMgMCTvPyiLKVclilqHmQBgdZuoQtFnuCh5QecJqhAfSt0/BXAvNuI3VgJ 4PlTZPpjTOnPdJ5LZHD1FO0YL27/XXEJV5mFrZXXxDPefbnL6a1Awkl1EuFSmemguZ/F i5/ocD6Vv8wslM+wdSDaNRIB6OtRDhJ7cPt5gTinQvXOeOScCXElnbj9jPbY6eQWmvM7 mG3PoUaI4j0dZvGwQecwsCLr6z+aiOS4pfw5/DmP8sovQa++fhbWiga01fUNgrHo2AOa uGDA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=qMaBlRyMao+uqUPqKxLqlk45rY8gKpqTz8Gv9N/a7mM=; b=CSsyl8of/zdqKyDdJVj/fLIu2kebZxR/xG+3Q82lpqTVzm9A6PW6Aky6V9r5u1zKy4 4QdSa2+jFAbJgrNjoDgLJs+KRn3f5sel9djhVvo6smZQg8s5mBEEPh+K/CjpTZG9ODh/ T1+8DGXZCFqkR5sek5ZbuASTDYO2oC59J+zJYjwI20nGKxHNiiD171xuD4Dk0K7haCV6 c2DOrRSdrsWP+6kynCqGi/oHw673IqtKkFqPMbKTVcxor7NPfQI7+D8k2vhTKnyNZCbT 87tRqbfdJH5eySMixjbsvBry9Ww6p/njTOg7lBs4iq5LVyhjLzxf+9fKUVIg4Q5QUzy/ ZciA== X-Gm-Message-State: ALyK8tJuDQWza9Ji+3ASgn62isDvfinZYwuxXJ9BNmQBXz6+FcTadAkP3Aqs5jxDqC1xvQ== X-Received: by 10.55.23.25 with SMTP id i25mr35812393qkh.142.1468713363724; Sat, 16 Jul 2016 16:56:03 -0700 (PDT) Received: from [172.31.98.104] (rrcs-50-74-108-28.nyc.biz.rr.com. [50.74.108.28]) by smtp.gmail.com with ESMTPSA id m45sm64311qtm.2.2016.07.16.16.56.02 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 16 Jul 2016 16:56:03 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Subject: Re: bug#24011: parallel find error From: Assaf Gordon In-Reply-To: <20160716194215.1C43B5805DF@willow> Date: Sat, 16 Jul 2016 19:55:52 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20160716194215.1C43B5805DF@willow> To: jklowden X-Mailer: Apple Mail (2.2102) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 24011 Cc: 24011@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) tag 24011 notabug close 24011 stop Hello, > On Jul 16, 2016, at 15:42, jklowden wrote: >=20 > There appears to be an error in the parallel execution of find. I > created a minimal example below. >=20 > [...] >=20 > $ find .. -type f -name lx[tr]\*.1 -exec basename {} + > basename: extra operand =E2=80=98../appl/fsgmatch/lxtransduce.1=E2=80=99= > Try 'basename --help' for more information. There are several issues here, though none of them are bugs. First, The difference between "find -exec basename {} \;" and "find -exec = basename {} +" : The former will execute the program 'basename' once per file, and the latter will execute it fewer times with multiple files as = parameters. The following will demonstrate: $ mkdir c $ touch c/1 c/2 c/3 c/4 $ find c -type f c/1 c/2 c/3 c/4 Compare: $ find c -type f -exec echo basename {} \; basename c/1 basename c/2 basename c/3 basename c/4 $ find c -type f -exec echo basename {} + basename c/1 c/2 c/3 c/4 Second, the "basename" command by default accepts a single parameter (pathname) = or two parameters (pathname and optional extension). Running it with three or more parameters will cause the error you were = experiencing: $ basename c/a.txt=20 a.txt $ basename c/a.txt .txt a $ basename c/a.txt .txt c basename: extra operand =E2=80=98c=E2=80=99 Try 'basename --help' for more information. That explains your error: using the "+" syntax, "find" executed = 'basename' with multiple filenames, and basename rejected it as invalid = syntax. However, basename from coreutils version 8.16 and newer (released in 2012) = supports the "-a" option (gnu extension) that handles multiple filenames = on the same command line. Compare: $ basename c/a.txt c/b.txt c/c.txt basename: extra operand =E2=80=98c/c.txt=E2=80=99 Try 'basename --help' for more information. $ basename -a c/a.txt c/b.txt c/c.txt a.txt b.txt c.txt Continuing the example above, the following syntax should work and do = what you wanted: $ find c -type f -exec basename -a {} + 1 2 3 4 As such, I'm closing this bug, but discussion can continue by replying = to this thread. regards, - assaf From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 28 02:27:12 2018 Received: (at control) by debbugs.gnu.org; 28 Oct 2018 06:27:12 +0000 Received: from localhost ([127.0.0.1]:46256 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gGeXY-0004Vf-5l for submit@debbugs.gnu.org; Sun, 28 Oct 2018 02:27:12 -0400 Received: from mail-pg1-f175.google.com ([209.85.215.175]:46279) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gGeXW-0004VI-Ch for control@debbugs.gnu.org; Sun, 28 Oct 2018 02:27:10 -0400 Received: by mail-pg1-f175.google.com with SMTP id a5-v6so2355387pgt.13 for ; Sat, 27 Oct 2018 23:27:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:message-id:date:user-agent:mime-version:content-language :content-transfer-encoding; bh=G9YvlUMg2wDTqj+G2HOCfasglVJXCDZ5cJx80JfBJzg=; b=tHCw/hi4VBE/Atxz2qsTVUd+iKhvKZAqajgw8w0YZROmztqFa+qgWh5Oh27KC5J7c6 juwud5f+wv7RO8SGTA1iLajSV05O/uMJueFOmsBHYteWZnMXMQVmgOrYE4oXqXtmUqT3 9oilovNIa2II3Ymiagc0Wf+ovB9nzpOOU9W1MjxmlBSKQOUxy1QR/O3STCZQcv2y/Ab0 dTdGO21gYfEcxHz7xVz/+bPNsIW3H/IB8GxVyfCatUXuIgz/2/ZC5Tkay5wdyk3xmUsF panRqH83AGSqZmxIw6zk7WadnlgbHqX0Blno1SOUdV3dSmfadjUVMH4CUcnvn28hR5J+ akFg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:message-id:date:user-agent:mime-version :content-language:content-transfer-encoding; bh=G9YvlUMg2wDTqj+G2HOCfasglVJXCDZ5cJx80JfBJzg=; b=fhgmGZznGCyFFqrsOiF6QxXxxNfkDtcRZlaaKhsv6k8Ek9I9yluVhoPFVx8dGFkrsX 3kfJH1D6NElqDMPnM39or9uFSg9kOO7Qvig1QNUVWjFSvy8Z4YT10uArPbnmach0kI4o /YUOgi4KF52OfAmmG6uQ9g/lnwpezUtlVhHOlFxgCIYgnyZTXVS7Lc1fy9MM1GmgQHjU FSIqe7oT9tGckzLzJzE1v5lA4DTWwvRjrqhW8bOQXb2ir85DVYRAXZpQr7ShpaInzXGA ih4VtdOq3KICoX/k6NzPzG7fg0DitS8d3+Pj4HaIYgnxehD30fdjhYRw8HVeMNlWHU8J /f5A== X-Gm-Message-State: AGRZ1gL9H9RJVp4Ovg+t2G1Q9d6CDSHBmWdp8fGVNAPRj6W69UXSehIm kY12wnaH5GpG7pYwweZ+nA+4dDOPpfY= X-Google-Smtp-Source: AJdET5e/yShNUDGKxvPMWUyRjdPUsusoe3j//BLzoKpnwqGE//w0LgCR0iLFGnbpTGU8CTaWVe2Rtg== X-Received: by 2002:a63:5102:: with SMTP id f2-v6mr5524021pgb.31.1540708024026; Sat, 27 Oct 2018 23:27:04 -0700 (PDT) Received: from tomato.housegordon.com (moose.housegordon.com. [184.68.105.38]) by smtp.googlemail.com with ESMTPSA id z15-v6sm18403644pfn.170.2018.10.27.23.27.02 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 27 Oct 2018 23:27:02 -0700 (PDT) To: control@debbugs.gnu.org From: Assaf Gordon Message-ID: <486e268e-9085-8557-3571-1b75841c2f05@gmail.com> Date: Sun, 28 Oct 2018 00:27:01 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: tags 24011 notabug close 24011 [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [209.85.215.175 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (assafgordon[at]gmail.com) -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.215.175 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) tags 24011 notabug close 24011 From unknown Fri Jun 20 18:18:14 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 25 Nov 2018 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator