Changeset 628 for trunk


Ignore:
Timestamp:
01/26/09 15:23:18 (15 years ago)
Author:
niltonneto
Message:

Resolve #412

Location:
trunk/expressoMail1_2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.imap_functions.inc.php

    r615 r628  
    5555                elseif(strstr($error,'message file too big')) { 
    5656                        return str_replace("%1", ini_get('upload_max_filesize'),$this->functions->getLang('The size of this message has exceeded  the limit (%1B).'));                   
     57                } 
     58                elseif(strstr($error,'virus')) { 
     59                        return str_replace("%1", $this->functions->getLang("Mail"), $this->functions->getLang("Your message was rejected by antivirus. Perhaps your attachment has been infected.")); 
    5760                } 
    5861                // This condition verifies if SESSION is expired. 
Note: See TracChangeset for help on using the changeset viewer.