7 lines
164 B
Lua
7 lines
164 B
Lua
local reconf = config['regexp']
|
|
|
|
reconf['CGP_RPOLL'] = {
|
|
description = 'CommuniGate Pro RPOLL Received header',
|
|
re = 'Received=/with RPOLL /{raw_header}'
|
|
}
|