flagging blank email messages

Since spammers and phishers validate target email addresses by spraying blank messages I'd like to create a content compliance rule to be able to identify and redirect these messages. Google support said this is not possible and to submit a future feature request. Has anyone found a work-around?

Solved Solved
0 8 3,964
2 ACCEPTED SOLUTIONS

It's not so much the rabbit hole (we've all been there), but rather that you are chasing something that dynamically and constantly changes. If you want to stay in the rabbit hole, you will do nothing else but write RegExes all day long, day in, day out ๐Ÿ™‚  

You'd probably also have to look at the mime attachments, btw. 

View solution in original post

If these subject have a pattern, you can match that pattern.

For example here it is [blank] ,may be we could match the subject contains the exact word [blank].

 

Content-Type: text/plain; charset="UTF-8"

--

You can't match this because it is present in every normal emails. 

Will let you know if I ever come across anything useful.

View solution in original post

8 REPLIES 8
Top Labels in this Space
Top Solution Authors