Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: Use of uninitialized value in concatenation... #120

Closed
PHPGangsta opened this issue Oct 15, 2021 · 1 comment · Fixed by #122
Closed

Warning: Use of uninitialized value in concatenation... #120

PHPGangsta opened this issue Oct 15, 2021 · 1 comment · Fixed by #122
Assignees

Comments

@PHPGangsta
Copy link

Hello Marc,

I installed your milter via
sudo cpanm Mail::Milter::Authentication
Because a test failed in "Net-DNS-Paranoid-0.08" ( tokuhirom/Net-DNS-Paranoid#4 ) I had to use "--force" to install it, then it worked fine.

But when running it with "debug:1" I get lots of these Warnings:

==> authentication_milter.err <==
Sat Oct 16 00:09:43 2021 authentication_milter[26219] Warning: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.26.1/Mail/Milter/Authentication/Handler.pm line 930.
Sat Oct 16 00:09:46 2021 authentication_milter[26219] Warning: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.26.1/Mail/Milter/Authentication/Handler.pm line 722.
Sat Oct 16 00:09:47 2021 authentication_milter[26219] Warning: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.26.1/Mail/Milter/Authentication/Handler.pm line 722.
Sat Oct 16 00:09:49 2021 authentication_milter[26219] Warning: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.26.1/Mail/Milter/Authentication/Handler.pm line 722.

authentication_milter -h shows that I'm using version 3.20210914

@marcbradshaw marcbradshaw self-assigned this Oct 20, 2021
@marcbradshaw
Copy link
Member

Thanks for the report, I see the bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants