Quote:
Originally posted by Dontom
short question:
is there an option not to archive x-archive=no posts?
Thank you!
Tom
|
Sort of. The script already does the necesary checking for x-noarchive, but you need to enable it by making a small edit to newnews.pl.
On or around line 404 find the line that reads:
Change that to:
Code:
unless ($spam || $xa) {
After that, all posts with the X-No-Archive header will be rejected.
Note: The X-No-Archive header is not part of RFC977.