[Bug 8342] Detect invalid emails

[email protected]
Newsgroups gmane.mail.spam.spamassassin.devel
Message-ID <[email protected]/SpamAssassin/>
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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.