Mailing List Archive

Suggestion to FromNotReplyTo plugin in cwiki.apache.org
Hi,

Maybe it would make sense to alter the code a bit here:
https://cwiki.apache.org/confluence/display/SPAMASSASSIN/FromNotReplyTo

and ensure that addresses are lower-cased before compared

> my $from = lc $msg->get( 'From:addr' );
> my $replyTo = lc $msg->get( 'Reply-To:addr' );

Cheers
--

tobi
Re: Suggestion to FromNotReplyTo plugin in cwiki.apache.org [ In reply to ]
On Mon, 17 Feb 2020 17:35:31 +0100
Tobi <jahlives@gmx.ch> wrote:

> Hi,
>
> Maybe it would make sense to alter the code a bit here:
> https://cwiki.apache.org/confluence/display/SPAMASSASSIN/FromNotReplyTo
>
> and ensure that addresses are lower-cased before compared

I doubt that there's any need for this plugin as FromNameSpoof.pm
provides check_fromname_equals_replyto().