Hi all,

fixed in assp 2.5.6 *Fortress* build 17260:

- Depending on the used perl version the following chinese charsets were 
not supported by the perl module 'Encode', even the module 
'Encode::HanExtra' was 
  installed:  big5plus , euc-tw , gb18030.
  These charsets are now registered to 'Encode' on NON-EBCDIC systems by 
assp. The installation of the perl module 'Encode::HanExtra' is mandatory 
to support these
  charsets.

- If an unknown (not registered to Encode) MIME-charset was found in an 
email, it was possible that the thread died unexpected throwing an UTF-8 
fatal error.
  Those mail data are now processed binary, in rare cases the content of 
such a mail is ignored.

added:

- ASSP_AFC version 4.62 now supports the definition of custom excutable 
checks. Special coding in lib/CorrectASSPcfg.pm is required.

our $SkipExeTags = [];  # customized skip tags ('CUST1','CUST2'...) for 
external executable checks defined in lib/CorrectASSPcfg.pm
                        # usage in 'UserAttach' : ':CUST1',':CUST2'
our $checkExeExternal;  # custom subroutine to check executables external 
(eg. lib/CorrectASSPcfg.pm) - 
$ASSP_AFC::checkExeExternal->($self,\$sk,\$buff,$raf,\$pdf) 
                        # if the internal check has not found an 
executable
                            # self - the ASSP_AFC object for this mail
                          # the following paramters are refences to 
scalars
                            # sk - active skip tags at runtime
                            # buff - up to first 64 binary bytes of the 
attachment
                            # raf - complete binary content of the 
attachment
                            # pdf - decoded binary PDF content, if the 
attachment is a PDF , otherwise undef

our $checkExeExternalForce; # same as $checkExeExternal - but called 
weather the internal check has found an executable or not - 
                            # 
$ASSP_AFC::checkExeExternalForce->($self,\$sk,\$buff,$raf,\$pdf,\$type)
                              # ....
                              # type - contains the previous detected 
executable type description or undef

Thomas




DISCLAIMER:
*******************************************************
This email and any files transmitted with it may be confidential, legally 
privileged and protected in law and are intended solely for the use of the 

individual to whom it is addressed.
This email was multiple times scanned for viruses. There should be no 
known virus in this email!
*******************************************************

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to