From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id IM4eL3wwiV9mJQAA0tVLHw (envelope-from ) for ; Fri, 16 Oct 2020 05:32:44 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id gBbVKnwwiV/RHgAAbx9fmQ (envelope-from ) for ; Fri, 16 Oct 2020 05:32:44 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id B42A19401DD for ; Fri, 16 Oct 2020 05:32:43 +0000 (UTC) Received: from localhost ([::1]:53824 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kTIM6-0002e4-JT for larch@yhetil.org; Fri, 16 Oct 2020 01:32:42 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39556) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kTILw-0002bQ-TS for help-guix@gnu.org; Fri, 16 Oct 2020 01:32:32 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:55694) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kTILs-0005PF-MN for help-guix@gnu.org; Fri, 16 Oct 2020 01:32:31 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:To:From:Sender:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=59Oit2m+MACVbHNDegY2S9I2UitEaOlpgyKeAM4ZOzE=; b=MYiqWt2oORPcyntxhyojdKu2k coBC3efGjhRlw2Lg37+bE/1XqgSvyV6rrS2CndByllNfyr0ECq6E9MVv+pzamfyAwal96eFBe5Gcw lKP4w2k0OP6Uhwdaqx+CaPTaxfTo6vllTBf25+nh/s8IzQbk2MJUtdX5nEpkn0bLa3FP1upkIJbA4 LKlhgI2E1MxpuW7ZD9AkrA3f7ep/Fowtsh+CWdsG2DXrhwDHUS5CFVJ5i2ygg6BR8XKUis3mYohrZ /s10roRJGukGJwL/4H46430DkPPIlAfw3hz9HUnuwkyUG7YemCt50roT1Lm3Thxo/2qcabjRBlKyg Cv7qLvL6A==; Received: from [192.168.2.1] (helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kTIJW-001428-Jb; Fri, 16 Oct 2020 11:00:02 +0530 From: Arun Isaac To: Aniket Patil , help-guix@gnu.org Subject: Re: Confused while submitting patch In-Reply-To: References: Date: Fri, 16 Oct 2020 11:02:18 +0530 Message-ID: <87o8l2pwgt.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/16 01:32:21 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=fail (rsa verify failed) header.d=systemreboot.net header.s=default header.b=MYiqWt2o; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none); spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: 0.09 X-TUID: RveqmZpTwmIx https://git-send-email.io/ is a good tutorial on setting up and using `git send-email`. Cheers!