all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: emacs-devel@gnu.org
Subject: Sending bug reports without setting up email
Date: Mon, 09 May 2016 15:50:28 +0200	[thread overview]
Message-ID: <87twi7jq6z.fsf@gnus.org> (raw)

We discussed this before, and talked about web forms etc, but it
occurred to me tonight (while trying to fall asleep) how easy it would
be just to use smtpmail.el:

If Emacs detects that email hasn't been configured when trying to send a
bug report, Emacs could just contact the MX for debbugs.gnu.org directly
and submit the report.

Now, that MX ((which happens to be "debbugs.gnu.org") only listens at
port 25, and some ISPs block outgoing traffic to port 25, so it wouldn't
always work.  Is there any chance that we could have that Exim instance
listen on port 587, too?  (The mail submission port.)

In that case, `C-c C-c' when sending the bug report would

1) If mail is set up, just send normally
2) If not, see whether it can talk to 25/587 on the MX
2b) If there is no good "from" address, ask the user what their email
address is
3) If it can't talk to the MX, continue as now with setting up the mail
transport

I think this would be a nice improvement in the usability of the bug
reporting system...

To look up the MX in a reliable, and non-hardcoded manner, it would be
nice if we could use dns.el.  Would anybody mind if I create a C
interface function to return nsaddr_list (from res_init) to Lisp?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





             reply	other threads:[~2016-05-09 13:50 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-09 13:50 Lars Ingebrigtsen [this message]
2016-05-09 18:19 ` Sending bug reports without setting up email Lars Ingebrigtsen
2016-05-09 18:52   ` Eli Zaretskii
2016-05-09 19:03     ` Lars Ingebrigtsen
2016-05-10 15:02   ` Paul Eggert
2016-05-11 20:55     ` daniel sutton
2016-05-11 21:00       ` Kaushal Modi
2016-05-11 21:05         ` Eli Zaretskii
2016-05-11 21:17           ` Kaushal Modi
2016-05-12  5:47             ` Eli Zaretskii
2016-05-11 21:01       ` Eli Zaretskii
2016-07-20 13:29     ` Lars Ingebrigtsen
2016-07-20 15:01       ` Paul Eggert
2016-07-20 15:06         ` Lars Ingebrigtsen
2016-07-20 16:07           ` Paul Eggert
2016-07-20 16:10             ` Lars Ingebrigtsen
2016-07-20 16:27               ` Paul Eggert
2016-07-20 16:30                 ` Lars Ingebrigtsen
2016-07-20 16:37           ` Stefan Monnier
2016-07-21 10:45             ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87twi7jq6z.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.