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] f4cb9a: pullnews: Improve log formatting
      when displayed (Julien ?LIE)
   2. [InterNetNews/inn] 9b37fa: Add a special comment in response
      to MAXARTNUM (Julien ?LIE)
   3. [InterNetNews/inn] 32f90b: Fix Makefile prerequisites for
      ovsqlite-server (Julien ?LIE)
   4. [InterNetNews/inn] 588f90: pullnews: Gracefully handle socket
      timeout (Julien ?LIE)
   5. [InterNetNews/inn] d60037: Add Auto-Submitted header field in
      outgoing mails (Julien ?LIE)


----------------------------------------------------------------------

Message: 1
Date: Tue, 24 Jan 2023 13:27:32 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] f4cb9a: pullnews: Improve log formatting
        when displayed
Message-ID:
        <InterNetNews/inn/push/refs/heads/2.7/[email protected]>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/2.7
  Home:   https://github.com/InterNetNews/inn
  Commit: f4cb9aa51bc1964a9bf4c7643875fb62cd3274f0
      
https://github.com/InterNetNews/inn/commit/f4cb9aa51bc1964a9bf4c7643875fb62cd3274f0
  Author: Julien ?LIE <[email protected]>
  Date:   2023-01-24 (Tue, 24 Jan 2023)

  Changed paths:
    M frontends/pullnews.in

  Log Message:
  -----------
  pullnews: Improve log formatting when displayed




------------------------------

Message: 2
Date: Tue, 24 Jan 2023 13:27:48 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 9b37fa: Add a special comment in response
        to MAXARTNUM
Message-ID:
        <InterNetNews/inn/push/refs/heads/2.7/[email protected]>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/2.7
  Home:   https://github.com/InterNetNews/inn
  Commit: 9b37faffc380bc0c2625ccb3bc507215c8f0100e
      
https://github.com/InterNetNews/inn/commit/9b37faffc380bc0c2625ccb3bc507215c8f0100e
  Author: Julien ?LIE <[email protected]>
  Date:   2023-01-24 (Tue, 24 Jan 2023)

  Changed paths:
    M innd/nc.c
    M nnrpd/nnrpd.c

  Log Message:
  -----------
  Add a special comment in response to MAXARTNUM

As INN does not handle article numbers greater than 2^31-1, there's no
point in implementing the MAXARTNUM command.  Just return 500 but with
a special comment mentioning our 2^31-1 limit.




------------------------------

Message: 3
Date: Tue, 24 Jan 2023 13:28:09 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 32f90b: Fix Makefile prerequisites for
        ovsqlite-server
Message-ID:
        <InterNetNews/inn/push/refs/heads/2.7/[email protected]>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/2.7
  Home:   https://github.com/InterNetNews/inn
  Commit: 32f90b025eb4c1d0a41a03472763985fd6eb0859
      
https://github.com/InterNetNews/inn/commit/32f90b025eb4c1d0a41a03472763985fd6eb0859
  Author: Julien ?LIE <[email protected]>
  Date:   2023-01-24 (Tue, 24 Jan 2023)

  Changed paths:
    M storage/ovsqlite/ovmethod.mk

  Log Message:
  -----------
  Fix Makefile prerequisites for ovsqlite-server

Do not use the full path to libinnstorage in the ovsqlite-server
Makefile prerequisites.  Hopefully it will fix the make-parallel issue.




------------------------------

Message: 4
Date: Tue, 24 Jan 2023 13:29:02 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 588f90: pullnews: Gracefully handle socket
        timeout
Message-ID:
        <InterNetNews/inn/push/refs/heads/2.7/[email protected]>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/2.7
  Home:   https://github.com/InterNetNews/inn
  Commit: 588f90b842c75f4554dd1b21caacf7796e2e6d6d
      
https://github.com/InterNetNews/inn/commit/588f90b842c75f4554dd1b21caacf7796e2e6d6d
  Author: Julien ?LIE <[email protected]>
  Date:   2023-01-24 (Tue, 24 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.




------------------------------

Message: 5
Date: Tue, 24 Jan 2023 13:30:15 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] d60037: Add Auto-Submitted header field in
        outgoing mails
Message-ID:
        <InterNetNews/inn/push/refs/heads/2.7/[email protected]>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/2.7
  Home:   https://github.com/InterNetNews/inn
  Commit: d60037668df674f0bf41c7e751add8928ae51cdc
      
https://github.com/InterNetNews/inn/commit/d60037668df674f0bf41c7e751add8928ae51cdc
  Author: Julien ?LIE <[email protected]>
  Date:   2023-01-24 (Tue, 24 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.




------------------------------

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 14
***********************************************

Reply via email to