Added 'Cron' to subject for easier message filtering

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4366 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
kiran 2010-09-28 21:03:50 +00:00
parent 862c94c8ce
commit a90fb64c03
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ sub log {
sub emailLog {
my ($subject, $logfile, $email) = @_;
my $cmd = "mail -s '$subject' $email < $logfile";
my $cmd = "mail -s 'Cron <kiran\@gsa3> $subject' $email < $logfile";
system($cmd);
}