3 lines
149 B
Bash
3 lines
149 B
Bash
#!/usr/bin/env bash
|
|
|
|
echo "There are new items for review in the system /opt/quarantine folder" | mail -s "ClamAV Quarantined Possible Malware" root
|