Another repeat of https://news.ycombinator.com/item?id=7983124 And to repeat: the config file available from http://daserste.ndr.de/panorama/xkeyscorerules100.txt says: /* These variables define terms and websites relating to the TAILs (The Amnesic Incognito Live System) software program, a comsec mechanism advocated by extremists on extremist forums. */ Linux Journal is listed there, as a ‘website relating to TAILS’…
specifically: // START_DEFINITION /* These variables define terms and websites relating to the TAILs (The Amnesic Incognito Live System) software program, a comsec mechanism advocated by extremists on extremist forums. */ $TAILS_terms=word('tails' or 'Amnesiac Incognito Live System') and word('linux' or ' USB ' or ' CD ' or 'secure desktop' or ' IRC ' or 'truecrypt' or ' tor '); $TAILS_websites=('tails.boum.org/') or…
TAILS_terms=(word('tails')
and word('linux' or ' USB ' or ' CD'
or 'secure desktop' or ' IRC '
or 'truecrypt' or ' tor '))
or word('Amnesiac Incognito Live System');
because (1) you need to disambiguate the common word 'tails' but surely not the specific name 'Amnesiac Incognito Live System', and (2) you don't want to miss [tails CDROM].See how important code review is?