[InterNetNews/inn] 4e126a: Suggest flags to add in the mta parameter

Julien ÉLIE noreply at github.com
Fri Apr 14 20:30:43 UTC 2023


  Branch: refs/heads/2.7
  Home:   https://github.com/InterNetNews/inn
  Commit: 4e126a5d8b575f9f67f16ea113bdb5cf238b871c
      https://github.com/InterNetNews/inn/commit/4e126a5d8b575f9f67f16ea113bdb5cf238b871c
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2023-04-14 (Fri, 14 Apr 2023)

  Changed paths:
    M doc/pod/inn.conf.pod
    M samples/inn.conf.in

  Log Message:
  -----------
  Suggest flags to add in the mta parameter


  Commit: 0f9f6851fc8355e622621d915c6166628a50dfe9
      https://github.com/InterNetNews/inn/commit/0f9f6851fc8355e622621d915c6166628a50dfe9
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2023-04-14 (Fri, 14 Apr 2023)

  Changed paths:
    M backends/news2mail.in

  Log Message:
  -----------
  news2mail: Improve the parsing of the mta command

Remove -f from the mta command line as news2mail sets an envelope
sender itself.

Remove -oem as news2mail sets -oee.


  Commit: a9d70ff82b08be190559298d41ddaffd04639783
      https://github.com/InterNetNews/inn/commit/a9d70ff82b08be190559298d41ddaffd04639783
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2023-04-14 (Fri, 14 Apr 2023)

  Changed paths:
    M contrib/sample.init.script
    M doc/pod/install.pod
    M doc/pod/nnrpd.pod
    M nnrpd/nnrpd.c

  Log Message:
  -----------
  Better document how to use -s with nnrpd


  Commit: 27de6aa4fae530cd2ae54453239ada8c7b43f394
      https://github.com/InterNetNews/inn/commit/27de6aa4fae530cd2ae54453239ada8c7b43f394
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2023-04-14 (Fri, 14 Apr 2023)

  Changed paths:
    M doc/pod/gencancel.pod

  Log Message:
  -----------
  gencancel doc: Disambiguate admin and user hashes


  Commit: 7c9b3497241403cbb25fe0f87167e8934480b9d6
      https://github.com/InterNetNews/inn/commit/7c9b3497241403cbb25fe0f87167e8934480b9d6
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2023-04-14 (Fri, 14 Apr 2023)

  Changed paths:
    M doc/pod/inews.pod
    M doc/pod/inn.conf.pod
    M doc/pod/rnews.pod

  Log Message:
  -----------
  Better document the "server" parameter in inn.conf

inews uses the "server" parameter.

rnews uses that parameter when nnrpdposthost is not set, and there's no
server at localhost.


  Commit: cfa9069b6318e1c262c77a4a951729c1a9a66a74
      https://github.com/InterNetNews/inn/commit/cfa9069b6318e1c262c77a4a951729c1a9a66a74
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2023-04-14 (Fri, 14 Apr 2023)

  Changed paths:
    M innd/rc.c

  Log Message:
  -----------
  innd/rc.c: Remove unused variable


  Commit: 366a2ad98bbf0f423a87dd4b30ecfadb64ce862d
      https://github.com/InterNetNews/inn/commit/366a2ad98bbf0f423a87dd4b30ecfadb64ce862d
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2023-04-14 (Fri, 14 Apr 2023)

  Changed paths:
    M lib/remopen.c

  Log Message:
  -----------
  lib/remopen.c: Improve log message

Mention in the error log how to fix the problem (setting the "server"
parameter in inn.conf).


  Commit: a8956df127ee9c8993c89b07e89a718496cc1890
      https://github.com/InterNetNews/inn/commit/a8956df127ee9c8993c89b07e89a718496cc1890
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2023-04-14 (Fri, 14 Apr 2023)

  Changed paths:
    M lib/setproctitle.c

  Log Message:
  -----------
  Fix the output of nnrpd's process title in ps(1)

The last character of the argv[0] buffer was not overwritten.


  Commit: fc37e004fef3a9dd6022c51962aef5dd0ef50336
      https://github.com/InterNetNews/inn/commit/fc37e004fef3a9dd6022c51962aef5dd0ef50336
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2023-04-14 (Fri, 14 Apr 2023)

  Changed paths:
    M doc/pod/nnrpd.pod

  Log Message:
  -----------
  Clarify which nnrpd config files are reloaded

Fix documentation about which config files are reloaded
when nnrpd is spawned (the previous wording was wrong).

Mention inn-secrets.conf.


  Commit: ac19feaec9292953a53849fe4b8e00bf8d9bb275
      https://github.com/InterNetNews/inn/commit/ac19feaec9292953a53849fe4b8e00bf8d9bb275
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2023-04-14 (Fri, 14 Apr 2023)

  Changed paths:
    M frontends/pullnews.in

  Log Message:
  -----------
  pullnews: Fix useless downloads when using -w

When the connection times out and is automatically restarted, -w (when
used) was applied another time, which led already downloaded articles
to be downloaded another time.


  Commit: e007c1ba399a89a43bc1d16ccbe47e87bceed81e
      https://github.com/InterNetNews/inn/commit/e007c1ba399a89a43bc1d16ccbe47e87bceed81e
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2023-04-14 (Fri, 14 Apr 2023)

  Changed paths:
    M frontends/pullnews.in

  Log Message:
  -----------
  pullnews: No need to run pullnews twice with -w

Download articles in the same run of pullnews when -w is used and
changed the watermark.  (Reinvoking pullnews was previously needed.)


Compare: https://github.com/InterNetNews/inn/compare/6d9d2e273352...e007c1ba399a


More information about the inn-committers mailing list