From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server-vie001.gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_ZEN_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=new2025; t=1756453006; bh=RR6fxth3E+uoQgGE7Kem3MwFRC/kZWHzZ5Ys9HRg8CE=; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject: To:Cc:Content-Type:Content-Transfer-Encoding:Message-ID:Date:From: Reply-To:Subject:To:Cc:In-Reply-To:References:Resent-Date: Resent-From:Resent-To:Resent-Cc:User-Agent:Content-Type: Content-Transfer-Encoding; b=h7/nr0ODdlmVPcyzlyJd47FDL+AoOnlzT/4D6Q5ZhVUlE9G2nbbkBZfXnnmulPPda HHw+qH19HvzOnZzkjmH19+YpNubAgeCo7bqeQhDz/v9cN+kY+HKdvV+CWkULFyhsA/ D4LuB3KPN+5XgPM7/fVGTs4yYodsVFiCaCxuETdOP5e7g5gdz0I6FiCK8LrZ4JV8oT 5MmfdcqHZfaerXX6dJiDPXKGQxKS4cwPR+HTzFdJQFjmq1jLVjSO/St0efongGXwBh Crxg+iCzh0CDZedIEu3ms4HqINDyyjzP1nFZbREUmNMOmK9qfkgLh/7Gai52DBMNkP IZA903HTMzwnQ== Received: from mail-qt1-f169.google.com (mail-qt1-f169.google.com [209.85.160.169]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id AAAB43127F75 for ; Fri, 29 Aug 2025 07:36:46 +0000 (UTC) Received: by mail-qt1-f169.google.com with SMTP id d75a77b69052e-4b28184a8b3so21148391cf.1 for ; Fri, 29 Aug 2025 00:36:46 -0700 (PDT) X-Forwarded-Encrypted: i=1; AJvYcCVwwsoRP9m10yxmQvIuM8SX+oqU6H0rifDLRy89A2ddBMVTzrR/HrGHDx58IEn3KBMriiXE@vger.gnuweeb.org X-Gm-Message-State: AOJu0Yy9ubwSi3wLM1KRoLecKQ9jzslW82ZPbqkEiAQmBuOJaDOqx957 eRoCLssgU3FFbiIUQMwMFD8Q5+x/nwXTvd6FocBiThXWP6yZJeeezRVAboab+p254YGjjo3pKWK MJKa85trNyWAyk6kIf4DJf9vZ0ON22S4= X-Google-Smtp-Source: AGHT+IEbjcp0yA9nJ5okCTbNKNINqYzYluaW6LSQFAEXa013eO20ZfYMYv4LHBshS9W1upM9ZnYtwistgzn3S8CqVP0= X-Received: by 2002:a05:622a:5515:b0:4b2:89c9:1568 with SMTP id d75a77b69052e-4b2aaa27d81mr293432041cf.10.1756453005491; Fri, 29 Aug 2025 00:36:45 -0700 (PDT) MIME-Version: 1.0 References: <20250829033628.573589-1-reyuki@gnuweeb.org> <20250829043632.GA652664-ammarfaizi2@gnuweeb.org> In-Reply-To: From: Ammar Faizi Date: Fri, 29 Aug 2025 14:36:29 +0700 X-Gmail-Original-Message-ID: X-Gm-Features: Ac12FXzppcP0A1I3zNTRjEJ89CA1QErNV6S_78P0gdvhRlU3fd4SLibXD8NU9Ss Message-ID: Subject: Re: [PATCH gwproxy v7 0/2] Initial work on integration of DNS parser lib in gwproxy To: Ahmad Gani Cc: Alviro Iskandar Setiawan , "GNU/Weeb Mailing List" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: On Fri, Aug 29, 2025 at 2:22=E2=80=AFPM Ammar Faizi wrote: > 2) Try to apply your own patches with 'git am'. It will yell at you if > there are whitespaces. s/whitespaces/trailing whitespaces/ --=20 Ammar Faizi