Run
minSuffixComponents=3,
maxSuffixComponents=3
should be:
hello
minSuffixComponents=4,
maxSuffixComponents=4
should be:
hello world
exclude=*,zzzzzz
should be:
hello
exclude=zzzzzz,*
should be:
hello world