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: Peter Schultze
Subject: bug#47076: 27.1; Unwanted warnings about unqualified recipient addresses from message.el
Date: Thu, 11 Mar 2021 14:16:42 -0800 (PST)
User-agent: Alpine 2.00 (GSO 1167 2008-08-23)

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 via email to

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