build: Initial mail server docker image #6
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
start=$(date '+%s')
|
||||||
|
|
||||||
POSTMASTER="${1}"
|
POSTMASTER="${1}"
|
||||||
|
|
||||||
# for testing script
|
# for testing script
|
||||||
@ -33,6 +35,8 @@ Subject: Spam Learning Report $(date +%Y-%m-%d-%H:%M-%Z)
|
|||||||
|
|
||||||
Command: /bin/spam-learn.sh
|
Command: /bin/spam-learn.sh
|
||||||
|
|
||||||
|
Scan duration: $((`date '+%s'` - $start))
|
||||||
|
|
||||||
|
|
||||||
****************** Ham Scan ******************
|
****************** Ham Scan ******************
|
||||||
$HAM_REPORT
|
$HAM_REPORT
|
||||||
|
Reference in New Issue
Block a user