search email address in a lookup file
Posted: 01 Aug 2017 04:46
Hi,
I am trying to create a whitelist file containing email address. I am trying to put condition to check if the email exist. Somehow it is not working. I suspect that this is because of the special character "@". With normal characters (letters and numbers) it is working. I used the following
indexOf("/storage/emulated/0/email_whitelist.txt",{k9_from})<=0
also will this work as well?
matches)("/storage/emulated/0/email_whitelist.txt",{k9_from})
Thanks
I am trying to create a whitelist file containing email address. I am trying to put condition to check if the email exist. Somehow it is not working. I suspect that this is because of the special character "@". With normal characters (letters and numbers) it is working. I used the following
indexOf("/storage/emulated/0/email_whitelist.txt",{k9_from})<=0
also will this work as well?
matches)("/storage/emulated/0/email_whitelist.txt",{k9_from})
Thanks