Attention: All pages of this wiki depend on the pages that come before it, in order as they are listed on the Main Page. Please check for Dependencies.
Please also look at What You Need to Know Before Using This Wiki

/usr/local/bin/freshclam-bad: Difference between revisions

From COCNM
Jump to navigation Jump to search
No edit summary
 
(No difference)

Latest revision as of 21:32, 19 September 2013

Creditation

File

#!/bin/sh
PATH="/usr/bin:/bin:/var/qmail/bin"     
cat <<EOF | qmail-inject
From: System <god@computerisms.com>        
To: Bob Miller <bob.miller@computerisms.com>
Subject: freshclam error
Note to self: The freshclam program has encountered an error.          
EOF      
exit 0