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] cec375: pullnews: Gracefully handle socket
timeout (Julien ?LIE)
2. [InterNetNews/inn] c11708: Add Auto-Submitted header field in
outgoing mails (Julien ?LIE)
----------------------------------------------------------------------
Message: 1
Date: Mon, 23 Jan 2023 14:02:11 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] cec375: pullnews: Gracefully handle socket
timeout
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: cec3759be8ae51cfd2a6de6a3ef86442bdea1bfe
https://github.com/InterNetNews/inn/commit/cec3759be8ae51cfd2a6de6a3ef86442bdea1bfe
Author: Julien ?LIE <[email protected]>
Date: 2023-01-23 (Mon, 23 Jan 2023)
Changed paths:
M doc/pod/news.pod
M doc/pod/pullnews.pod
M frontends/pullnews.in
Log Message:
-----------
pullnews: Gracefully handle socket timeout
pullnews goes on downloading articles one by one from a remote news
server even though the connection was stopped for whatever reason. It
now checks for that, and makes re-attempts according to the -T setting.
Net::NNTP returns a 421 (sic) pseudo response code when a connection is no
longer active; that's what pullnews checks for.
Thanks to Jesse Rehmer for the bug report.
close #239
------------------------------
Message: 2
Date: Mon, 23 Jan 2023 14:25:39 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] c11708: Add Auto-Submitted header field in
outgoing 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: c11708898b5a775bc319cd51f0a05914844f9792
https://github.com/InterNetNews/inn/commit/c11708898b5a775bc319cd51f0a05914844f9792
Author: Julien ?LIE <[email protected]>
Date: 2023-01-23 (Mon, 23 Jan 2023)
Changed paths:
M backends/news2mail.in
M backends/sendinpaths.in
M control/controlchan.in
M doc/pod/inn.conf.pod
M doc/pod/innmail.pod
M doc/pod/news.pod
M doc/pod/newsfeeds.pod
M expire/expirerm.in
M frontends/mailpost.in
M nnrpd/post.c
M scripts/innmail.in
M scripts/innwatch.in
M scripts/news.daily.in
M scripts/rc.news.in
M scripts/writelog.in
Log Message:
-----------
Add Auto-Submitted header field in outgoing mails
Added a new "-a" option to innmail to specify additional header fields
to add in the headers of messages. This is notably used to internally
support the addition of the Auto-Submitted header field in outgoing
mails.
All the programs sending mails now include an Auto-Submitted header
field in the message headers (either set to "auto-generated" or
"auto-replied", following the recommendation in RFC 3834):
- Daily Usenet reports (news.daily);
- newgroup/rmgroup/checkgroups reports (controlchan);
- top1000 reports (sendinpaths);
- failure or warning reports from various programs (mailpost, expirerm,
rc.news, innwatch, writelog);
- our internal wrapper to sendmail or like (innmail);
- gatewaying (news2mail);
- forwarding to a moderator (nnrpd).
Thanks to Harald Dunkel for this suggestion which will for instance
help to avoid unnecessary vacation replies.
close #255
------------------------------
Subject: Digest Footer
_______________________________________________
inn-committers mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/inn-committers
------------------------------
End of inn-committers Digest, Vol 147, Issue 11
***********************************************