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

Contact forms #9

Closed Ninos closed 6 years ago

Ninos commented 6 years ago

Hey there, with your rules I have problems using contact forms (on websites). The problem here is following: In the from-field normally you're using noreply@domain.tld, in the Reply-To-field the senders email (variable). Because Reply-To and From are not the same (email, domain, ..) I get a high spam score. Can your filter may be disabled for internal mails (if From is an internal domain)?

extremeshok commented 6 years ago

Added whitelisting with 5d5dd2c

View the comment in spamassassin-extremeshok_fromreplyto/plugins/FromIsNotReplyToWhitelist.pm

Ninos commented 6 years ago

Wow, fast reply, thank you! But seems I cannot use it for shared hosting. Is there a function in spamassassin I can get all local domains on that server?