Skip Menu |

This queue is for tickets about the Email-ARF-Hotmail CPAN distribution.

Report information
The Basics
Id: 85245
Status: open
Priority: 0/
Queue: Email-ARF-Hotmail

People
Owner: Nobody in particular
Requestors: MBusigin [...] synacor.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.
On Mon May 13 16:40:21 2013, MBusigin@synacor.com wrote: Show quoted text
> 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.
Can you send me a sample of the report emails you're getting?
Subject: Re: [rt.cpan.org #85245] _is_hotmail_report not correctly identifying Hotmail abuse report
Date: Tue, 14 May 2013 19:02:20 +0000
To: "bug-Email-ARF-Hotmail [...] rt.cpan.org" <bug-Email-ARF-Hotmail [...] rt.cpan.org>
From: Matt Busigin <MBusigin [...] synacor.com>
Does this help? [mbusigin@mig01.admin WebApp]$ grep -i staff@hotmail.com /tmp/message.txt <staff@hotmail.com>); Fri, 10 May 2013 17:39:14 -0600 (MDT) From: <staff@hotmail.com> X-MAIL-FROM: <staff@hotmail.com> <staff@hotmail.com>); Fri, 10 May 2013 17:39:14 -0600 (MDT) From: <staff@hotmail.com> Return-Path: staff@hotmail.com X-MAIL-FROM: <staff@hotmail.com>
I've just released a new v0.12 to CPAN which might (hopefully) work better for you.