minor bug in bin/config.pl

Julian Field mailscanner at ecs.soton.ac.uk
Tue Aug 13 21:48:29 IST 2002


I could swear blind that I fixed this a long time ago, but I must have
never committed the code. Your fix will work nicely. Surprising that no-one
has ever reported this before.

Only affects Exim users, by the way. Sendmail users have no use for this
option.

At 21:27 13/08/2002, you wrote:
>I doubt that many people use the sendmail2 feature of MailScanner, but
>there is a bug in bin/config.pl that negates its effectiveness.  On line
>186, the command is:
>
>$key =~ s/[^a-z]//g; # Delete everything except letters
>
>This removes the numeral "2" that distinguishes $Config::Sendmail from
>$Config::Sendmail2.  I've changed the line to:
>
>$key =~ s/[^a-z0-9]//g; # Delete everything except letters and numbers
>
>I thought about going to Roman numerals, but decided this would be more
>easily understood.
>
>
>Leland

--
Julian Field                Teaching Systems Manager
jkf at ecs.soton.ac.uk         Dept. of Electronics & Computer Science
Tel. 023 8059 2817          University of Southampton
                             Southampton SO17 1BJ



More information about the MailScanner mailing list