unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Sending bug reports without setting up email
@ 2016-05-09 13:50 Lars Ingebrigtsen
  2016-05-09 18:19 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 20+ messages in thread
From: Lars Ingebrigtsen @ 2016-05-09 13:50 UTC (permalink / raw)
  To: emacs-devel

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





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

end of thread, other threads:[~2016-07-21 10:45 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-09 13:50 Sending bug reports without setting up email Lars Ingebrigtsen
2016-05-09 18:19 ` 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

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).