Quote:
	
	
		| 
					Originally Posted by dsmid  Thanks for the hint, the new version 12 now looks for ^com.lab126.ota.*$ | 
	
 I'm not a guru of regex, but shouldn't string:
com.lab126.otav1
Escape the regex: ^com.lab126.ota.*$ because of the fact that you put a dot after 'ota' and before '*'?