bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#47076: 27.1; Unwanted warnings about unqualified recipient addresses


From: Eric Abrahamsen
Subject: bug#47076: 27.1; Unwanted warnings about unqualified recipient addresses from message.el
Date: Thu, 11 Mar 2021 15:22:43 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Peter Schultze <petersch@CS.UCLA.EDU> writes:

> 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)

Cool, I'll close this bug, then. If you didn't want to load message
unconditionally you could use `with-eval-after-load', or use the
customization system.

Eric





reply via email to

[Prev in Thread] Current Thread [Next in Thread]