in reply to Re: Centos 7 getadsmtp.pl outputing blank
in thread Centos 7 getadsmtp.pl outputing blank
It gave me this message:print "mesg = ".Dumper($mesg);
So I changed attr => "proxyAddresses to attr => "@proxyAddresses" and the script dumped all email addresses to a file. although it generated the following warnings:'errorMessage' => 'Can\'t use string ("proxyAddresses") as an ARRAY re +f while "strict refs" in use at /usr/share/perl5/vendor_perl/Convert/ +ASN1/_encode.pm line 269, <DATA> line 747.
Possible unintended interpolation of @proxyAddresses in string at ./p. +pl line 84, <DATA> line 747. Name "main::proxyAddresses" used only once: possible typo at ./p.pl li +ne 84, <DATA> line 747.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Centos 7 getadsmtp.pl outputing blank
by afoken (Chancellor) on Aug 28, 2019 at 09:01 UTC | |
by nycspud (Initiate) on Sep 06, 2019 at 16:33 UTC |