# # Defang a MIME attachment by removing the required RFC 1521 MIME # header records, (if these records are removed, RFC 1521 Section 3 # specifically states that the message may not be considered as # containing MIME attachments-whether the MUAs obey this requirement # is another issue.) # :0 wfh | formail -R "MIME-Version:" "Defang-MIME-Version:" \ -R "Content-Type:" "Defang-Content-Type:" \ -R "Content-Disposition:" "Defang-Content-Disposition:" \ -R "Content-Transfer-Encoding:" "Defang-Content-Transfer-Encoding:" # ###################################################################### # # A license is hereby granted to reproduce this software for personal, # non-commercial use. # # THIS PROGRAM IS PROVIDED "AS IS". THE AUTHOR PROVIDES NO WARRANTIES # WHATSOEVER, EXPRESSED OR IMPLIED, INCLUDING WARRANTIES OF # MERCHANTABILITY, TITLE, OR FITNESS FOR ANY PARTICULAR PURPOSE. THE # AUTHOR DOES NOT WARRANT THAT USE OF THIS PROGRAM DOES NOT INFRINGE THE # INTELLECTUAL PROPERTY RIGHTS OF ANY THIRD PARTY IN ANY COUNTRY. # # So there. # # Copyright (c) 1992-2005, John Conover, , All # Rights Reserved. # # $Revision: 1.0 $ # $Date: 2005/03/11 08:33:13 $ # $Id: howto-defang.txt,v 1.0 2005/03/11 08:33:13 conover Exp $ # $Log: howto-defang.txt,v $ # Revision 1.0 2005/03/11 08:33:13 conover # Initial revision #