Page MenuHomePhorge

D5114.1775380308.diff
No OneTemporary

Authored By
Unknown
Size
601 B
Referenced Files
None
Subscribers
None

D5114.1775380308.diff

diff --git a/wallace/module_footer.py b/wallace/module_footer.py
--- a/wallace/module_footer.py
+++ b/wallace/module_footer.py
@@ -168,13 +168,13 @@
continue
try:
- disposition = part.get("Content-Disposition")
+ disposition = part.get("Content-Disposition").lower()
except:
pass
log.debug("Walking message part: %s; disposition = %r" % (content_type, disposition), level=8)
- if disposition is not None:
+ if disposition == "attachment":
continue
if content_type == "text/plain":

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 5, 9:11 AM (6 h, 31 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18832943
Default Alt Text
D5114.1775380308.diff (601 B)

Event Timeline