* good address gives "may be bogus"
@ 2016-04-14 9:42 Kevin Brubeck Unhammer
2016-04-14 14:40 ` Adam Sjøgren
0 siblings, 1 reply; 3+ messages in thread
From: Kevin Brubeck Unhammer @ 2016-04-14 9:42 UTC (permalink / raw)
To: info-gnus-english
[-- Attachment #1.1: Type: text/plain, Size: 173 bytes --]
Hi,
Where can I put exceptions to the "address x may be bogus" warning? (I
got this for a good @ehu.eus address.)
--
Kevin Brubeck Unhammer
GPG: 0x766AC60C
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 472 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: good address gives "may be bogus"
2016-04-14 9:42 good address gives "may be bogus" Kevin Brubeck Unhammer
@ 2016-04-14 14:40 ` Adam Sjøgren
2016-04-20 12:23 ` Kevin Brubeck Unhammer
0 siblings, 1 reply; 3+ messages in thread
From: Adam Sjøgren @ 2016-04-14 14:40 UTC (permalink / raw)
To: info-gnus-english
Kevin writes:
> Where can I put exceptions to the "address x may be bogus" warning? (I
> got this for a good @ehu.eus address.)
Looks like the huge regexp you want to change is:
,----[ C-h v message-valid-fqdn-regexp RET ]
| message-valid-fqdn-regexp is a variable defined in `message.el'.
| Its value is
| "[a-z0-9][-.a-z0-9]+\\.\\([a-z][a-z]\\|aero\\|arpa\\|....
|
| Documentation:
| Regular expression that matches a valid FQDN.
|
| You can customize this variable.
|
| This variable was introduced, or its default value was changed, in
| version 25.1 of Emacs.
`----
Found in the function message-bogus-recipient-p in message.el:
,----[ C-h f message-bogus-recipient-p RET ]
| message-bogus-recipient-p is a compiled Lisp function in `message.el'.
|
| (message-bogus-recipient-p RECIPIENTS)
|
| Check if a mail address in RECIPIENTS looks bogus.
|
| RECIPIENTS is a mail header. Return a list of potentially bogus
| addresses. If none is found, return nil.
|
| An address might be bogus if the domain part is not fully
| qualified, see `message-valid-fqdn-regexp', or if there's a
| matching entry in `message-bogus-addresses'.
`----
Best regards,
Adam
--
(Pithy optimistic saying goes here. Remember to edit Adam Sjøgren
this line!) asjo@koldfront.dk
_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: good address gives "may be bogus"
2016-04-14 14:40 ` Adam Sjøgren
@ 2016-04-20 12:23 ` Kevin Brubeck Unhammer
0 siblings, 0 replies; 3+ messages in thread
From: Kevin Brubeck Unhammer @ 2016-04-20 12:23 UTC (permalink / raw)
To: info-gnus-english
[-- Attachment #1.1: Type: text/plain, Size: 361 bytes --]
asjo@koldfront.dk (Adam Sjøgren) čálii:
> Kevin writes:
>
>> Where can I put exceptions to the "address x may be bogus" warning? (I
>> got this for a good @ehu.eus address.)
>
> Looks like the huge regexp you want to change is:
>
> ,----[ C-h v message-valid-fqdn-regexp RET ]
Nice, thanks :-)
--
Kevin Brubeck Unhammer
GPG: 0x766AC60C
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-04-20 12:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-14 9:42 good address gives "may be bogus" Kevin Brubeck Unhammer
2016-04-14 14:40 ` Adam Sjøgren
2016-04-20 12:23 ` Kevin Brubeck Unhammer
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 NNTP newsgroup(s).