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