/etc/news/actsync.ign is in inn2 2.6.1-4build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | ## $Id: actsync.ign 7664 2007-09-02 12:58:07Z iulius $
##
## Sample actsync ignore file.
##
## It defines synchronization rules (which newsgroups will be
## checked and which will be ignored).
## See the actsync man page for more information.
## For now by default do not sync.
i *
## Sync on the 8 majors.
c comp.*
c humanities.*
c misc.*
c news.*
c rec.*
c sci.*
c soc.*
c talk.*
## Sync only moderated gnu.* groups.
#c gnu.* m
## Don't compare to.* groups as they will differ.
i to.*
## We always want our special top level groups.
i control
i general
i junk
i test
i to
|