Hello!
I don't use --newlist so I have to ask here:

Debian's package includes for ages the following looking one-line
patch, which is supposed to fix "Debian Bug report #56330
--newlist doesn't work", sadly the report does not include more
information. http://bugs.debian.org/56330

-----------------------------
--- newsx-1.4.orig/src/list.c
+++ newsx-1.4/src/list.c
@@ -103,6 +103,7 @@
                        /* pick moderation status too */
                        status = 'y';
                        sscanf(p+1,"%ld %ld %c",&n1,&n2,&status);
+                       *p = '\0';
                        if (f_new && !is_in_active(line)) {
                            report_list(f_new,line,status,group_newlist);
                        }
-----------------------------

I am not sure I understand the code correctly, but the patch seem to
be sensible. - please comment and/or include.
           tia, cu andreas
-----------------------------------------------------------------------
This message has been sent to you because you are subcribed to the mailing
list [EMAIL PROTECTED] To remove yourself from this lists, send an email to
[EMAIL PROTECTED] containing "unsubscribe newsx <your_email_address>"
in the message body.

Reply via email to