I have the following rules that are not working:
if !/^From:\s(.+@domain\.com)/
/^Subject: (.*?)$/ REPLACE Subject: [EXT] $1
endif
It suppose to alter Subject line by adding [EXT] as prefix if if not comming from [email protected]
Any ideea why?