all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] Reviving qmail with X-Message-SMTP-Method in Gnus
@ 2023-04-27  2:05 Mohsen BANAN
  2023-04-27  6:00 ` Eli Zaretskii
  2023-05-04  6:46 ` Eli Zaretskii
  0 siblings, 2 replies; 7+ messages in thread
From: Mohsen BANAN @ 2023-04-27  2:05 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 629 bytes --]


Dear Colleagues,

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

Architecture of qmail makes for an excellent
customizable mail sending agent which can be
integrated with Gnus. More on this later ...

Thanks and regards,

---
Mohsen BANAN  --- http://mohsen.1.banan.byname.net



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Reviving-qmail-with-X-Message-SMTP-Method-in-Gnus.patch --]
[-- Type: text/x-diff, Size: 773 bytes --]

From 13e47efe3c15e7afe3f6db98681e31125d199f58 Mon Sep 17 00:00:00 2001
From: Mohsen Banan <form@mohsen.banan.1.byname.net>
Date: Wed, 26 Apr 2023 18:35:13 -0700
Subject: [PATCH] Reviving qmail with X-Message-SMTP-Method in Gnus

---
 lisp/gnus/message.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index 7a71ac9f58e..865e5c99000 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -5017,6 +5017,8 @@ message-multi-smtp-send-mail
       (cond
        ((equal (car method) "sendmail")
 	(message-send-mail-with-sendmail))
+      ((equal (car method) "qmail")
+	(message-send-mail-with-qmail))
        ((equal (car method) "smtp")
 	(require 'smtpmail)
 	(let* ((smtpmail-store-queue-variables t)
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-05-05  0:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-27  2:05 [PATCH] Reviving qmail with X-Message-SMTP-Method in Gnus Mohsen BANAN
2023-04-27  6:00 ` Eli Zaretskii
2023-05-04  6:46 ` Eli Zaretskii
2023-05-04  7:32   ` Andrew Cohen
2023-05-04  8:03     ` Eli Zaretskii
2023-05-04 16:02     ` Mohsen BANAN
2023-05-05  0:12       ` Andrew Cohen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.