/[clipping]/mimex
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /mimex

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by dpavlin, Sat Nov 3 11:02:30 2001 UTC revision 1.6 by dpavlin, Wed Apr 17 10:28:41 2002 UTC
# Line 14  my $from = 'clipping-info@pliva.hr'; Line 14  my $from = 'clipping-info@pliva.hr';
14  my $to = 'clipdir@pliva.hr';  my $to = 'clipdir@pliva.hr';
15  my $log = "/data/store/mimex.log";  my $log = "/data/store/mimex.log";
16    
17    umask 022;      # world readable
18    
19  open(LOG,">> $log") || warn "log $log: $!";  open(LOG,">> $log") || warn "log $log: $!";
20    
21  open(MAIL,"| /usr/sbin/sendmail $to") || die "sendmail: $!";  open(MAIL,"| /usr/sbin/sendmail $to") || die "sendmail: $!";

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.26