Ticket #3, Can't release GZipped mails. Patch was send by gfa

This commit is contained in:
Mikko Husari 2009-09-02 20:15:09 +03:00
parent ec14717090
commit ce2f9b9925

View File

@ -93,7 +93,7 @@ class AmavisdEngine {
$in .= "quar_type=$quar_type\r\n"; $in .= "quar_type=$quar_type\r\n";
# If it is file-based quarantine, lets provide the filename on the host # If it is file-based quarantine, lets provide the filename on the host
if ( $quar_type == 'F' ) { if ( $quar_type == 'F' || quar_type == 'Z' ) {
$in .= "mail_file=$quar_loc\r\n"; $in .= "mail_file=$quar_loc\r\n";
} }