Fix 01-syntax test failures
Exclude some tests with dependencies. Remove -T from perl line in plugins This makes it harder to test with PERL5LIB/perlbrew etc
This commit is contained in:
parent
d8467d784b
commit
a23d4b3da9
@ -14,6 +14,7 @@ WriteMakefile(
|
||||
'File::Temp' => 0,
|
||||
'Time::HiRes' => 0,
|
||||
'Net::IP' => 0,
|
||||
'Date::Parse' => 0,
|
||||
},
|
||||
ABSTRACT => 'Flexible smtpd daemon written in Perl',
|
||||
AUTHOR => 'Ask Bjoern Hansen <ask@develooper.com>',
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
use Qpsmtpd::Plugin::Async::DNSBLBase;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
use Qpsmtpd::Plugin::Async::DNSBLBase;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
use Qpsmtpd::DSN;
|
||||
use ParaDNS;
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
use Qpsmtpd::Plugin::Async::DNSBLBase;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
use Qpsmtpd::Plugin::Async::DNSBLBase;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
sub register {
|
||||
my ( $self, $qp, @args ) = @_;
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
use strict;
|
||||
|
||||
=head1 NAME
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
# this plugin checks the badrcptto config (like badmailfrom, but for rcpt address
|
||||
# rather than sender address)
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
=pod
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
=head1 NAME
|
||||
|
||||
check_earlytalker - Check that the client doesn't talk before we send the SMTP banner
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
=pod
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
# this plugin checks the relayclients config file and
|
||||
# $ENV{RELAYCLIENT} to see if relaying is allowed.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
=head1 NAME
|
||||
|
||||
check_spamhelo - Check a HELO message delivered from a connecting host.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
# A simple example of a plugin that logs all incoming mail to a file.
|
||||
# Useful for debugging other plugins or keeping an archive of things.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
=head1 NAME
|
||||
|
||||
dns_whitelist_soft - dns-based whitelist override for other qpsmtpd plugins
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
sub init {
|
||||
my ($self, $qp, %args) = @_;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
=head1 NAME
|
||||
|
||||
denysoft_greylist
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
=head1 NAME
|
||||
|
||||
http_config
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
# Adaptive logging plugin - logs at one level for successful messages and
|
||||
# one level for DENY'd messages
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
# this is a simple 'connection_id' plugin like the default builtin logging
|
||||
#
|
||||
# It demonstrates that a logging plugin can call ->log itself as well
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
# this is a simple 'drop packets on the floor' plugin
|
||||
|
||||
sub hook_logging {
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
# this is a simple 'transaction_id' plugin like the default builtin logging
|
||||
#
|
||||
# It demonstrates that a logging plugin can call ->log itself as well
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
# this is a simple 'warn' plugin like the default builtin logging
|
||||
#
|
||||
# It demonstrates that a logging plugin can call ->log itself as well
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
=head1 NAME
|
||||
|
||||
milter
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
=head1 NAME
|
||||
|
||||
exim-bsmtp
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
=head1 NAME
|
||||
|
||||
smtp-forward
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
sub hook_quit {
|
||||
my $qp = shift->qp;
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
=head1 NAME
|
||||
|
||||
random_error
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
=head1 NAME
|
||||
|
||||
rcpt_regexp - check recipients against a list of regular expressions
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
use Qpsmtpd::DSN;
|
||||
use Net::DNS qw(mx);
|
||||
use Socket;
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
sub register {
|
||||
my ($self, $qp, $denial ) = @_;
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
use warnings;
|
||||
|
||||
# Very basic script to create TLS certificates for qpsmtpd
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
=head1 NAME
|
||||
|
||||
aveclient
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
# H+B EDV-AV plugin.
|
||||
|
||||
=head1 NAME
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
# Kasperski-AV plugin.
|
||||
|
||||
=head1 NAME
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
sub hook_data_post {
|
||||
my ($self, $transaction) = @_;
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
use IO::Socket;
|
||||
|
||||
sub register {
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!perl -Tw
|
||||
#!perl -w
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -16,6 +16,10 @@ my @skip_syntax = qw(
|
||||
plugins/auth/auth_ldap_bind
|
||||
plugins/ident/geoip
|
||||
plugins/logging/apache
|
||||
plugins/auth/auth_vpopmail
|
||||
plugins/virus/clamdscan
|
||||
plugins/sender_permitted_from
|
||||
plugins/domainkeys
|
||||
lib/Apache/Qpsmtpd.pm
|
||||
lib/Danga/Client.pm
|
||||
lib/Danga/TimeoutSocket.pm
|
||||
@ -33,8 +37,9 @@ sub test_syntax {
|
||||
chomp $f;
|
||||
return if ! -f $f;
|
||||
return if $skip_syntax{$f};
|
||||
return if $f =~ m/(~|\.(bak|orig|rej))/;
|
||||
return if $f =~ /async/; # requires ParaDNS
|
||||
my $r = `$this_perl -Tc $f 2>&1`;
|
||||
my $r = `$this_perl -Ilib -MQpsmtpd::Constants -c $f 2>&1`;
|
||||
my $exit_code = sprintf ("%d", $CHILD_ERROR >> 8);
|
||||
ok( $exit_code == 0, "syntax $f");
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user