%PDF- %PDF-
Direktori : /data/old/etc/opt/eset/esets/scripts/ |
Current File : //data/old/etc/opt/eset/esets/scripts/icap_lt_infected_alert_script |
#!/bin/sh # # The esets_icap long transfer infected alert script # ------------------------------------------------ # # For more information see: # man esets_icap # # The following variables are provided by esets_http: # # ESETS_ICAP_SOURCE # Source URL of the transferred object. # # ESETS_ICAP_METHOD # ICAP method used to transfer object. # # ESETS_ICAP_LOG # An appropriate logging output related to the object. /usr/sbin/sendmail -t -oi << %% From: esets_icap To: root Subject: alert Note that ESET Gateway Security detected infected message in long transfer from: ${ESETS_ICAP_SOURCE} initiated using method: ${ESETS_ICAP_METHOD} Although the object transfer has been interrupted the part already transferred may contain danger code. See the following log for details: ${ESETS_ICAP_LOG} %%