- if from and (string.find(from, '[email protected]', 1, true) or from == 'watchdog@localhost') then
+ if from and (string.find(from, '[email protected]', 1, true) or string.find(from, '[email protected]', 1, true) or from == 'watchdog@localhost') then