[ mailman-Patches-1027882 ] filter attachments by filename extensions

SourceForge.net noreply at sourceforge.net
Sun Oct 3 08:06:43 CEST 2004


Patches item #1027882, was opened at 2004-09-14 12:55
Message generated for change (Comment added) made by tkikuchi
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1027882&group_id=103

Category: mail delivery
Group: Mailman 2.1
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Tokio Kikuchi (tkikuchi)
Assigned to: Nobody/Anonymous (nobody)
Summary: filter attachments by filename extensions

Initial Comment:
Mailman's filter attachment feature is useful but many
MUA's are sending same application files with different
content-type: eg. application/pdf or
application/octet-stream for PDF. Viruses also fake the
content-type for executables as audio etc.  So, we need
to filter attachments by filename extensions by which
windows assumes their associated applications.
This patch enables list owners to define filename
extensions to filter (block) or pass the attached file.

After applying patch, configure and make install, you
may have to 'bin/update -f' to force the list attribute
upgrading. You may also have to check the config.pck
schema version (DATA_FILE_VERSION) in Version.py and
make sure the number is incremented. (90 -> 91) The old
number may be different if you have applied other patches.




----------------------------------------------------------------------

>Comment By: Tokio Kikuchi (tkikuchi)
Date: 2004-10-03 06:06

Message:
Logged In: YES 
user_id=67709

Merged in CVS
MimeDel.py 2.5.2.1
ContentFilter.py revision: 2.6.2.1


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1027882&group_id=103


More information about the Mailman-coders mailing list