my $help = '';
my $version = '';
# Set this to 1 or higher to get debug output in the log file.
-my $DEBUG = 0;
+my $DEBUG = 1;
my $NOMAIL = 0;
}
sub parse_directory_line {
- my $tainted_val = shift;
- my $directive_file_contents = shift;
+ my $tainted_val = shift;
+ my $directive_file_contents = shift;
+ $tainted_val =~ s/ *$//; # Throw away trailing whitespace
# $do_not_fail is set to 1 if this sub is called as a last resort in an attempt to find *someone* to report an error to.
# When it is set, this sub will not die with &fatal.
my $do_not_fail = shift;