http://bugzilla.spamassassin.org/show_bug.cgi?id=3864
------- Additional Comments From [EMAIL PROTECTED] 2004-10-04 09:01 -------
Subject: Re: New rule submission - SARE_MULT_RATW_02
On Sun, Oct 03, 2004 at 10:09:40PM -0700, [EMAIL PROTECTED] wrote:
> if ($mid =~ m/<[A-Z]{28}\.(.+?)>/) {
> my $from = $self->get('From');
> if ($from =~ m/\"[^\"]+\"\s*<$1>/) {
> I tweaked the regular expression a tiny bit. Function is untested and
> probably doesn't work. ;-)
I'm pretty certain you can't guarantee $1 works there since get() may change
it. fwiw.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.