View Single Post
  #1  
Unread 02-15-2014, 12:14 PM
smanikonda smanikonda is offline
The Wary
 
Join Date: Feb 2014
Posts: 1
RegX to LUA conversion - Please help

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
Reply With Quote