PDA

View Full Version : RegX to LUA conversion - Please help


smanikonda
02-15-2014, 12:14 PM
Hi,

Iam new to LUA programming.

I need to convert the following RegX code to LUA. Please help me.


This is RegX code.
group:MX04 = "mailfrom =~ '(?i)@.*ztelligence\.com$' AND rcptto =~ '(?i)@aol\.com$'"
here mail from is the domain sending the mail rcptto is the receiving domain and mx is the gruop from where mail is generated.

Your prompt reply is greatly appreciated.

Thanks
- Shekar