Maintained and provided by https://eXtremeSHOK.com
Configures spamassassin to score mails with various rules against the reply-to, from and to headers. Spam often uses a different From: and Reply-To: Whilst most legitimate email does not. Spam often uses the same From: and To: Whilst most legitimate email does not Same domain checking Logic, will allow for different subdomains of the same domain name.
spamassassin
create the plugin directory.
mkdir /etc/mail/spamassassin/plugins/
Download and save the plugins to /etc/mail/spamassassin/plugins/
Download and save 01_extremeshok_fromreplyto.cf to /etc/mail/spamassassin/01_extremeshok_fromreplyto.cf
Verify the installation
spamassassin -D --lint 2>&1 | grep -i failed
- eXtremeSHOK.com Maintenance
- More unique variable names
- Fixed warn: Global symbol
- eXtremeSHOK.com Maintenance
- Added FromIsTo, most spam emails the from" and to" is identical
- Minor code cleanups
- Project renamed
- Improved documentation
- eXtremeSHOK.com Maintenance
- Fix for scoring missing from/replyto as a fail
- eXtremeSHOK.com Maintenance
- Better logic with domain checking, will allow for different subdomains of the same domain name.