Subject: | _is_hotmail_report not correctly identifying Hotmail abuse report |
Date: | Mon, 13 May 2013 20:40:02 +0000 |
To: | "bug-Email-ARF-Hotmail [...] rt.cpan.org" <bug-Email-ARF-Hotmail [...] rt.cpan.org> |
From: | Matt Busigin <MBusigin [...] synacor.com> |
Hey,
I'm not sure why this would work for you and not for me, but _is_hotmail_report() had a false negative on the first FBL from Hotmail I found.
The reason is because the definition of HOTMAIL_SENDER:
use constant HOTMAIL_SENDER => 'staff@hotmail.com';
To make it work:
use constant HOTMAIL_SENDER => '<staff@hotmail.com>';
Perl v5.12.4, Email::ARF::Hotmail 0.09.
Regards,
Matt
This message and any attachment may contain information that is confidential and/or proprietary. Any use, disclosure, copying, storing, or distribution of this e-mail or any attached file by anyone other than the intended recipient is strictly prohibited. If you have received this message in error, please notify the sender by reply email and delete the message and any attachments. Thank you.