Re: filemask for outgoing articles
| Newsgroups | gmane.network.sn |
|---|---|
| Message-ID | <7696.38a2e114.bbe25@felicity> |
Gabor Z. Papp ([email protected]) wrote: : This is a correct filemask for articles in .outgoing/? : \$?????????\.??????\.????? : ? = [:digit:] There is some ugliness here. Basically any file that starts with $ is an outgoing article. The rest of the filename is only for uniqueness. The ugly part is that, really, -all- files here should be articles, but for backward compatibility, some files may also be control files (those that begin with request-). You can disable the request-* stuff, just remove the last portion in HELLO. Then all files are article files. -harold