Viewing File: /usr/local/cpanel/3rdparty/perl/536/bin/dmarc_send_reports
#!/usr/local/cpanel/3rdparty/perl/536/bin/perl
use strict;
use warnings;
use Mail::DMARC::Report::Sender;
my $sender = Mail::DMARC::Report::Sender->new;
$sender->run;
__END__
=pod
=head1 NAME
dmarc_send_reports: send aggregate reports
=head1 AUTHORS
=over 4
=item *
Matt Simerson <msimerson@cpan.org>
=item *
Davide Migliavacca <shari@cpan.org>
=item *
Marc Bradshaw <marc@marcbradshaw.net>
=back
=cut
Back to Directory
File Manager