mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/tglx/remail.git
synced 2024-11-08 13:42:36 +01:00
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:
parent
aa10d8c48a
commit
f8da9d3278
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue