# # $Id: newsrc.sample,v 1.3 2002/06/08 04:51:43 conrads Exp $ # # Sample newsrc file for suck # # If you use this as a template, be sure to remove ALL comments and blank # lines # # The format is simple. Each line contains two fields, separated by a # space and terminated by a newline. Be sure *every* line ends with a # newline, including the last line. # # newsgroup last-article-mark # # The article number must have exactly 10 digits, with leading zeros. # Example: # # alt.foo 0000123456 # # There should be no leading or trailing whitespace, nor any extra # whitespace between the group and the number. # # The lowest number allowed is 1, not 0. So to start an initial suck of a # group, set it's last-article mark to '0000000001' (no quotes, of # course). # # In case you're wondering why the format is so rigid, it's because all of # the newsrc files are memory mapped using the mmap() function, meaning we # don't want to be shuffling any data around once it's loaded into memory alt.foo 1234567890 misc.test 0234567890