• ctlinnd cancel

    From 32303031@21:1/5 to All on Wed Jan 26 09:11:56 2022
    I'm trying to delete some messages with "ctlinnd cancel 'id'" command.
    Those messages still remain available yet. What is going wrong?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?Q?yamo'?=@21:1/5 to All on Wed Jan 26 09:54:58 2022
    Hi,
    32303031 a écrit :
    I'm trying to delete some messages with "ctlinnd cancel 'id'" command.
    Those messages still remain available yet. What is going wrong?

    You can use two methods (the first may be the best one for a script in newsfeeds).

    ctlinnd cancel @...@
    ctlinnd cancel '<messagid@toplevel>'

    Best regards

    --
    Stéphane
    Sorry for my bad English

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From 32303031@21:1/5 to yamo' on Wed Jan 26 11:52:44 2022
    yamo' wrote:

    Hi,
    32303031 a crit :
    I'm trying to delete some messages with "ctlinnd cancel 'id'" command. Those messages still remain available yet. What is going wrong?

    You can use two methods (the first may be the best one for a script in newsfeeds).

    ctlinnd cancel @...@
    ctlinnd cancel '<messagid@toplevel>'

    Last one command exactly seem do be wrong. Log:
    ? bad cancel Message-ID <'<20220124223933.25ee13a71eda06d001cb79bd@domain>'>

    I do "ctlinnd cancel 'messagid@toplevel'" without "<", ">". Nothing
    suspicious in log:
    ctlinnd command c:'20220126142833.bc2e38d3f826ff23dd838d7f@domain'

    However, messages still remain available.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?Q?yamo'?=@21:1/5 to All on Wed Jan 26 12:17:13 2022
    Hi,
    32303031 a écrit :
    yamo' wrote:

    Hi,
    32303031 a crit :
    I'm trying to delete some messages with "ctlinnd cancel 'id'" command.
    Those messages still remain available yet. What is going wrong?

    You can use two methods (the first may be the best one for a script in
    newsfeeds).

    ctlinnd cancel @...@
    ctlinnd cancel '<messagid@toplevel>'

    Last one command exactly seem do be wrong. Log:
    ? bad cancel Message-ID <'<20220124223933.25ee13a71eda06d001cb79bd@domain>'>

    This should be :
    ctlinnd cancel \
    '<20220124223933.25ee13a71eda06d001cb79bd@domain>'

    Or
    ctlinnd cancel `grephistory '\ 20220124223933.25ee13a71eda06d001cb79bd@domain>'`

    Difficult to wrote on a smartphone...

    --
    Stéphane

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?Q?yamo'?=@21:1/5 to All on Wed Jan 26 12:19:34 2022
    yamo' a écrit :
    This should be :
    ctlinnd cancel \
    '<20220124223933.25ee13a71eda06d001cb79bd@domain>'

    Difficult to wrote on a smartphone...



    ctlinnd cancel `grephistory '\ <20220124223933.25ee13a71eda06d001cb79bd@domain>'`

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From 32303031@21:1/5 to yamo' on Thu Jan 27 04:28:38 2022
    yamo' wrote:

    Hi,
    32303031 a crit :
    yamo' wrote:

    Hi,
    32303031 a crit :
    I'm trying to delete some messages with "ctlinnd cancel 'id'" command. >> > Those messages still remain available yet. What is going wrong?

    You can use two methods (the first may be the best one for a script in
    newsfeeds).

    ctlinnd cancel @...@
    ctlinnd cancel '<messagid@toplevel>'

    Last one command exactly seem do be wrong. Log:
    ? bad cancel Message-ID <'<20220124223933.25ee13a71eda06d001cb79bd@domain>'>

    This should be :
    ctlinnd cancel \
    '<20220124223933.25ee13a71eda06d001cb79bd@domain>'

    Absolutely does not work - article with the same ID received afterwards.

    Or
    ctlinnd cancel `grephistory '\ 20220124223933.25ee13a71eda06d001cb79bd@domain>'`

    I did not found "grephistory" arg in manual.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?Q?yamo'?=@21:1/5 to All on Thu Jan 27 08:33:28 2022
    Hi,
    32303031 a écrit :

    I did not found "grephistory" arg in manual.

    https://linux.die.net/man/1/grephistory

    --
    Stéphane

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From 32303031@21:1/5 to All on Thu Jan 27 18:23:05 2022
    32303031 wrote:

    yamo' wrote:
    32303031 a crit :
    I'm trying to delete some messages with "ctlinnd cancel 'id'"
    command. Those messages still remain available yet. What is
    going wrong?

    You can use two methods (the first may be the best one for a
    script in newsfeeds).

    ctlinnd cancel @...@
    ctlinnd cancel '<messagid@toplevel>'

    This should be :
    ctlinnd cancel \
    '<20220124223933.25ee13a71eda06d001cb79bd@domain>'

    Absolutely does not work - article with the same ID received afterwards.

    Got it work now. Weird.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)