Subject: | Access to HELO string in MAIL callback |
In order to use the Mail::SPF::Query package I need access to both the sender's email address and the HELO string at the same time. As far as I can tell, I can't access the HELO string in the MAIL callback that I've assigned using $smtp->set_callback(MAIl => \&validate_sender);
Is that possible to do?