Skip to content

Commit

Permalink
Update lib/Mail/DMARC/Report/Receive.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson authored Feb 15, 2024
1 parent 83bd2b9 commit f0fd564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mail/DMARC/Report/Receive.pm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sub from_imap {
my $use_ssl = $self->config->{imap}{use_ssl} // ($port==993);
no warnings qw(once); ## no critic (Warn)
my $imap = Net::IMAP::Simple->new( $server, port => $port,
defined($use_ssl) ? (use_ssl=>$use_ssl) : ()
($use_ssl) ? (use_ssl=>$use_ssl) : ()
)
or do {
## no critic (PackageVar)
Expand Down

0 comments on commit f0fd564

Please sign in to comment.