Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117900688
D5114.1775380308.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
601 B
Referenced Files
None
Subscribers
None
D5114.1775380308.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D5114: Footer: Don't skip parts with Content-Disposition:inline
Attached
Detach File
Event Timeline