Canceling a News Article

This document will provide you with information on how to delete a news article from news servers across the internet.
The steps below must be followed in order. You also need to have access to the news server and have root privlidges.
  1. Log in to the news server.
  2. Locate the original article (cd into /var/spool/news/ckp/trouble, for example). Do a grep to find the article number.
  3. Copy the article to a temporary file.
  4. Edit the file.
    Change the message id from something like:
       Message-ID: <$m2n3039-.Pine.NEB.3.91.961028101028.20179F-100000@oberon.pps.pgh.pa.us>
       to
       Message-ID: <cancel-$m2n3039-.Pine.NEB.3.91.961028101028.20179F-100000@oberon.pps.pgh.pa.us>
  5. Add a line to the headers that looks like:
       Control: cancel 
    
  6. Add another line that looks like:
       Approved: your-name.
    
  7. Update the "Date" header.
  8. Delete the following lines:
       NNTP-Posting-Host:
       Path:
       Lines:
    
  9. Save the file. Run inews -h /tmp/tempfile.

 

Return to Server Support

 

Revision 1.0:Oct 28, 1996:CJR