https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8342

--- Comment #5 from Kent Oyer <[email protected]> ---
Please include data/spam/fromnamespoof/spoof2 in your diff file.

Instead of this:

  $pms->{address_details}{$from_addr}
  $pms->{address_details}{$replyto_addr}

How about this:

  $pms->{address_details}{from}
  $pms->{address_details}{replyto}

Then you can eliminate:

  my $from_addr = lc $pms->get('From:addr');
  my $replyto_addr = lc $pms->get('Reply-To:addr');

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to