Now consider variable capture from the message:header __SUB_CAP Subject:Capture /Your (\w+) Order/i $(__COMPANY)=\1
The text above was intended to all appear on one line. "$(__COMPANY)=\1" followed /i.
Now consider variable capture from the message:header __SUB_CAP Subject:Capture /Your (\w+) Order/i $(__COMPANY)=\1
The text above was intended to all appear on one line. "$(__COMPANY)=\1" followed /i.