2000-05-23 16:17:03 -04:00
|
|
|
--- bounce-remind.orig Mon Dec 9 13:49:46 1996
|
|
|
|
+++ bounce-remind Tue May 23 07:47:27 2000
|
|
|
|
@@ -20,7 +20,7 @@
|
|
|
|
# Read and execute the .cf file
|
|
|
|
$cf = $ENV{"MAJORDOMO_CF"} || "/etc/majordomo.cf";
|
|
|
|
if ($ARGV[0] eq "-C") {
|
|
|
|
- $cf = $ARGV[1];
|
2000-05-24 10:35:41 -04:00
|
|
|
+ $cf = "$ENV{'MAJORDOMO_CFDIR'}/$ARGV[1]" unless $ARGV[1] =~ /\//;
|
2000-05-23 16:17:03 -04:00
|
|
|
shift(@ARGV);
|
|
|
|
shift(@ARGV);
|
|
|
|
}
|