Every since our company merger, everyone is sending email with the company logo attached. (I worked around the problem by constructing a signature that points at my private web site for the logo, but that's not my issue here.)

I would dearly like to be able to tell email with *real* attachments from these silly logos, and while we're at it, exclude anything called "ATT00*".

```
--_002_80529DF3FC80411D8AF1057321E68587tivocom_
Content-Type: text/plain; name="ATT00001.txt"
Content-Description: ATT00001.txt
Content-Disposition: attachment; filename="ATT00001.txt"; size=221;
        creation-date="Mon, 24 Jul 2017 04:08:46 GMT";
        modification-date="Mon, 24 Jul 2017 04:08:46 GMT"
Content-ID: <[email protected]>
Content-Transfer-Encoding: base64
```

```
--_004_DA46DC456C3EF34E8D168CFD0C22125F01AB1F2EF1RAD1EXCHMB1co_
Content-Type: image/jpeg; name="image002.jpg"
Content-Description: image002.jpg
Content-Disposition: inline; filename="image002.jpg"; size=1141;
        creation-date="Thu, 20 Jul 2017 13:32:49 GMT";
        modification-date="Thu, 20 Jul 2017 13:32:49 GMT"
Content-ID: <[email protected]>
Content-Transfer-Encoding: base64
```

Maybe a way to ignore content-disposition inline?
_______________________________________________
mailmate mailing list
[email protected]
https://lists.freron.com/listinfo/mailmate

Reply via email to