Pages: 1
RSS
Attachment as filtering string, Filter
 
Hi,

I want to set up a filter that will move sent messages with attachments to another folder.

I have my filter set as follows:

Subject - Contains - xxxx
And - Source Folder - Is One of - xxx

I need another condition that says if the message contains any attachment, then move it to defined folder.

Any help would be appreciated. Thanks!

 
This is really a "filters" topic but I'll answer here.

If Headers contains "Content-Type: multipart/mixed;" ...

This will spot a message with attachments, but perhaps not HTML alternative messages. If you wanted to trap all of them too, use this instead:

If Headers contains "Content-Type: multipart/" ...
iviarck
Pages: 1