*** vacation.pl Tue May 18 18:56:56 1999
--- settings/vacation.pl       Sun Jan 16 01:38:59 2000
***************
*** 1,3 ****
! #!/usr/local/bin/perl
  #############################################################################
  #
--- 1,3 ----
! #!/usr/bin/perl
  #############################################################################
  #
***************
*** 26,30 ****
  #

! $conf='/etc/mail/vacation.conf';

  require 5.0;
--- 26,30 ----
  #

! $conf='/usr/local/etc/virtual/vacation<domain>.conf';

  require 5.0;
***************
*** 267,271 ****
  print MAIL "\n";
  print MAIL (@DATA);
! print MAIL "\n------ mail sent through the autoresponder on sbox.tu-graz.ac.at -------\n";
  close (MAIL);

--- 267,271 ----
  print MAIL "\n";
  print MAIL (@DATA);
! print MAIL "\n------ mail sent through the autoresponder on <domain> -------\n";
  close (MAIL);

