Hi
Since my upgrade from bacula 2.8 to bacula 3.0.1, I receive the message :

 AfterJob: No message, no subject; hope that's ok


at the end of the job message output.
I have not changed my run script :
  
RunScript {
  Command= "mail file list"
  RunsWhen = After
  RunsOnFailure = no
  RunsOnClient = no
  RunsOnSuccess = yes
  Command = "/etc/mailfilelist.sh %c %i"
 }

mailfilelist.sh:

echo "list files jobid=$2" | bconsole | /dist/bacula/sbin/bsmtp -h  
192.168.1.26 -f bacula-...@mydomain.org -s "Details from $1"  
bacula-...@mydomain.org


Has there been changes to the runscript handling in bacula 3 ?

Thanks for your help

Peter

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to