[Mimedefang] MIMEDefang 2.40 is released

Dirk Mueller dmuell at gmx.net
Mon Mar 8 13:29:29 EST 2004


On Friday 05 March 2004 18:03, David F. Skoll wrote:

> 	* mimedefang.pl.in (action_quarantine_entire_message): Do not include
> 	$msg argument in original mail; just use it in admin notification.

I have major problems with that change.. now action_quarantine_entire_message 
produces ones message with the quarantine notification and yet another which 
contains the String passed as $msg parameter. 

I would have preferred if both the quarantine notification and the optional 
message end up in the same mail. 

yet another patch I repeatedly have to apply is this: 


--- mimedefang.pl.orig  2004-03-08 19:28:12.753339140 +0100
+++ mimedefang.pl       2004-03-08 19:28:40.493978514 +0100
@@ -1384,7 +1384,7 @@
        }
 
        $body .= " quarantined in the directory\n";
-       $body .= "$QuarantineSubdir on the mail server.\n\n";
+       $body .= "$QuarantineSubdir on " . &get_host_name() . "\n\n";
        $body .= "The sender was '$Sender'.\n\n" if defined($Sender);
        $body .= "The Sendmail queue identifier was $QueueID.\n\n" if 
($QueueID ne "NOQUEUE");
        $body .= "The relay machine was $RelayHostname ($RelayAddr).\n\n";


Dirk



More information about the MIMEDefang mailing list