[Mimedefang] hi, and question about mimedefang-filter (filter_bad_filename)

Mark London mrl at PSFC.MIT.EDU
Wed Jul 30 10:17:01 EDT 2003


That works great.  Thanks a lot!  -  Mark

-> From: Mitch at 0Bits.COM
-> Alternatively, my take on this is that since mozilla/netscape does
-> use filenames as the actual link when sending a link and does this
-> as a non url-encoded name, then i've changed this in my filter() from
-> 
->    if (filter_bad_filename($entity)) {
-> 
-> to
-> 
->    if (($type ne "text/html") and filter_bad_filename($entity)) {



More information about the MIMEDefang mailing list