Cisco-IronPort

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

            sending.domain2.com => {
              ...
            },
            ...
            sending.domainN.com => {
              ...
            }

    Where each domain having sent email in the current hour period is used
    as the value of a hash key in the returned hash having the subkeys
    listed above. For a busy device this hash may contain hundreds or
    thousands of domains so caution should be excercised in storing and
    parsing this structure.

   incoming_mail_details_current_day
    This method returns a nested hash as described in the
    incoming_mail_details_current_hour method above but for a period of the
    current day. Consequently the returned hash may contain a far larger
    number of entries.

   incoming_mail_details_current_week

lib/Cisco/IronPort.pm  view on Meta::CPAN

	},
	sending.domain2.com => {
	  ...
	},
	...
	sending.domainN.com => {
	  ...
	}

Where each domain having sent email in the current hour period is used as the value of a hash key in the returned hash having
the subkeys listed above.  For a busy device this hash may contain hundreds or thousands of domains so caution should be 
excercised in storing and parsing this structure.

=head3 incoming_mail_details_current_day

This method returns a nested hash as described in the B<incoming_mail_details_current_hour> method above but for a period
of the current day.  Consequently the returned hash may contain a far larger number of entries.

=head3 incoming_mail_details_current_week

This method returns a nested hash as described in the B<incoming_mail_details_current_hour> method above but for a period



( run in 0.358 second using v1.01-cache-2.11-cpan-87723dcf8b7 )