use Email::MessageID;
umask (022);
+use lib '.';
+use CheckVulnerabilities qw(&check_vulnerabilities);
+no lib '.';
+
$ENV{"LC_ALL"} = "C"; # do not think about multibyte characters
# Clean env so we can run subprograms, notably gpgv and lsof.
$valid
or &fatal("gpg verify of upload file ($upload_file) failed",1);
- use lib '.';
- use CheckVulnerabilities qw(&check_vulnerabilities);
my ($error_string, $error_log_ref) = check_vulnerabilities($upload_file,$log_style,$DEBUG);
my @error_log = @$error_log_ref;