$HOME: "/home/lace" -> "/home/short"
authorshort <>
Sun, 6 Oct 2002 20:37:30 +0000 (20:37 +0000)
committershort <>
Sun, 6 Oct 2002 20:37:30 +0000 (20:37 +0000)
 - temporary cludge for Paulina compatibility

perlmail-sendmail

index e2ff291..3b50a0d 100755 (executable)
@@ -14,7 +14,7 @@ require Mail::Address;
 require File::Basename;
 
 my $sendmail_orig=(-x ($_="/usr/sbin/sendmail-orig") ? $_ : "/usr/sbin/sendmail");
-my $HOME="/home/lace";
+my $HOME="/home/short";
 my $opt_F;
 sub FromAddress
 {