extremeshok / spamassassin-extremeshok_fromreplyto

Configures spamassassin to score mails with various rules against the reply-to, from and to headers.
https://eXtremeSHOK.com
41 stars 18 forks source link

spamassassin-extremeshok_fromreplyto vs. FromNameSpoof #13

Open mddvul22 opened 9 months ago

mddvul22 commented 9 months ago

On this page: https://github.com/extremeshok/spamassassin-extremeshok_fromreplyto/ it states that this plugin is deprecated because it has been integrated in SpamAssassin 3.4.2 and newer. However, spamassassin-extremeshok_fromreplyto has a test "FROM_NOT_REPLYTO_SAME_DOMAIN" that doesn't seem to be in FromNameSpoof. Is this correct?

If I'm reading https://metacpan.org/pod/Mail::SpamAssassin::Plugin::FromNameSpoof correctly, it appears that the closest equivalents are __PLUGIN_FROMNAME_EQUALS_REPLYTO and __PLUGIN_FROMNAME_DOMAIN_DIFFER

Is one of these functionally the same thing as FROM_NOT_REPLYTO_SAME_DOMAIN?