remail/mail: Add yet another outlook magic filename

GpgOL_MIME_structure.txt is missing from the outlook GPG repair list.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
Thomas Gleixner 2019-11-12 20:50:04 +01:00
parent aa10d8c48a
commit f8da9d3278

View file

@ -374,7 +374,7 @@ def msg_sanitize_outlook(msg):
if not fname:
return
if fname != 'msg.gpg' and fname != 'msg.asc':
if fname not in ['msg.gpg', 'msg.asc', 'GpgOL_MIME_structure.txt']:
return
encpl = payload[1].get_payload()