-#! PERL_COMMAND -w
+#! PERL_COMMAND
# This is a Perl script that reads an Exim run-time configuration file and
# checks for settings that were valid prior to release 3.00 but which were
# It is assumed that the input is a valid Exim configuration file.
+use warnings;
##################################################
# Analyse one line #
-#! PERL_COMMAND -w
+#! PERL_COMMAND
# This is a Perl script that reads an Exim run-time configuration file for
# Exim 3. It makes what changes it can for Exim 4, and also output commentary
# It is assumed that the input is a valid Exim 3 configuration file.
+use warnings;
# These are lists of main options which are abolished in Exim 4.
# The first contains options that are used to construct new options.
-#! PERL_COMMAND -w
+#! PERL_COMMAND
+use warnings;
use strict;
# Copyright (c) 2007-2015 University of Cambridge.
-#!PERL_COMMAND -w
+#!PERL_COMMAND
# Copyright (c) 2001-2016 University of Cambridge.
# See the file NOTICE for conditions of use and distribution.
=cut
+use warnings;
use integer;
use strict;
use IO::File;
-#! PERL_COMMAND -w
+#! PERL_COMMAND
# Mail Queue Summary
# Christoph Lameter, 21 May 1997
# Slightly modified sub from eximstats
+use warnings;
+
sub print_volume_rounded {
my($x) = pop @_;
if ($x < 10000)
-#! PERL_COMMAND -w
+#! PERL_COMMAND
# This is a Perl script to demonstrate the possibilities of on-the-fly
# delivery filtering in Exim. It is presented with a message on its standard
# Philip Hazel, May 1997
#############################################################################
+use warnings;
# If the filter is called with any arguments, insert them into the message
# as X-Arg headers, just to verify what they are.
(2) cd into the exim-testsuite-x.xx directory.
-(3) Run "autoconf" then "./configure" and then "make". This builds a few
- auxiliary programs that are written in C.
+(3) Run "./configure" and then "make". This builds a few auxiliary programs that
+ are written in C.
(4) echo $PWD/test-config >> your_TRUSTED_CONFIG_LIST_filename
Typically that is .../exim/test/trusted_configs