[Mimedefang] Minor inconsistency in v2.6 src

Pekka Saari pekka.saari at sll.fi
Thu Mar 7 04:52:03 EST 2002


A noticed a minor inconsistency in the use of both
ENTIRE-MESSAGE and ENTIRE_MESSAGE in mimedefang.pl

This causes that in the quarantine report there is:
   The entire message was quarantined in
/var/spool/MIMEDefang/qdir-2002-03-07-09.40.28-001/ENTIRE-MESSAGE
but the file is
   /var/spool/MIMEDefang/qdir-2002-03-07-09.40.28-001/ENTIRE_MESSAGE


[ MIMEDefang src dir]# grep ENTIRE-MESSAGE * 2>/dev/null
/build/mimedefang-2.6/mimedefang.pl:        $body .= "The entire message
was quarantined in $QuarantineSubdir/ENTIRE-MESSAGE\n\n";
/build/mimedefang-2.6/mimedefang.pl.in:     $body .= "The entire message
was quarantined in $QuarantineSubdir/ENTIRE-MESSAGE\n\n";

[ MIMEDefang src dir]# grep ENTIRE_MESSAGE * 2>/dev/null
/build/mimedefang-2.6/mimedefang.pl:    if (open(OUT,
">$QuarantineSubdir/ENTIRE_MESSAGE")) {
/build/mimedefang-2.6/mimedefang.pl.in:    if (open(OUT,
">$QuarantineSubdir/ENTIRE_MESSAGE")) {


Pekka





More information about the MIMEDefang mailing list