Re: Suggestion to FromNotReplyTo plugin in cwiki.apache.org

2020-02-17 Thread RW
On Mon, 17 Feb 2020 17:35:31 +0100 Tobi 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

Suggestion to FromNotReplyTo plugin in cwiki.apache.org

2020-02-17 Thread Tobi
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 --