document relationships are too commonly used to block them

if you really need to block them, use the implemented calls to 

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

OR

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


in ASSP_AFC


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!
*******************************************************


_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to