Ticket #3, Can't release GZipped mails. Patch was send by gfa
This commit is contained in:
parent
ec14717090
commit
ce2f9b9925
@ -93,7 +93,7 @@ class AmavisdEngine {
|
||||
$in .= "quar_type=$quar_type\r\n";
|
||||
|
||||
# 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";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user