From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Reviving qmail with X-Message-SMTP-Method in Gnus Date: Thu, 27 Apr 2023 09:00:04 +0300 Message-ID: <83354luaor.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28676"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Mohsen BANAN Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Apr 27 08:00:29 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1prug5-0003iK-V8 for ged-emacs-devel@m.gmane-mx.org; Thu, 27 Apr 2023 08:00:25 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1prufN-0003Up-KV; Thu, 27 Apr 2023 01:59:43 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1prufH-0003UK-Mx for emacs-devel@gnu.org; Thu, 27 Apr 2023 01:59:36 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1prufF-0001X8-PR; Thu, 27 Apr 2023 01:59:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=1NrVALpljCt09Fr0qNCJQ/xVi2bDj1/GEK3FllL9BD4=; b=H3Y+Il/e2h1f BZaMkX7ydL4A3bKCEaoIr57LvXV9AllNHHswULJgIWWxmOtJR5uAbPW+pQid8cCgHPQICcQXyDJeg kp/ZHUrBmDg2+P7969Xf8JS7VtLtgGvP+4okWCH8yew/mTyKLrawrT3FHqOKiPahwwV0QX7i+m8qk tbCiPhXQq9+lSzYJBQkSMFtToSQsuXzbPhFQXDzx2QX6liWv78poOKTMj7W6X2rLu0lfu/gFyB/Ql 6/k1d7NalGyT2ETgtCYL69cqrjc6vaf2WnhIkFN/eCqfX6erhR4i+Ft0+jyfd7JeuQlJkROcXyc9i f7pj3cxjHsD436NNjmYIWg==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1prufE-0003xM-NZ; Thu, 27 Apr 2023 01:59:33 -0400 In-Reply-To: (message from Mohsen BANAN on Wed, 26 Apr 2023 19:05:04 -0700) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:308075 > From: Mohsen BANAN > Date: Wed, 26 Apr 2023 19:05:04 -0700 > > I have been using qmail (as a resident MTA) with > Gnus through X-Message-SMTP-Method based on the > attached patch. > > It is just two lines. > > All of what is needed to support qmail is already > in Gnus and these two lines revives them. > > Lars, could you please apply this patch? > > Documentation can also then be updated in: > https://www.gnu.org/software/emacs/manual/html_node/message/Mail-Variables.html Thanks. Please in the future send such suggestions and problem reports using "M-x report-emacs-bug RET", so that it gets sent to the Emacs bug tracker, and the entire discussion is then recorded there.