Changeset 41


Ignore:
Timestamp:
11/21/05 20:11:49 (19 years ago)
Author:
thauvin
Message:
  • add signature in mail
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/soft/scripts/transfert

    • Property cvs2svn:cvs-rev changed from 1.7 to 1.8
    r40 r41  
    308308        $mail{message} .= "$_\n" foreach (@{$maillog->{$mailto}}); 
    309309        $mail{message} .= $config->val('default', 'mailfooter', ''); 
     310        my $hostname = `hostname`; chomp($hostname); 
     311        $mail{message} .= sprintf( 
     312            "\n-- \nMail sent by transfert bot on %s\n%s\n", 
     313            $hostname, 
     314            q$Id$, 
     315        ); 
    310316         
    311317        sendmail(%mail) or loging(5, "Can't sent mail to %s: %s", $mailto, $Mail::Sendmail::error); 
     
    322328 
    323329    $Log$ 
     330    Revision 1.8  2005/11/21 19:11:49  thauvin 
     331    - add signature in mail 
     332 
    324333    Revision 1.7  2005/11/21 18:44:07  thauvin 
    325334    - put relative path to file for md5sum 
Note: See TracChangeset for help on using the changeset viewer.