all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Schultze <petersch@CS.UCLA.EDU>
To: Eric Abrahamsen <eric@ericabrahamsen.net>
Cc: 47076@debbugs.gnu.org
Subject: bug#47076: 27.1; Unwanted warnings about unqualified recipient addresses from message.el
Date: Thu, 11 Mar 2021 14:16:42 -0800 (PST)	[thread overview]
Message-ID: <alpine.GSO.2.00.2103111403030.17756@kiwi.cs.ucla.edu> (raw)
In-Reply-To: <87im5xo2cq.fsf@ericabrahamsen.net>

On Thu, 11 Mar 2021, Eric Abrahamsen wrote:

> Peter Schultze <petersch@cs.ucla.edu> writes:
>
>> Sending a message in Rmail to a local address always triggers a warning
>> "Email address localuser looks invalid; send anyway? (y or n)".
>> from lisp/gnus/message.el
>>
>> This only occurs in V. 27.1, but not in V. 26.3.
>>
>> This is not useful on systems where the MTA is configured
>> to handle local addresses.
>>
>> This could be related to bug#23054
>
> You should be able to shut this off by pushing '(bogus-recipient .
> disabled) to `message-syntax-checks'. See the "News Headers" section of
> the Message info manual.
>
> HTH,

It helped. After adding

(load "message")
(push '(bogus-recipient . disabled) message-syntax-checks)

to ~/.emacs the unwanted warnings no longer occur.

Thanks,
Peter





  reply	other threads:[~2021-03-11 22:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-11 20:22 bug#47076: 27.1; Unwanted warnings about unqualified recipient addresses from message.el Peter Schultze
2021-03-11 20:35 ` Eric Abrahamsen
2021-03-11 22:16   ` Peter Schultze [this message]
2021-03-11 23:22     ` Eric Abrahamsen
2021-03-12  0:17   ` Glenn Morris
2021-03-12 19:30     ` Eric Abrahamsen

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=alpine.GSO.2.00.2103111403030.17756@kiwi.cs.ucla.edu \
    --to=petersch@cs.ucla.edu \
    --cc=47076@debbugs.gnu.org \
    --cc=eric@ericabrahamsen.net \
    /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.