[Rspamd-Users] rspamd-3.8.4: SPOOF_REPLYTO penalty exception
Gerald Galster
list+rspamd at gcore.biz
Wed May 15 01:52:29 UTC 2024
> I have a web application from which a visitor can send me mail, and
> the visitor's mail address is added to its "Reply-to" header item.
> This mail will be marked as spam ([SPAM 7.**] in the subject mail).
> According to the log, this is caused by the evaluation of "SPOOF_REPLYTO"
> which has a weight of 6).
>
> Please, is it possible to set some exception to the IP address of
> the site or better MAILFROM, RCPT, From: and To: ?
You could use a multimap with a negative score/weight:
https://rspamd.com/doc/modules/multimap.html
or apply a different symbol weight or disable it:
https://rspamd.com/doc/configuration/settings.html#settings-structure
or adjust local.d/groups.conf:
https://rspamd.com/doc/configuration/metrics.html#configuring-scores-and-actions
or update symbol scores (even remotely):
https://rspamd.com/doc/modules/rspamd_update.html#updates-structure
or use lua ...
Best regards,
Gerald
More information about the Users
mailing list