Send inn-committers mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.isc.org/mailman/listinfo/inn-committers
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of inn-committers digest..."
Today's Topics:
1. [InterNetNews/inn] f25d8c: Keep a user-supplied fromhost
parameter in readers... (Julien ?LIE)
2. [InterNetNews/inn] ac1c75: Keep user-supplied domain in
readers.conf (Julien ?LIE)
3. [InterNetNews/inn] adfd72: nnrpd: Use fromhost instead of
domain for e-mails (Julien ?LIE)
----------------------------------------------------------------------
Message: 1
Date: Sun, 19 Feb 2023 09:17:53 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] f25d8c: Keep a user-supplied fromhost
parameter in readers...
Message-ID:
<InterNetNews/inn/push/refs/heads/main/[email protected]>
Content-Type: text/plain; charset=UTF-8
Branch: refs/heads/main
Home: https://github.com/InterNetNews/inn
Commit: f25d8c091c59ef158e9ca7129d538175938cb1d8
https://github.com/InterNetNews/inn/commit/f25d8c091c59ef158e9ca7129d538175938cb1d8
Author: Julien ?LIE <[email protected]>
Date: 2023-02-19 (Sun, 19 Feb 2023)
Changed paths:
M nnrpd/nnrpd.c
Log Message:
-----------
Keep a user-supplied fromhost parameter in readers.conf
It was already the case except for the newsmaster e-mail
in the help message from nnrpd. Now fixed.
------------------------------
Message: 2
Date: Sun, 19 Feb 2023 09:24:55 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] ac1c75: Keep user-supplied domain in
readers.conf
Message-ID:
<InterNetNews/inn/push/refs/heads/main/[email protected]>
Content-Type: text/plain; charset=UTF-8
Branch: refs/heads/main
Home: https://github.com/InterNetNews/inn
Commit: ac1c752091e0671a5aa3eb798024acd0af84fe37
https://github.com/InterNetNews/inn/commit/ac1c752091e0671a5aa3eb798024acd0af84fe37
Author: Julien ?LIE <[email protected]>
Date: 2023-02-19 (Sun, 19 Feb 2023)
Changed paths:
M control/gencancel.c
M doc/FAQ
M doc/pod/inn.conf.pod
M doc/pod/libinn.pod
M doc/pod/news.pod
M doc/pod/readers.conf.pod
M frontends/inews.c
M lib/innconf.c
M lib/messageid.c
M nnrpd/commands.c
M nnrpd/nnrpd.h
M nnrpd/perm.c
M nnrpd/post.c
Log Message:
-----------
Keep user-supplied domain in readers.conf
Customizing the domain part of Message-IDs generated by nnrpd and the
server name indicated in Injection-Info header fields is now easier:
the domain parameter in the access blocks of readers.conf can be
directly used (without setting virtualhost as it was previously the
case).
An expicitly-set configuration option should override whatever is
discovered while probing around on the system. So we now use domain
unconditionally if it is set in readers.conf for forming message
identifiers and Injection-Info. But keep backwards-compatibility by
not using domain if only set in inn.conf (previous versions of INN only
use it if virtualhost is also set to true).
Document domain as a first-class configuration parameter for access
groups in readers.conf, saying that it changes the way Message-IDs and
Injection-Info are constructed.
Update wording in the FAQ and various documentation (inn.conf, libinn,
readers.conf, comments in C code).
close #243
------------------------------
Message: 3
Date: Sun, 19 Feb 2023 10:24:57 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] adfd72: nnrpd: Use fromhost instead of
domain for e-mails
Message-ID:
<InterNetNews/inn/push/refs/heads/main/[email protected]>
Content-Type: text/plain; charset=UTF-8
Branch: refs/heads/main
Home: https://github.com/InterNetNews/inn
Commit: adfd723659ba8be9ad82a8e5577b8945169b2689
https://github.com/InterNetNews/inn/commit/adfd723659ba8be9ad82a8e5577b8945169b2689
Author: Julien ?LIE <[email protected]>
Date: 2023-02-19 (Sun, 19 Feb 2023)
Changed paths:
M doc/pod/news.pod
M doc/pod/readers.conf.pod
M nnrpd/nnrpd.c
Log Message:
-----------
nnrpd: Use fromhost instead of domain for e-mails
The newsmaster's e-mail address mentioned in the help message returned
by nnrpd now uses fromhost as the default domain name instead of the
value of the domain parameter.
Also, use the newsmaster's e-mail address in all cases, and not only
when virtualhost is set to true.
see #244
------------------------------
Subject: Digest Footer
_______________________________________________
inn-committers mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/inn-committers
------------------------------
End of inn-committers Digest, Vol 148, Issue 6
**********************************************