Hi there
I’m trying to create a filter that does not allow jpgs and pngs (i’m trying to clear out emails that attach signature images as images).
What am I doing wrong? Any hep welcomed
Hi there
I’m trying to create a filter that does not allow jpgs and pngs (i’m trying to clear out emails that attach signature images as images).
What am I doing wrong? Any hep welcomed
You need to split the filter:
Attachment exists
and
Does not end with… .jpg
or
Attachment exists
and
Does not end with… .png
Cheers,
Gijs
Thanks for the help!
I still can’t make this work the way I need it to.
This is where i’m running into trouble
I cannot figure out the filter logic, because if I send a test with a PDF and a PNG, I get both the ‘thanks for sending an invoice’ and ‘you haven’t attached an invoice’ emails.
Would welcome any advice!