-#! /usr/bin/perl -w
+#! /usr/bin/env perl
# A test script that reads a message and resubmits it to Exim (having
# notionally checked it - but there's no checking here).
-#! /usr/bin/perl -w
+#! /usr/bin/env perl
# A test script that reads a message and resubmits it to Exim (having
# notionally checked it - but there's no checking here). This version
message_prefix =
return_output
user = CALLER
+ path = ${env{PATH}}
# ----- Retry -----
temp_errors = *
command = perl -e "print 'Hi from pipe'; exit 5;"
log_defer_output = true
+ path = ${env{PATH}}
# ----- Retry -----