Quote Originally Posted by anxious1
i think ^ and $ should only be used at the beginning/end of the line

try this
sourceName_match = "^(NAME1|NAME2|NAME3|NAME4|NAME5)$"

hi
sourceName_match = "^NAME$" is ok
sourceName_match = "^(NAME1|NAME2|NAME3|NAME4|NAME5)$" is not ok

whats wrong ? sry my englisch is bad