[Mimedefang] MIMEDefang 2.41 is released

Dirk Mueller dmuell at gmx.net
Wed Mar 17 09:17:35 EST 2004


On Tuesday 16 March 2004 17:35, David F. Skoll wrote:

> This is a pure bug-fix release; changelog follows.

this patch again didn't make it: 


    open(I, "<INPUTMSG");
    open(O, ">Work/COMPLETE_MSG_WITH_FROM");
    print O "From foo  Sun Jan 1 01:01:01 2004\n"; 
    print O <I>;
    close(I);close(O);


it is necessary to give the virus scanner an idea that the given file is 
indeed a mail message (so that it has to do the mime decoding). Otherwise 
they don't detect it and ignore it as nonexecutable file. 


Dirk



More information about the MIMEDefang mailing list